Re: Linux 5.9-rc6
From: Robert Gadsdon
Date: Sun Sep 20 2020 - 21:06:39 EST
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.