Re: [PATCH][RESEND] Fix checksum related BUG in l2tp_ppp receive path

2013-06-04 Thread David Miller
You've been asked for feedback several days ago, please respond and give people the information they've asked for. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.or

Re: [PATCH][RESEND] Fix checksum related BUG in l2tp_ppp receive path

2013-05-29 Thread Tom Parkin
Hi Jana, Thanks for the patch, and sorry for missing it the first time around! On Tue, May 28, 2013 at 09:03:24AM +0200, Jana Saout wrote: > Interestingly, the PPP over L2TP (with xl2tpd) is working fine when > using my Linux client, but a simple ping from my Android phone causes > the BUG on the

[PATCH][RESEND] Fix checksum related BUG in l2tp_ppp receive path

2013-05-28 Thread Jana Saout
Hello, I managed to (reproducably) trigger this bug: > kernel BUG at net/core/dev.c:2192! which is -> BUG_ON(offset >= skb_headlen(skb)); (full BUG here: http://www1.aufwind-solutions.de/oopses/pppol2tp1.txt ) Interestingly, the PPP over L2TP (with xl2tpd) is working fine when using my Linux c