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:   Sun, 20 Sep 2020 18:06:33 -0700
From:   Robert Gadsdon <rhgadsdon@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Linux 5.9-rc6

On 9/20/20 4:55 PM, Linus Torvalds wrote:
>
> Holler if you see anything odd,
>
>                    Linus
>
> ---
>
> Adrian Huang (1):
>        dax: Fix stack overflow when mounting fsdax pmem device
>
CALL    scripts/checksyscalls.sh
   CALL    scripts/atomic/check-atomics.sh
   DESCEND  objtool
   CHK     include/generated/compile.h
   CC      drivers/dax/super.o
drivers/dax/super.c:325:6: error: redefinition of ‘dax_supported’
   325 | bool dax_supported(struct dax_device *dax_dev, struct 
block_device *bdev,
       |      ^~~~~~~~~~~~~
In file included from drivers/dax/super.c:16:
./include/linux/dax.h:162:20: note: previous definition of 
‘dax_supported’ was here
   162 | static inline bool dax_supported(struct dax_device *dax_dev,
       |                    ^~~~~~~~~~~~~
make[2]: *** [scripts/Makefile.build:283: drivers/dax/super.o] Error 1
make[1]: *** [scripts/Makefile.build:500: drivers/dax] Error 2
make: *** [Makefile:1784: drivers] Error 2

# gcc --version
gcc (GCC) 10.2.1 20200826 (Red Hat 10.2.1-3)

RG.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ