Re: [PATCH net] net: avoid skb_warn_bad_offload false positives on UFO

2017-08-08 Thread David Miller
From: Willem de Bruijn Date: Tue, 8 Aug 2017 14:22:55 -0400 > From: Willem de Bruijn > > skb_warn_bad_offload triggers a warning when an skb enters the GSO > stack at __skb_gso_segment that does not have CHECKSUM_PARTIAL > checksum offload set. > > Commit b2504a5dbef3 ("net: reduce skb_warn_b

[PATCH net] net: avoid skb_warn_bad_offload false positives on UFO

2017-08-08 Thread Willem de Bruijn
From: Willem de Bruijn skb_warn_bad_offload triggers a warning when an skb enters the GSO stack at __skb_gso_segment that does not have CHECKSUM_PARTIAL checksum offload set. Commit b2504a5dbef3 ("net: reduce skb_warn_bad_offload() noise") observed that SKB_GSO_DODGY producers can trigger the ch