Re: [PATCH] IB/rxe: Simplify rxe_init_ports logic

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

 



Hi,

[auto build test ERROR on next-20160617]
[cannot apply to rdma/master v4.7-rc3 v4.7-rc2 v4.7-rc1 v4.7-rc3]
[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/Leon-Romanovsky/IB-rxe-Simplify-rxe_init_ports-logic/20160618-183558
config: x86_64-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   include/linux/compiler.h:232:8: sparse: attribute 'no_sanitize_address': unknown attribute
   drivers/infiniband/hw/rxe/rxe.c: In function 'rxe_init_ports':
>> drivers/infiniband/hw/rxe/rxe.c:168:27: error: incompatible types when initializing type 'struct rxe_port *' using type 'struct rxe_port'
     struct rxe_port *port =  rxe->port;
                              ^~~

vim +168 drivers/infiniband/hw/rxe/rxe.c

   162	
   163	/* initialize port state, note IB convention that HCA ports are always
   164	 * numbered from 1
   165	 */
   166	static int rxe_init_ports(struct rxe_dev *rxe)
   167	{
 > 168		struct rxe_port *port =  rxe->port;
   169	
   170		rxe_init_port_param(port);
   171	

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux