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>] [day] [month] [year] [list]
Date:	Fri, 07 Dec 2007 23:43:43 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	jeff@...ox.com
CC:	netdev@...r.kernel.org
Subject: 2.6.24 net driver mis-patch


Jeff, this belonged in netdev-2.6, Linus's tree doesn't have the BNX2X
driver yet, your 2.6.25 bound tree does.

As a result you added the ZLIB_INFLATE dependency to the TEHUTI driver
in 2.6.24 instead of BNX2X where it belongs, please fix this, thanks
:-)

commit 70eba18b5664f90d7620905e005b89388e5fd94b
Author: Eliezer Tamir <eliezert@...adcom.com>
Date:   Wed Dec 5 16:12:39 2007 +0200

    make bnx2x select 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>
    Signed-off-by: Jeff Garzik <jeff@...zik.org>

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index d9107e5..6cde4ed 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2588,6 +2588,7 @@ config MLX4_DEBUG
 config TEHUTI
 	tristate "Tehuti Networks 10G Ethernet"
 	depends on PCI
+	select ZLIB_INFLATE
 	help
 	  Tehuti Networks 10G Ethernet NIC
 
--
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