commit | 8243126c5e29030bf1a3fb75187a513966dcba62 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Jan 17 02:54:21 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jan 17 02:54:21 2006 -0800 |
tree | 39750d44770efcdac150f041f71b7272c8da20f9 | |
parent | f09484ff87f677056ce631aa3d8e486861501b51 [diff] |
[NET]: Make second arg to skb_reserved() signed. Some subsystems, such as PPP, can send negative values here. It just happened to work correctly on 32-bit with an unsigned value, but on 64-bit this explodes. Figured out by Paul Mackerras based upon several PPP crash reports. Signed-off-by: David S. Miller <davem@davemloft.net>