linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the vfs-brauner-fixes tree
@ 2024-10-17  1:46 Stephen Rothwell
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2024-10-17  1:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17  1:46 linux-next: build failure after merge of the vfs-brauner-fixes tree Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).