tree:
https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git libnvdimm-fixes
head: d4c5da5049ac27c6ef8f6f98548c3a1ade352d25
commit: e2ec5128254518cae320d5dc631b71b94160f663 [2/3] dm: Call proper helper to
determine dax support
config: x86_64-randconfig-a011-20200920 (attached as .config)
compiler: clang version 12.0.0 (
https://github.com/llvm/llvm-project
f4e554180962aa6bc93678898b6933ea712bde50)
reproduce (this is a W=1 build):
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
# install x86_64 cross compiling tool for clang build
# apt-get install binutils-x86-64-linux-gnu
git checkout e2ec5128254518cae320d5dc631b71b94160f663
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
>> drivers/dax/super.c:325:6: error: redefinition of 'dax_supported'
bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev,
^
include/linux/dax.h:162:20: note: previous definition is here
static inline bool dax_supported(struct dax_device *dax_dev,
^
drivers/dax/super.c:451:6: warning: no previous prototype for function
'run_dax' [-Wmissing-prototypes]
void run_dax(struct dax_device *dax_dev)
^
drivers/dax/super.c:451:1: note: declare 'static' if the function is not
intended to be used outside of this translation unit
void run_dax(struct dax_device *dax_dev)
^
static
1 warning and 1 error generated.
Attached patch should fix the build error.
Honza
--
Jan Kara <jack(a)suse.com>
SUSE Labs, CR