diff options
author | ramesh.nagappa@gmail.com <ramesh.nagappa@gmail.com> | 2012-10-05 19:10:15 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-28 10:02:12 -0700 |
commit | 5891cb7c82658d26ca323639553b94b7272ebb68 (patch) | |
tree | e7902ee617ba69e8fd7dbc7db1a6be92202874a5 /Documentation/serial/rocket.txt | |
parent | 06d96e5711b5e416d9ada181a988631b5e4cc089 (diff) | |
download | kernel_samsung_crespo-5891cb7c82658d26ca323639553b94b7272ebb68.zip kernel_samsung_crespo-5891cb7c82658d26ca323639553b94b7272ebb68.tar.gz kernel_samsung_crespo-5891cb7c82658d26ca323639553b94b7272ebb68.tar.bz2 |
net: Fix skb_under_panic oops in neigh_resolve_output
[ Upstream commit e1f165032c8bade3a6bdf546f8faf61fda4dd01c ]
The retry loop in neigh_resolve_output() and neigh_connected_output()
call dev_hard_header() with out reseting the skb to network_header.
This causes the retry to fail with skb_under_panic. The fix is to
reset the network_header within the retry loop.
Signed-off-by: Ramesh Nagappa <ramesh.nagappa@ericsson.com>
Reviewed-by: Shawn Lu <shawn.lu@ericsson.com>
Reviewed-by: Robert Coulson <robert.coulson@ericsson.com>
Reviewed-by: Billie Alsup <billie.alsup@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/serial/rocket.txt')
0 files changed, 0 insertions, 0 deletions