* linux-next: build failure after merge of the vfs-brauner-fixes tree
@ 2024-10-17 1:46 Stephen Rothwell
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Rothwell @ 2024-10-17 1:46 UTC (permalink / raw)
To: Christian Brauner
Cc: David Howells, Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 1631 bytes --]
Hi all,
After merging the vfs-brauner-fixes tree, today's linux-next build
(x86_64 allmodconfig) failed like this:
In file included from include/linux/srcu.h:21,
from include/linux/notifier.h:16,
from arch/x86/include/asm/uprobes.h:13,
from include/linux/uprobes.h:50,
from include/linux/mm_types.h:16,
from include/linux/mmzone.h:22,
from include/linux/gfp.h:7,
from include/linux/slab.h:16,
from fs/afs/rxrpc.c:8:
fs/afs/rxrpc.c: In function 'afs_alloc_call':
fs/afs/rxrpc.c:152:42: error: 'const struct afs_call_type' has no member named 'async_rx'
152 | INIT_WORK(&call->async_work, type->async_rx ?: afs_process_async_call);
| ^~
include/linux/workqueue.h:288:34: note: in definition of macro '__INIT_WORK_KEY'
288 | (_work)->func = (_func); \
| ^~~~~
include/linux/workqueue.h:308:9: note: in expansion of macro '__INIT_WORK'
308 | __INIT_WORK((_work), (_func), 0)
| ^~~~~~~~~~~
fs/afs/rxrpc.c:152:9: note: in expansion of macro 'INIT_WORK'
152 | INIT_WORK(&call->async_work, type->async_rx ?: afs_process_async_call);
| ^~~~~~~~~
Caused by commit
dabae7218d1c ("afs: Fix lock recursion")
I have used the vfs-brauner-fixes tree from next-20241016 for today. I
had to use the vfs-brauner tree from next-20241016 as well.
--
Cheers,
Stephen Rothwell
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* linux-next: build failure after merge of the vfs-brauner-fixes tree
@ 2026-04-09 12:17 Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2026-04-09 12:17 UTC (permalink / raw)
To: Christian Brauner; +Cc: Linux Kernel Mailing List, Linux Next Mailing List
[-- Attachment #1: Type: text/plain, Size: 830 bytes --]
Hi all,
After merging the vfs-brauner-fixes tree, today's linux-next build
(arm64 allnoconfig) failed like this:
/tmp/next/build/fs/sysfs/mount.c: In function 'sysfs_init_fs_context':
/tmp/next/build/fs/sysfs/mount.c:75:37: error: implicit declaration of function 'to_net_ns'; did you mean
'get_net_ns'? [-Wimplicit-function-declaration]
75 | struct net *netns = to_net_ns(ns);
| ^~~~~~~~~ get_net_ns
/tmp/next/build/fs/sysfs/mount.c:75:37: error: initialization of 'struct net *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
Caused by commit
9a8098b1d5023 (kernfs: pass struct ns_common instead of const void * for namespace tags)
There's a missing include of net/net_namespace.h. I have used the
version from next-20260408 instead.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-09 12:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09 12:17 linux-next: build failure after merge of the vfs-brauner-fixes tree Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2024-10-17 1:46 Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox