All of lore.kernel.org
 help / color / mirror / Atom feed
* [xlnx:xlnx_rebase_v5.10 711/1756] drivers/remoteproc/ingenic_rproc.c:144:14: error: incompatible function pointer types initializing 'void *(*)(struct rproc *, u64, int)' (aka 'void *(*)(struct rproc *, unsigned long long, int)') with an expression of type 'void *(struct rproc *, u64, siz...
@ 2021-07-14 21:48 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-14 21:48 UTC (permalink / raw)
  To: Wendy Liang; +Cc: clang-built-linux, kbuild-all, linux-arm-kernel, Michal Simek

[-- Attachment #1: Type: text/plain, Size: 2899 bytes --]

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10
head:   f6f032f82f0a13def702a0154df535db88f43391
commit: dbb49124cb3ba0ebd03cca4efa2c91cf0164d071 [711/1756] remoteproc: Add support for peek from remote and acking kick from remote
config: mips-randconfig-r004-20210714 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 8d69635ed9ecf36fd0ca85906bfde17949671cbe)
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 mips cross compiling tool for clang build
        # apt-get install binutils-mips-linux-gnu
        # https://github.com/Xilinx/linux-xlnx/commit/dbb49124cb3ba0ebd03cca4efa2c91cf0164d071
        git remote add xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xlnx xlnx_rebase_v5.10
        git checkout dbb49124cb3ba0ebd03cca4efa2c91cf0164d071
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/remoteproc/ingenic_rproc.c:144:14: error: incompatible function pointer types initializing 'void *(*)(struct rproc *, u64, int)' (aka 'void *(*)(struct rproc *, unsigned long long, int)') with an expression of type 'void *(struct rproc *, u64, size_t)' (aka 'void *(struct rproc *, unsigned long long, unsigned long)') [-Werror,-Wincompatible-function-pointer-types]
           .da_to_va = ingenic_rproc_da_to_va,
                       ^~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


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@crapouillou.net>
:::::: CC: Bjorn Andersson <bjorn.andersson@linaro.org>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 34471 bytes --]

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [xlnx:xlnx_rebase_v5.10 711/1756] drivers/remoteproc/ingenic_rproc.c:144:14: error: incompatible function pointer types initializing 'void *(*)(struct rproc *, u64, int)' (aka 'void *(*)(struct rproc *, unsigned long long, int)') with an expression of type 'void *(struct rproc *, u64, siz...
@ 2021-07-14 21:48 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-14 21:48 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2951 bytes --]

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.10
head:   f6f032f82f0a13def702a0154df535db88f43391
commit: dbb49124cb3ba0ebd03cca4efa2c91cf0164d071 [711/1756] remoteproc: Add support for peek from remote and acking kick from remote
config: mips-randconfig-r004-20210714 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 8d69635ed9ecf36fd0ca85906bfde17949671cbe)
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 mips cross compiling tool for clang build
        # apt-get install binutils-mips-linux-gnu
        # https://github.com/Xilinx/linux-xlnx/commit/dbb49124cb3ba0ebd03cca4efa2c91cf0164d071
        git remote add xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xlnx xlnx_rebase_v5.10
        git checkout dbb49124cb3ba0ebd03cca4efa2c91cf0164d071
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/remoteproc/ingenic_rproc.c:144:14: error: incompatible function pointer types initializing 'void *(*)(struct rproc *, u64, int)' (aka 'void *(*)(struct rproc *, unsigned long long, int)') with an expression of type 'void *(struct rproc *, u64, size_t)' (aka 'void *(struct rproc *, unsigned long long, unsigned long)') [-Werror,-Wincompatible-function-pointer-types]
           .da_to_va = ingenic_rproc_da_to_va,
                       ^~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


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@crapouillou.net>
:::::: CC: Bjorn Andersson <bjorn.andersson@linaro.org>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 34471 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-15  0:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 21:48 [xlnx:xlnx_rebase_v5.10 711/1756] drivers/remoteproc/ingenic_rproc.c:144:14: error: incompatible function pointer types initializing 'void *(*)(struct rproc *, u64, int)' (aka 'void *(*)(struct rproc *, unsigned long long, int)') with an expression of type 'void *(struct rproc *, u64, siz kernel test robot
2021-07-14 21:48 ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.