tree:
https://github.com/Xilinx/linux-xlnx master
head: 0a88ef03d3015782318b4bc94ceb20dca375a01b
commit: a324889a971b8e827c53deaffe630b420bde4067 [11230/12535] remoteproc: Add support for
peek from remote and acking kick from remote
config: microblaze-randconfig-r025-20211031 (attached as .config)
compiler: microblaze-linux-gcc (GCC) 11.2.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://github.com/Xilinx/linux-xlnx/commit/a324889a971b8e827c53deaffe630...
git remote add xilinx-xlnx
https://github.com/Xilinx/linux-xlnx
git fetch --no-tags xilinx-xlnx master
git checkout a324889a971b8e827c53deaffe630b420bde4067
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=microblaze
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/remoteproc/ingenic_rproc.c:144:21: error: initialization
of 'void * (*)(struct rproc *, u64, int)' {aka 'void * (*)(struct rproc *,
long long unsigned int, int)'} from incompatible pointer type 'void * (*)(struct
rproc *, u64, size_t)' {aka 'void * (*)(struct rproc *, long long unsigned int,
unsigned int)'} [-Werror=incompatible-pointer-types]
144 |
.da_to_va = ingenic_rproc_da_to_va,
| ^~~~~~~~~~~~~~~~~~~~~~
drivers/remoteproc/ingenic_rproc.c:144:21: note: (near initialization for
'ingenic_rproc_ops.da_to_va')
cc1: some warnings being treated as errors
--
> drivers/remoteproc/mtk_scp.c:463:27: error: initialization of
'void * (*)(struct rproc *, u64, int)' {aka 'void * (*)(struct rproc *, long
long unsigned int, int)'} from incompatible pointer type 'void * (*)(struct rproc
*, u64, size_t)' {aka 'void * (*)(struct rproc *, long long unsigned int,
unsigned int)'} [-Werror=incompatible-pointer-types]
463 |
.da_to_va = scp_da_to_va,
| ^~~~~~~~~~~~
drivers/remoteproc/mtk_scp.c:463:27: note: (near initialization for
'scp_ops.da_to_va')
cc1: some warnings being treated as errors
vim +144 drivers/remoteproc/ingenic_rproc.c
48f0a1bbb7586c Paul Cercueil 2020-05-15 137
48f0a1bbb7586c Paul Cercueil 2020-05-15 138 static struct rproc_ops ingenic_rproc_ops
= {
4605ad8f458198 Mathieu Poirier 2020-06-30 139 .prepare = ingenic_rproc_prepare,
4605ad8f458198 Mathieu Poirier 2020-06-30 140 .unprepare = ingenic_rproc_unprepare,
48f0a1bbb7586c Paul Cercueil 2020-05-15 141 .start = ingenic_rproc_start,
48f0a1bbb7586c Paul Cercueil 2020-05-15 142 .stop = ingenic_rproc_stop,
48f0a1bbb7586c Paul Cercueil 2020-05-15 143 .kick = ingenic_rproc_kick,
48f0a1bbb7586c Paul Cercueil 2020-05-15 @144 .da_to_va = ingenic_rproc_da_to_va,
48f0a1bbb7586c Paul Cercueil 2020-05-15 145 };
48f0a1bbb7586c Paul Cercueil 2020-05-15 146
:::::: The code at line 144 was first introduced by commit
:::::: 48f0a1bbb7586c94e0f15116b06f8179df2fd60f remoteproc: ingenic: Added remoteproc
driver
:::::: TO: Paul Cercueil <paul(a)crapouillou.net>
:::::: CC: Bjorn Andersson <bjorn.andersson(a)linaro.org>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org