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:   Fri, 15 Jul 2022 23:12:34 +0000
From:   Chuck Lever III <chuck.lever@...cle.com>
To:     "Sudip Mukherjee (Codethink)" <sudipm.mukherjee@...il.com>
CC:     Dai Ngo <dai.ngo@...cle.com>, Jeff Layton <jlayton@...nel.org>,
        Linux NFS Mailing List <linux-nfs@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-next@...r.kernel.org" <linux-next@...r.kernel.org>
Subject: Re: build failure of next-20220715 due to undeclared identifier
 'NFS4_CLIENTS_PER_GB'



> On Jul 15, 2022, at 7:02 PM, Sudip Mukherjee (Codethink) <sudipm.mukherjee@...il.com> wrote:
> 
> Hi All,
> 
> Not sure if it has been reported, multiple configs of arm and mips have
> failed to build next-20220715 with the error:
> 
> fs/nfsd/nfsctl.c:1504:17: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'
>        max_clients *= NFS4_CLIENTS_PER_GB;
>                       ^
> fs/nfsd/nfsctl.c:1505:49: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'
>        nn->nfs4_max_clients = max_t(int, max_clients, NFS4_CLIENTS_PER_GB);
>                                                       ^
> fs/nfsd/nfsctl.c:1505:49: error: use of undeclared identifier 'NFS4_CLIENTS_PER_GB'

This has been reported and the offending commits have been removed from
the NFSD for-next branch. Dai intends to provide replacements which do
not suffer from this issue.


--
Chuck Lever



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ