From: Jarek Poplawski Date: Sat, 25 Dec 2010 05:12:17 +0000 (+0000) Subject: sundance: Fix oopses with corrupted skb_shared_info X-Git-Tag: v2.6.37-rc8~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78a36f25478432835f2f1e46202b71ff3ae454ff;p=pandora-kernel.git sundance: Fix oopses with corrupted skb_shared_info Joel Soete reported oopses at the beginning of pppoe connections since v2.6.35. After debugging the bug was found in sundance skb allocation and dma mapping code, where skb_reserve() bytes aren't taken into account. This is an old bug, only uncovered by some change in 2.6.35. Initial debugging patch by: Eric Dumazet Reported-by: Joel Soete Tested-by: Joel Soete Signed-off-by: Jarek Poplawski Cc: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed