Re: [PATCH net] net: aquantia: memory corruption on jumbo frames

2018-09-15 Thread Igor Russkikh
> This patch fixes skb_shared area, which will be corrupted > upon reception of 4K jumbo packets. > Hi David, please discard this patch as it wrongly specifies the original issue reporter and patch author. I'm fixing it now and will resend. Sorry for this. BR, Igor

[PATCH net] net: aquantia: memory corruption on jumbo frames

2018-09-15 Thread Igor Russkikh
From: Michael Rauch This patch fixes skb_shared area, which will be corrupted upon reception of 4K jumbo packets. Originally build_skb usage purpose was to reuse page for skb to eliminate needs of extra fragments. But that logic does not take into account that skb_shared_info should be reserved