On Tue, Aug 22, 2017 at 12:26:46PM -0700, Eric Dumazet wrote: > From: Eric Dumazet <eduma...@google.com> > > High order GFP_KERNEL allocations can stress the host badly. > > Use modern kvmalloc_array()/kvfree() instead of custom > allocations. > > Signed-off-by: Eric Dumazet <eduma...@google.com>
Thanks for fixing these issues. Acked-by: Alexei Starovoitov <a...@kernel.org>