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, 05 Dec 2007 15:40:15 +0200
From:	"Eliezer Tamir" <eliezert@...adcom.com>
To:	"davem@...emloft.net" <davem@...emloft.net>,
	"netdev@...r.kernel.org" <netdev@...r.kernel.org>
cc:	"Lee Schermerhorn" <Lee.Schermerhorn@...com>,
	"jeff@...zik.org" <jeff@...zik.org>
Subject: [Fwd: PATCH 2.6.24-rc3-mm2 - build breakage - bnx2x depends on
 ZLIB_INFLATE]

Dave,

Lee Schermerhorn sent this patch while you were away,
please apply.

Thanks,
Eliezer

-------- Forwarded Message --------
From: Lee Schermerhorn <Lee.Schermerhorn@...com>
To: Andrew Morton <akpm@...ux-foundation.org>, netdev@...r.kernel.org,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: PATCH 2.6.24-rc3-mm2 - build breakage - bnx2x depends on
ZLIB_INFLATE
Date: Wed, 28 Nov 2007 12:25:24 -0800



Couldn't find one of these on the lists...

PATCH 2.6.24-rc3-mm1:  bnx2x depends on ZLIB_INFLATE

The bnx2x module depends on the zlib_inflate functions.  The
build will fail if ZLIB_INFLATE has not been selected manually
or by building another module that automatically selects it.

Modify BNX2X config option to 'select ZLIB_INFLATE' like BNX2
and others.  This seems to fix it.

Signed-off-by:  Lee Schermerhorn <lee.schermerhorn@...com>
Acked-by: Eliezer Tamir <eliezert@...adcom.com>

 drivers/net/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Index: Linux/drivers/net/Kconfig
===================================================================
--- Linux.orig/drivers/net/Kconfig      2007-11-28 10:41:23.000000000
-0500
+++ Linux/drivers/net/Kconfig   2007-11-28 12:40:16.000000000 -0500
@@ -2606,6 +2606,7 @@ config TEHUTI
 config BNX2X
        tristate "Broadcom NetXtremeII 10Gb support"
        depends on PCI
+       select ZLIB_INFLATE
        help
          This driver supports Broadcom NetXtremeII 10 gigabit Ethernet
cards.
          To compile this driver as a module, choose M here: the module




--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ