aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorFlorian Westphal <[email protected]>2011-01-11 23:55:51 +0100
committerPablo Neira Ayuso <[email protected]>2011-01-11 23:55:51 +0100
commit2f46e07995734a363608e974a82fd05d5b610750 (patch)
tree204c3b071e832cf17cefaaab309966f73da3808b /tools/perf/util/trace-event-scripting.c
parent13ee6ac579574a2a95e982b19920fd2495dce8cd (diff)
netfilter: ebtables: make broute table work again
broute table init hook sets up the "br_should_route_hook" pointer, which then gets called from br_input. commit a386f99025f13b32502fe5dedf223c20d7283826 (bridge: add proper RCU annotation to should_route_hook) introduced a typedef, and then changed this to: br_should_route_hook_t *rhook; [..] rhook = rcu_dereference(br_should_route_hook); if (*rhook(skb)) problem is that "br_should_route_hook" contains the address of the function, so calling *rhook() results in kernel panic. Signed-off-by: Florian Westphal <[email protected]> Acked-by: Eric Dumazet <[email protected]> Signed-off-by: Pablo Neira Ayuso <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions