[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202210192321.u6KlyQSF-lkp@intel.com>
Date: Wed, 19 Oct 2022 23:17:03 +0800
From: kernel test robot <lkp@...el.com>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org
Subject: [arm-integrator:virt-to-pfn-v6.1-rc1 16/20]
arch/openrisc/include/asm/page.h:82:26: error: invalid operands to binary <<
(have 'void *' and 'int')
tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git virt-to-pfn-v6.1-rc1
head: 1991cddd20a7836e10b20ed128b2e7b80cd42eef
commit: 99479c878d291e7af6929f199a954bba8007ce5b [16/20] openrisc: Make pfn accessors statics inlines
config: openrisc-randconfig-r033-20221019
compiler: or1k-linux-gcc (GCC) 12.1.0
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
# https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git/commit/?id=99479c878d291e7af6929f199a954bba8007ce5b
git remote add arm-integrator https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
git fetch --no-tags arm-integrator virt-to-pfn-v6.1-rc1
git checkout 99479c878d291e7af6929f199a954bba8007ce5b
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc prepare
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@...el.com>
All errors (new ones prefixed by >>):
In file included from arch/openrisc/include/asm/processor.h:19,
from arch/openrisc/include/asm/thread_info.h:22,
from include/linux/thread_info.h:60,
from include/asm-generic/current.h:5,
from ./arch/openrisc/include/generated/asm/current.h:1,
from include/linux/sched.h:12,
from arch/openrisc/kernel/asm-offsets.c:23:
arch/openrisc/include/asm/page.h: In function 'pfn_to_virt':
>> arch/openrisc/include/asm/page.h:82:26: error: invalid operands to binary << (have 'void *' and 'int')
82 | return __va(pfn) << PAGE_SHIFT;
| ^~
make[2]: *** [scripts/Makefile.build:118: arch/openrisc/kernel/asm-offsets.s] Error 1
make[2]: Target 'prepare' not remade because of errors.
make[1]: *** [Makefile:1270: prepare0] Error 2
make[1]: Target 'prepare' not remade because of errors.
make: *** [Makefile:231: __sub-make] Error 2
make: Target 'prepare' not remade because of errors.
vim +82 arch/openrisc/include/asm/page.h
79
80 static inline void * pfn_to_virt(unsigned long pfn)
81 {
> 82 return __va(pfn) << PAGE_SHIFT;
83 }
84
--
0-DAY CI Kernel Test Service
https://01.org/lkp
View attachment "config" of type "text/plain" (132921 bytes)
Powered by blists - more mailing lists