Re: [PATCH] netfilter: Use kvcalloc
From: Pablo Neira Ayuso
Date: Fri Jan 31 2020 - 13:30:28 EST
On Tue, Jan 28, 2020 at 11:07:27AM -0800, Joe Perches wrote:
> Convert the uses of kvmalloc_array with __GFP_ZERO to
> the equivalent kvcalloc.
Applied, thanks.