From: Eric Dumazet <[email protected]>
Date: Fri, 24 Apr 2015 16:05:01 -0700

> From: Eric Dumazet <[email protected]>
> 
> When I added pfmemalloc support in build_skb(), I forgot netlink
> was using build_skb() with a vmalloc() area.
> 
> In this patch I introduce __build_skb() for netlink use,
> and build_skb() is a wrapper handling both skb->head_frag and
> skb->pfmemalloc
> 
> This means netlink no longer has to hack skb->head_frag
 ...
> Fixes: 79930f5892e ("net: do not deplete pfmemalloc reserve")
> Signed-off-by: Eric Dumazet <[email protected]>
> Reported-by: Sasha Levin <[email protected]>

Applied, and since this fixes a patch I have queued up for -stable,
queued up for -stable as well.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to