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] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 15 May 2020 08:28:11 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Stephen Rothwell <sfr@...b.auug.org.au>,
        Linux Next Mailing List <linux-next@...r.kernel.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        "open list:NFS, SUNRPC, AND..." <linux-nfs@...r.kernel.org>,
        Anna Schumaker <anna.schumaker@...app.com>,
        Trond Myklebust <trond.myklebust@...merspace.com>
Subject: Re: linux-next: Tree for May 15 (nfs/fsinfo.c)

On 5/15/20 5:42 AM, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20200514:
> 
> ----------------------------------------------------------------------------

on i386:

  CC      fs/nfs/fsinfo.o
../fs/nfs/fsinfo.c: In function ‘nfs_fsinfo_get_supports’:
../fs/nfs/fsinfo.c:153:12: error: ‘const struct nfs_server’ has no member named ‘attr_bitmask’
  if (server->attr_bitmask[0] & FATTR4_WORD0_SIZE)
            ^~
../fs/nfs/fsinfo.c:155:12: error: ‘const struct nfs_server’ has no member named ‘attr_bitmask’
  if (server->attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
            ^~
../fs/nfs/fsinfo.c:158:12: error: ‘const struct nfs_server’ has no member named ‘attr_bitmask’
  if (server->attr_bitmask[0] & FATTR4_WORD0_ARCHIVE)
            ^~
../fs/nfs/fsinfo.c:160:12: error: ‘const struct nfs_server’ has no member named ‘attr_bitmask’
  if (server->attr_bitmask[0] & FATTR4_WORD0_HIDDEN)
            ^~
../fs/nfs/fsinfo.c:162:12: error: ‘const struct nfs_server’ has no member named ‘attr_bitmask’
  if (server->attr_bitmask[1] & FATTR4_WORD1_SYSTEM)
            ^~
../fs/nfs/fsinfo.c: In function ‘nfs_fsinfo_get_features’:
../fs/nfs/fsinfo.c:205:12: error: ‘const struct nfs_server’ has no member named ‘attr_bitmask’
  if (server->attr_bitmask[0] & FATTR4_WORD0_CASE_INSENSITIVE)
            ^~
../fs/nfs/fsinfo.c:207:13: error: ‘const struct nfs_server’ has no member named ‘attr_bitmask’
  if ((server->attr_bitmask[0] & FATTR4_WORD0_ARCHIVE) ||
             ^~
../fs/nfs/fsinfo.c:208:13: error: ‘const struct nfs_server’ has no member named ‘attr_bitmask’
      (server->attr_bitmask[0] & FATTR4_WORD0_HIDDEN) ||
             ^~
../fs/nfs/fsinfo.c:209:13: error: ‘const struct nfs_server’ has no member named ‘attr_bitmask’
      (server->attr_bitmask[1] & FATTR4_WORD1_SYSTEM))
             ^~

Full randconfig file is attached.


-- 
~Randy
Reported-by: Randy Dunlap <rdunlap@...radead.org>

View attachment "config-r2681" of type "text/plain" (153539 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ