lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 31 Mar 2015 12:27:00 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	varun@...lsio.com
Cc:	netdev@...r.kernel.org, linux-scsi@...r.kernel.org,
	leedom@...lsio.com, anish@...lsio.com, hariprasad@...lsio.com,
	praveenm@...lsio.com
Subject: Re: [PATCH net-next 0/3] cxgb4: add FCoE DDP and RSS

From: David Miller <davem@...emloft.net>
Date: Tue, 31 Mar 2015 12:04:13 -0400 (EDT)

> From: Varun Prakash <varun@...lsio.com>
> Date: Fri, 27 Mar 2015 20:29:36 +0530
> 
>> This patch series enables RSS for FCoE frames and adds
>> DDP support for FCoE target.
> 
> Series applied, thanks Varun.

I have to revert, this series breaks the build:

[davem@...alhost net-next]$ make -s -j8
In file included from drivers/infiniband/hw/cxgb4/t4.h:37:0,
                 from drivers/infiniband/hw/cxgb4/iw_cxgb4.h:73,
                 from drivers/infiniband/hw/cxgb4/device.c:40:
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:821:8: error: redefinition of ‘struct ulptx_idata’
 struct ulptx_idata {
        ^
In file included from drivers/infiniband/hw/cxgb4/t4.h:36:0,
                 from drivers/infiniband/hw/cxgb4/iw_cxgb4.h:73,
                 from drivers/infiniband/hw/cxgb4/device.c:40:
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h:1110:8: note: originally defined here
 struct ulptx_idata {
        ^
scripts/Makefile.build:258: recipe for target 'drivers/infiniband/hw/cxgb4/device.o' failed
make[4]: *** [drivers/infiniband/hw/cxgb4/device.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from drivers/infiniband/hw/cxgb4/t4.h:37:0,
                 from drivers/infiniband/hw/cxgb4/iw_cxgb4.h:73,
                 from drivers/infiniband/hw/cxgb4/cm.c:52:
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h:821:8: error: redefinition of ‘struct ulptx_idata’
 struct ulptx_idata {
        ^
In file included from drivers/infiniband/hw/cxgb4/t4.h:36:0,
                 from drivers/infiniband/hw/cxgb4/iw_cxgb4.h:73,
                 from drivers/infiniband/hw/cxgb4/cm.c:52:
drivers/net/ethernet/chelsio/cxgb4/t4_msg.h:1110:8: note: originally defined here
 struct ulptx_idata {
        ^
scripts/Makefile.build:258: recipe for target 'drivers/infiniband/hw/cxgb4/cm.o' failed
make[4]: *** [drivers/infiniband/hw/cxgb4/cm.o] Error 1
scripts/Makefile.build:403: recipe for target 'drivers/infiniband/hw/cxgb4' failed
make[3]: *** [drivers/infiniband/hw/cxgb4] Error 2
make[3]: *** Waiting for unfinished jobs....
scripts/Makefile.build:403: recipe for target 'drivers/infiniband/hw' failed
make[2]: *** [drivers/infiniband/hw] Error 2
make[2]: *** Waiting for unfinished jobs....
scripts/Makefile.build:403: recipe for target 'drivers/infiniband' failed
make[1]: *** [drivers/infiniband] Error 2
make[1]: *** Waiting for unfinished jobs....
Makefile:947: recipe for target 'drivers' failed
make: *** [drivers] Error 2
make: *** Waiting for unfinished jobs....
[davem@...alhost net-next]$ 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ