[PATCH 0/5] jump label: core updates

From: Jason Baron
Date: Fri Oct 01 2010 - 17:24:58 EST


Hi,

Here are some updates to the jump label code (against -tip tree) found during
testing and review.

After this series, I'm not aware of any outstanding issues.

thanks,

-Jason

Jason Baron (5):
jump label: fix module __init section race
jump label: Fix deadlock b/w jump_label_mutex vs. text_mutex
jump label: add register_jump_label_key/unregister_jump_label_key
jump label: move jump table to r/w section
jump label: add docs

Documentation/jump-label.txt | 142 +++++++++++++++++++++++
include/asm-generic/vmlinux.lds.h | 14 +--
include/linux/jump_label.h | 9 ++
kernel/jump_label.c | 222 +++++++++++++++++++++++++++++++-----
kernel/kprobes.c | 6 +
kernel/tracepoint.c | 34 ++++++
lib/dynamic_debug.c | 20 ++++
7 files changed, 406 insertions(+), 41 deletions(-)
create mode 100644 Documentation/jump-label.txt

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/