Re: [PATCH] net: drivers/net: Remove unnecessary skb_copy_expand OOM messages

From: David Miller
Date: Thu Mar 15 2018 - 14:29:06 EST


From: Joe Perches <joe@xxxxxxxxxxx>
Date: Mon, 12 Mar 2018 08:07:12 -0700

> skb_copy_expand without __GFP_NOWARN already does a dump_stack
> on OOM so these messages are redundant.
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>

Ok, applied to net-next, thanks.