From: Eric Dumazet <eric.duma...@gmail.com> Date: Fri, 24 Apr 2015 16:05:01 -0700
> From: Eric Dumazet <eduma...@google.com> > > 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 <eduma...@google.com> > Reported-by: Sasha Levin <sasha.le...@oracle.com> 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html