diff options
author | Manfred Spraul <manfred@colorfullife.com> | 2005-12-24 14:19:24 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-24 11:53:32 -0800 |
commit | 1836098f97d22c81652aeeec64d1819dc2177bdb (patch) | |
tree | 1bd940fb161aea432af117543e936ca9b677c985 /fs | |
parent | 8f43d8e1147406901b7d972d1b528d94def23b0e (diff) | |
download | linux-3.10-1836098f97d22c81652aeeec64d1819dc2177bdb.tar.gz linux-3.10-1836098f97d22c81652aeeec64d1819dc2177bdb.tar.bz2 linux-3.10-1836098f97d22c81652aeeec64d1819dc2177bdb.zip |
[PATCH] forcedeth: fix random memory scribbling bug
Two critical bugs were found in forcedeth 0.47:
- TSO doesn't work.
- pci_map_single() for the rx buffers is called with size==0. This bug
is critical, it causes random memory corruptions on systems with an
iommu.
Below is a minimal fix for both bugs, for 2.6.15.
TSO will be fixed properly in the next version. Tested on x86-64.
Signed-Off-By: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions