Re: linux-next: manual merge of the akpm tree with the net-next tree
From: Daniel Borkmann
Date: Wed May 22 2013 - 05:21:14 EST
This is a multi-part message in MIME format.On 05/22/2013 01:54 AM, Stephen Rothwell wrote:
Hi Daniel,
On Tue, 21 May 2013 09:44:13 +0200 Daniel Borkmann <dborkman@xxxxxxxxxx> wrote:
Also seccomp_jit_free() needs a change otherwise the kernel won't build
with CONFIG_SECCOMP_FILTER_JIT enabled since the work_struct is initialized
with the bpf_jit_free_worker() callback, which is no longer existent.
Do you want me to send you a patch?
Yes, please.
In case this is still needed, patch attached. That should fix it.