Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e1f16503 authored by ramesh.nagappa@gmail.com's avatar ramesh.nagappa@gmail.com Committed by David S. Miller
Browse files

net: Fix skb_under_panic oops in neigh_resolve_output



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: default avatarRamesh Nagappa <ramesh.nagappa@ericsson.com>
Reviewed-by: default avatarShawn Lu <shawn.lu@ericsson.com>
Reviewed-by: default avatarRobert Coulson <robert.coulson@ericsson.com>
Reviewed-by: default avatarBillie Alsup <billie.alsup@ericsson.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0bd8ba18
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment