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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 3 Sep 2008 11:20:34 -0700
From:	"Eilon Greenstein" <eilong@...adcom.com>
To:	"David Miller" <davem@...emloft.net>,
	netdev <netdev@...r.kernel.org>
Subject: [PATCH] bnx2x: Accessing un-mapped page

Hi Dave,

We just root-caused a critical issue that causes fatal error on PPC with 64KB page.

The problem was due to a feature that allows the chip to align the Ethernet payload to 64 bytes - those possible extra 64 bytes were only added to the SKB allocation and not to the PCI mapping size. In this case there is no need to differentiate between the SKB buffer size and the PCI mapping size since the chip might actually use the extra 64 bytes. The problem becomes fatal if the last 64 bytes of the packets are crossing 4KB boundary and in this case the last page was not mapped.

Please consider applying - I'm attaching a patch for this issue which also includes an update to the version number.

Thanks,
Eilon

Download attachment "0001-Accessing-un-mapped-page.patch" of type "application/octet-stream" (5816 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ