Prev: [GIT PULL] kmemcheck fixes for 2.6.34-rc1
Next: time: add wait_interruptible_timeout macro to sleep (w. timeout) until wake_up
From: Frederic Weisbecker on 26 Feb 2010 13:30 Ingo, Please pull the tracing/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git tracing/core Thanks, Frederic --- Heiko Carstens (3): tracing/kprobes: Make Kconfig dependencies generic s390: Add pt_regs register and stack access API tracing/kprobes: Add short documentation for HAVE_REGS_AND_STACK_ACCESS_API Mike Frysinger (1): tracing: Unify arch_syscall_addr() implementations Documentation/trace/ftrace-design.txt | 5 +-- arch/Kconfig | 8 ++++ arch/s390/Kconfig | 1 + arch/s390/include/asm/ptrace.h | 13 +++++++- arch/s390/include/asm/syscall.h | 7 ++++ arch/s390/kernel/ftrace.c | 10 ------ arch/s390/kernel/ptrace.c | 58 +++++++++++++++++++++++++++++++++ arch/sh/include/asm/syscall.h | 2 + arch/sh/kernel/ftrace.c | 9 ----- arch/sparc/include/asm/syscall.h | 7 ++++ arch/sparc/kernel/ftrace.c | 11 ------ arch/x86/Kconfig | 1 + arch/x86/include/asm/syscall.h | 2 + arch/x86/kernel/ftrace.c | 10 ------ include/linux/ftrace.h | 6 +++ kernel/trace/Kconfig | 2 +- kernel/trace/trace_syscalls.c | 5 +++ 17 files changed, 112 insertions(+), 45 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |