On Sat, 2012-05-19 at 07:01 +0200, Eric Dumazet wrote:
On Sat, 2012-05-19 at 00:46 -0400, David Miller wrote:
quoted
So it's ESP encapsulated IPSEC over L2tp.
Eric, I wonder if session->hdr_len can take on undesirable values and
thus trip up the skb COW'ing calculations you added?
I take a look, thanks
hdr_len is u16, I have no idea how we can reach MAX_ORDER page
allocations... (more than 2 Mbytes...)
Maybe a memory corruption, or a signed/unsigned mismatch.