Re: [PATCH] Net: netfilter: vmalloc/vfree to kvmalloc/kvfree

From: Florian Westphal
Date: Fri Nov 03 2017 - 20:19:36 EST


Charlie Sale <chucks.8090@xxxxxxxxx> wrote:
> + hinfo = kvmalloc(sizeof(*hinfo) + sizeof(struct hlist_head) * size,
> + GPT_KERNEL);

Looks like you did not even compile test this. Again. :-(