Re: [EXPERIMENTAL 2/3] RDMA/loopback: Loopback rdma (RoCE) driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Parav,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on rdma/for-next]
[also build test ERROR on next-20190226]
[cannot apply to v5.0-rc8]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Parav-Pandit/RDMA-loopback-device/20190227-153935
base:   https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git for-next
config: x86_64-allmodconfig (attached as .config)
compiler: gcc-8 (Debian 8.2.0-21) 8.2.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):


vim +2268 include/rdma/ib_verbs.h

2eb9beae Matan Barak     2018-03-28  2266  
30471d4b Leon Romanovsky 2019-02-03  2267  #define INIT_RDMA_OBJ_SIZE(ib_struct, drv_struct, member)                      \
30471d4b Leon Romanovsky 2019-02-03 @2268  	.size_##ib_struct =                                                    \
30471d4b Leon Romanovsky 2019-02-03  2269  		(sizeof(struct drv_struct) +                                   \
30471d4b Leon Romanovsky 2019-02-03  2270  		 BUILD_BUG_ON_ZERO(offsetof(struct drv_struct, member)) +      \
30471d4b Leon Romanovsky 2019-02-03  2271  		 BUILD_BUG_ON_ZERO(                                            \
30471d4b Leon Romanovsky 2019-02-03  2272  			 !__same_type(((struct drv_struct *)NULL)->member,     \
30471d4b Leon Romanovsky 2019-02-03  2273  				      struct ib_struct)))
30471d4b Leon Romanovsky 2019-02-03  2274  

:::::: The code at line 2268 was first introduced by commit
:::::: 30471d4b20335d9bd9ae9b2382a1e1e97d18d86d RDMA/core: Share driver structure size with core

:::::: TO: Leon Romanovsky <leonro@xxxxxxxxxxxx>
:::::: CC: Jason Gunthorpe <jgg@xxxxxxxxxxxx>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip


[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux