All of lore.kernel.org
 help / color / mirror / Atom feed
* [xlnx:master 11230/12130] drivers/remoteproc/ti_k3_r5_remoteproc.c:627: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 *, u6...
@ 2021-04-21 19:44 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-04-21 19:44 UTC (permalink / raw)
  To: Wendy Liang; +Cc: kbuild-all, clang-built-linux, linux-arm-kernel, Michal Simek

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

tree:   https://github.com/Xilinx/linux-xlnx master
head:   0605a36e057480f3a83ae401e7ff59739da78e82
commit: a324889a971b8e827c53deaffe630b420bde4067 [11230/12130] remoteproc: Add support for peek from remote and acking kick from remote
config: arm64-randconfig-r022-20210421 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d87b9b81ccb95217181ce75515c6c68bbb408ca4)
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 arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://github.com/Xilinx/linux-xlnx/commit/a324889a971b8e827c53deaffe630b420bde4067
        git remote add xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xlnx master
        git checkout a324889a971b8e827c53deaffe630b420bde4067
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=arm64 

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/ti_k3_r5_remoteproc.c:627: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       = k3_r5_rproc_da_to_va,
                             ^~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +627 drivers/remoteproc/ti_k3_r5_remoteproc.c

6dedbd1d544389 Suman Anna 2020-10-02  620  
6dedbd1d544389 Suman Anna 2020-10-02  621  static const struct rproc_ops k3_r5_rproc_ops = {
6dedbd1d544389 Suman Anna 2020-10-02  622  	.prepare	= k3_r5_rproc_prepare,
6dedbd1d544389 Suman Anna 2020-10-02  623  	.unprepare	= k3_r5_rproc_unprepare,
6dedbd1d544389 Suman Anna 2020-10-02  624  	.start		= k3_r5_rproc_start,
6dedbd1d544389 Suman Anna 2020-10-02  625  	.stop		= k3_r5_rproc_stop,
6dedbd1d544389 Suman Anna 2020-10-02  626  	.kick		= k3_r5_rproc_kick,
6dedbd1d544389 Suman Anna 2020-10-02 @627  	.da_to_va	= k3_r5_rproc_da_to_va,
6dedbd1d544389 Suman Anna 2020-10-02  628  };
6dedbd1d544389 Suman Anna 2020-10-02  629  

:::::: The code at line 627 was first introduced by commit
:::::: 6dedbd1d544389d6ab1727423348572a11e9df5d remoteproc: k3-r5: Add a remoteproc driver for R5F subsystem

:::::: TO: Suman Anna <s-anna@ti.com>
:::::: 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: 32914 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:master 11230/12130] drivers/remoteproc/ti_k3_r5_remoteproc.c:627: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 *, u6...
@ 2021-04-21 19:44 ` kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-04-21 19:44 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://github.com/Xilinx/linux-xlnx master
head:   0605a36e057480f3a83ae401e7ff59739da78e82
commit: a324889a971b8e827c53deaffe630b420bde4067 [11230/12130] remoteproc: Add support for peek from remote and acking kick from remote
config: arm64-randconfig-r022-20210421 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d87b9b81ccb95217181ce75515c6c68bbb408ca4)
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 arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://github.com/Xilinx/linux-xlnx/commit/a324889a971b8e827c53deaffe630b420bde4067
        git remote add xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xlnx master
        git checkout a324889a971b8e827c53deaffe630b420bde4067
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=arm64 

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/ti_k3_r5_remoteproc.c:627: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       = k3_r5_rproc_da_to_va,
                             ^~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +627 drivers/remoteproc/ti_k3_r5_remoteproc.c

6dedbd1d544389 Suman Anna 2020-10-02  620  
6dedbd1d544389 Suman Anna 2020-10-02  621  static const struct rproc_ops k3_r5_rproc_ops = {
6dedbd1d544389 Suman Anna 2020-10-02  622  	.prepare	= k3_r5_rproc_prepare,
6dedbd1d544389 Suman Anna 2020-10-02  623  	.unprepare	= k3_r5_rproc_unprepare,
6dedbd1d544389 Suman Anna 2020-10-02  624  	.start		= k3_r5_rproc_start,
6dedbd1d544389 Suman Anna 2020-10-02  625  	.stop		= k3_r5_rproc_stop,
6dedbd1d544389 Suman Anna 2020-10-02  626  	.kick		= k3_r5_rproc_kick,
6dedbd1d544389 Suman Anna 2020-10-02 @627  	.da_to_va	= k3_r5_rproc_da_to_va,
6dedbd1d544389 Suman Anna 2020-10-02  628  };
6dedbd1d544389 Suman Anna 2020-10-02  629  

:::::: The code at line 627 was first introduced by commit
:::::: 6dedbd1d544389d6ab1727423348572a11e9df5d remoteproc: k3-r5: Add a remoteproc driver for R5F subsystem

:::::: TO: Suman Anna <s-anna@ti.com>
:::::: 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: 32914 bytes --]

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

end of thread, other threads:[~2021-04-21 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21 19:44 [xlnx:master 11230/12130] drivers/remoteproc/ti_k3_r5_remoteproc.c:627: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 *, u6 kernel test robot
2021-04-21 19:44 ` 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.