[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bb41f8a8-3388-ddec-cb53-e801e5efb8d0@gmail.com>
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