mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
ipv4: Give backtrace in ip_rt_bug().
Add a stack backtrace to the ip_rt_bug path for debugging Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3137663dfb
commit
c378a9c019
@ -1665,6 +1665,7 @@ static int ip_rt_bug(struct sk_buff *skb)
|
||||
&ip_hdr(skb)->saddr, &ip_hdr(skb)->daddr,
|
||||
skb->dev ? skb->dev->name : "?");
|
||||
kfree_skb(skb);
|
||||
WARN_ON(1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user