From: Frederic Weisbecker on 18 Feb 2010 06:20 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 (2): tracing/kprobes: Make Kconfig dependencies generic s390: Add pt_regs register and stack access API Mike Frysinger (1): tracing: Unify arch_syscall_addr() implementations Documentation/trace/ftrace-design.txt | 5 +-- arch/Kconfig | 3 ++ 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, 107 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/
|
Pages: 1 Prev: [git pull] Input updates for 2.6.33-rc7 Next: SCTP Trasport Loadbalancing Support |