lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241017124635.3298b1c4@canb.auug.org.au>
Date: Thu, 17 Oct 2024 12:46:35 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Christian Brauner <brauner@...nel.org>
Cc: David Howells <dhowells@...hat.com>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>
Subject: linux-next: build failure after merge of the vfs-brauner-fixes tree

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

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ