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, 26 Dec 2006 16:28:31 -0500
From:	Jeff Garzik <jeff@...zik.org>
To:	Herbert Xu <herbert@...dor.apana.org.au>
CC:	arjan@...ux.intel.com, netdev@...r.kernel.org,
	jesse.brandeburg@...il.com
Subject: Re: [patch 06/14] e1000: disable TSO on the 82544 with slab debugging

Herbert Xu wrote:
> Jeff Garzik <jeff@...zik.org> wrote:
>>  
>>> +#ifdef CONFIG_DEBUG_SLAB
>>> +     /* 82544's work arounds do not play nicely with DEBUG SLAB */
>>> +     if (adapter->hw.mac_type == e1000_82544)
>>> +             netdev->features &= ~NETIF_F_TSO;
>>> +#endif
>> NAK, same reason as the others
> 
> Any chance you could apply this patch instead? I've verified that this
> does resolve the problem on 82544.
> 
> [NETDRV] e1000: Do not truncate TSO TCP header with 82544 workaround

applied


-
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