]> git.baikalelectronics.ru Git - kernel.git/commit
x86: bpf_jit_comp: can call module_free() from any context
authorEric Dumazet <edumazet@google.com>
Thu, 16 May 2013 19:45:30 +0000 (19:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 May 2013 00:37:19 +0000 (17:37 -0700)
commit4dd90df416a9ec04ebdabb0e1d7665c5fd10047b
treea1236a98d13dfb56d2d6b020f1c06a0353b54dba
parent7e9e3d2057991f03537516ad69d804afe4a639f9
x86: bpf_jit_comp: can call module_free() from any context

It looks like we can call module_free()/vfree() from softirq context,
so no longer need a wrapper and a work_struct.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/x86/net/bpf_jit_comp.c