[GIT PULL] jump label: add jump label code

From: Steven Rostedt
Date: Wed Sep 22 2010 - 23:56:14 EST



Ingo,

I finally got around to doing some basic tests. The thing that
took the longest, was setting up all my distcc computers with gcc 2.5.1.
I also hit a little glitch in one of my tests that would trigger
RCU stalls, but that's another story.

Anyway, I took Jason's patches and applied them, with a few
formatting clean ups (basically, shortened function prototypes).

I added two patches at the end of the series to remove the duplicate
structure and also to remove the dependency on !CC_OPTIMIZE_FOR_SIZE.

Andi,

I saw your patches but have not had time to take a deeper look at
them. If you want, you can rebase them against this tree.

Thanks,

Please pull the latest tip/perf/core tree, which can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
tip/perf/core


David S. Miller (1):
jump label: Add sparc64 support

Jason Baron (8):
jump label: Make dynamic no-op selection available outside of ftrace
jump label: Make text_poke_early() globally visible
jump label: Base patch for jump label
jump label: Initialize workqueue tracepoints *before* they are registered
jump label: Add jump_label_text_reserved() to reserve jump points
jump label: Tracepoint support for jump labels
jump label: Convert dynamic debug to use jump labels
jump label: x86 support

Steven Rostedt (2):
jump label: Remove duplicate structure for x86
jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditions

----
Makefile | 5 +
arch/Kconfig | 3 +
arch/sparc/Kconfig | 1 +
arch/sparc/include/asm/jump_label.h | 32 +++
arch/sparc/kernel/Makefile | 2 +
arch/sparc/kernel/jump_label.c | 47 ++++
arch/sparc/kernel/module.c | 6 +
arch/x86/Kconfig | 1 +
arch/x86/include/asm/alternative.h | 11 +
arch/x86/include/asm/jump_label.h | 37 +++
arch/x86/kernel/Makefile | 2 +-
arch/x86/kernel/alternative.c | 68 ++++++-
arch/x86/kernel/ftrace.c | 63 +-----
arch/x86/kernel/jump_label.c | 50 ++++
arch/x86/kernel/kprobes.c | 3 +-
arch/x86/kernel/module.c | 3 +
arch/x86/kernel/setup.c | 6 +
include/asm-generic/vmlinux.lds.h | 10 +
include/linux/dynamic_debug.h | 39 ++--
include/linux/jump_label.h | 64 ++++++
include/linux/module.h | 5 +-
include/linux/tracepoint.h | 5 +-
kernel/Makefile | 2 +-
kernel/jump_label.c | 429 +++++++++++++++++++++++++++++++++++
kernel/kprobes.c | 4 +-
kernel/module.c | 6 +
kernel/trace/trace_workqueue.c | 10 +-
kernel/tracepoint.c | 14 +-
lib/dynamic_debug.c | 42 +----
scripts/Makefile.lib | 11 +-
scripts/basic/Makefile | 2 +-
scripts/basic/hash.c | 64 ------
scripts/gcc-goto.sh | 5 +
33 files changed, 843 insertions(+), 209 deletions(-)
--
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/