[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ea0554f6-e0f6-44eb-b98a-d25772273f6e@infradead.org>
Date: Mon, 12 Feb 2024 12:33:08 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"open list:LOONGARCH" <loongarch@...ts.linux.dev>,
Huacai Chen <chenhuacai@...nel.org>, Xuerui Wang <kernel@...0n.name>,
dm-devel@...ts.linux.dev, Matthew Sakai <msakai@...hat.com>
Subject: Re: linux-next: Tree for Feb 12 (drivers/md/dm-vdo/thread-registry.c
on arch/loongarch/)
On 2/11/24 20:31, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20240209:
>
> The mm tree lost its boot failure.
on loongarch:
./drivers/md/dm-vdo/thread-registry.c: In function 'vdo_register_thread':
./drivers/md/dm-vdo/thread-registry.c:32:28: error: 'current' undeclared (first use in this function)
32 | new_thread->task = current;
| ^~~~~~~
./drivers/md/dm-vdo/thread-registry.c:32:28: note: each undeclared identifier is reported only once for each function it appears in
./drivers/md/dm-vdo/thread-registry.c: In function 'vdo_unregister_thread':
./drivers/md/dm-vdo/thread-registry.c:61:37: error: 'current' undeclared (first use in this function)
61 | if (thread->task == current) {
| ^~~~~~~
./drivers/md/dm-vdo/thread-registry.c: In function 'vdo_lookup_thread':
./drivers/md/dm-vdo/thread-registry.c:84:37: error: 'current' undeclared (first use in this function)
84 | if (thread->task == current) {
| ^~~~~~~
--
#Randy
Powered by blists - more mailing lists