From: Neil Horman <nhor...@tuxdriver.com> Date: Thu, 19 May 2016 11:30:54 -0400
> Noticed an allocation failure in a network driver the other day on a 32 bit > system: ... > Thought that perhaps the big splat in the logs wasn't really necessecary, as > all call sites for dev_alloc_skb: > > a) check the return code for the function > > and > > b) either print their own error message or have a recovery path that makes the > warning moot. > > Fix it by modifying dev_alloc_pages to pass __GFP_NOWARN as a gfp flag to > suppress the warning > > applies to the net tree > > Signed-off-by: Neil Horman <nhor...@tuxdriver.com> Applied, thanks Neil.