From: David Newall <[email protected]>
Date: Sun, 25 May 2014 12:02:03 +0930

> +     pskb_trim_rcsum(skb, len);

You really need to check the return value as this can perform allocations,
GFP_ATOMIC ones in fact.

Also, why are we not bumping the statistics any more?  I didn't see a
discussion of that in this thread.

Reply via email to