Hi Dave: Here is a trivial patch to make the skb_under_panic/skb_over_panic messages to look nicer. As it is their printk is joined onto the first line of the BUG output because of a missing newline.
How about this one instead? Besides the missing newlines, it adds head/data/tail/end to the output, which can give valuable hints about what happend before. Signed-off-by: Patrick McHardy <kaber@xxxx
While we're at it, lets also replace KERN_INFO by KERN_EMERG to make sure the user gets to see it. Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> == net/core/skbuff.c 1.44 vs edited == -- 1.44/net/
Thanks Patrick, this looks great. BTW, Do you know if that ppp problem (Fw: [Bugme-new] [Bug 4381] New: When i try to start a pppoe conn., crash at net/core/skbuff.c:91) was already fixed? Otherwise
Unfortunately the reporter says that he can't reproduce it. However, I have the suspicion that this is really the same as the vpnc/tun bug (4279) that prompted you to make the self-modification fix t
BTW, Do you know if that ppp problem (Fw: [Bugme-new] [Bug 4381] New: When i try to start a pppoe conn., crash at net/core/skbuff.c:91) was already fixed? Otherwise I'd suggest that the reporter sho