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>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 4 Apr 2024 16:08:17 -0700
From: Kuniyuki Iwashima <kuniyu@...zon.com>
To: <sfr@...b.auug.org.au>
CC: <kuniyu@...zon.com>, <linux-kernel@...r.kernel.org>,
	<linux-next@...r.kernel.org>, <trond.myklebust@...merspace.com>,
	<trondmy@...il.com>
Subject: Re: linux-next: build failure after merge of the nfs tree

From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Fri, 5 Apr 2024 09:53:41 +1100
> Hi all,
> 
> After merging the nfs tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
> 
> fs/nfs/inode.c: In function 'nfs_net_init':
> fs/nfs/inode.c:2434:13: error: assignment to 'int' from 'struct proc_dir_entry *' makes integer from pointer without a cast [-Werror=int-conversion]
>  2434 |         err = rpc_proc_register(net, &nn->rpcstats);
>       |             ^
> cc1: all warnings being treated as errors
> 
> Caused by commit
> 
>   f290a586e31f ("nfs: Handle error of rpc_proc_register() in nfs_net_init().")
> 
> I have used the nfs tree from next-20240404 for today.

Sorry, I posted v2 of the patch.
https://lore.kernel.org/linux-nfs/20240404221200.52876-1-kuniyu@amazon.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ