Skip to content
Commit 78a36f25 authored by Jarek Poplawski's avatar Jarek Poplawski Committed by David S. Miller
Browse files

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 <eric.dumazet@gmail.com>

Reported-by: default avatarJoel Soete <soete.joel@scarlet.be>
Tested-by: default avatarJoel Soete <soete.joel@scarlet.be>
Signed-off-by: default avatarJarek Poplawski <jarkao2@gmail.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e0584649
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment