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-next>] [day] [month] [year] [list]
Date:   Wed, 24 Jan 2018 13:31:03 +0530
From:   Rahul Lakkireddy <rahul.lakkireddy@...lsio.com>
To:     netdev@...r.kernel.org
Cc:     davem@...emloft.net, ganeshgr@...lsio.com, nirranjan@...lsio.com,
        indranil@...lsio.com,
        Rahul Lakkireddy <rahul.lakkireddy@...lsio.com>
Subject: [PATCH net-next 0/2] cxgb4: fix build error

Patch 1 fixes build error with compiling cudbg_zlib.c when
CONFIG_ZLIB_DEFLATE macro is not defined.

Patch 2 fixes following sparse warning:
"Using plain integer as NULL pointer"

Thanks,
Rahul

Rahul Lakkireddy (2):
  cxgb4: enable ZLIB_DEFLATE when building cxgb4
  cxgb4: properly initialize variables

 drivers/net/ethernet/chelsio/Kconfig             |  1 +
 drivers/net/ethernet/chelsio/cxgb4/Makefile      |  3 +--
 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c  |  3 ++-
 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.h  | 13 -------------
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.c |  3 ++-
 5 files changed, 6 insertions(+), 17 deletions(-)

-- 
2.14.1

Powered by blists - more mailing lists