tree:
https://github.com/dsahern/linux nvme-tcp-offload
head: b9ae3391dc24a401030b31ad5363e0471ae386e0
commit: a588b48a32a48f80f740a38b549b3edbb537afa0 [5/15] nvme-tcp: Add DDP offload control
path
config: alpha-randconfig-r026-20201209 (attached as .config)
compiler: alpha-linux-gcc (GCC) 9.3.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/dsahern/linux/commit/a588b48a32a48f80f740a38b549b3edbb...
git remote add dsahern-linux
https://github.com/dsahern/linux
git fetch --no-tags dsahern-linux nvme-tcp-offload
git checkout a588b48a32a48f80f740a38b549b3edbb537afa0
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=alpha
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
> drivers/nvme/host/tcp.c:398:6: warning: no previous prototype for
'nvme_tcp_resync_request' [-Wmissing-prototypes]
398 | bool
nvme_tcp_resync_request(struct sock *sk, u32 seq, u32 flags)
| ^~~~~~~~~~~~~~~~~~~~~~~
vim +/nvme_tcp_resync_request +398 drivers/nvme/host/tcp.c
397
398 bool nvme_tcp_resync_request(struct sock *sk, u32 seq, u32 flags)
399 {
400 return false;
401 }
402
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org