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:	Fri, 22 Nov 2013 15:54:32 +0800
From:	yzhu1 <Yanjun.Zhu@...driver.com>
To:	<linux-kernel@...r.kernel.org>, <netdev@...r.kernel.org>,
	zhuyj <zyjzyj2000@...il.com>
Subject: [PATCH 1/1] e1000: prevent oops when adapter is being closed and
 reset simultaneously

Hi, maintainers

This change is based on a similar change made to e1000e support in
commit bb9e44d0d0f4 ("e1000e: prevent oops when adapter is being closed
and reset simultaneously").  The same issue has also been observed
on the older e1000 cards.

Here, we have increased the RESET_COUNT value to 50 because there are too
many accesses to e1000 nic on stress tests to e1000 nic, it is not enough
to set RESET_COUT 25. Experimentation has shown that it is enough to set
RESET_COUNT 50.

Please help me to merge this patch. Thanks a lot.

Zhu Yanjun

View attachment "0001-e1000-prevent-oops-when-adapter-is-being-closed-and-.patch" of type "text/x-patch" (2464 bytes)

Powered by blists - more mailing lists