]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing
authorIngo Molnar <mingo@elte.hu>
Fri, 24 Apr 2009 08:11:18 +0000 (10:11 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 24 Apr 2009 08:11:23 +0000 (10:11 +0200)
Conflicts:
arch/x86/kernel/ptrace.c

Merge reason: fix the conflict above, and also pick up the CONFIG_BROKEN
              dependency change from upstream so that we can remove it
      here.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
1  2 
arch/x86/include/asm/processor.h
arch/x86/kernel/ptrace.c
include/linux/sched.h
kernel/Makefile
kernel/fork.c
kernel/ptrace.c
kernel/sched.c
kernel/trace/trace.h

Simple merge
index b32a8ee533816eb60d28f32728dabcd9a11ade74,23b7c8f017e2afa74194c81c7720724a2604751b..d5252ae6c5205cb41face38652df00af422db52d
@@@ -21,8 -21,6 +21,7 @@@
  #include <linux/audit.h>
  #include <linux/seccomp.h>
  #include <linux/signal.h>
- #include <linux/ftrace.h>
 +#include <linux/workqueue.h>
  
  #include <asm/uaccess.h>
  #include <asm/pgtable.h>
Simple merge
diff --cc kernel/Makefile
Simple merge
diff --cc kernel/fork.c
Simple merge
diff --cc kernel/ptrace.c
index 321127d965c29ca9e829742a9a79f0c944f4300b,dfcd83ceee3b246326cbec2a6eadb27abdba7823..4559e84f4b8a1b8c598004d95b9c62d73b0c7d7d
  #include <linux/audit.h>
  #include <linux/pid_namespace.h>
  #include <linux/syscalls.h>
- #include <asm/pgtable.h>
- #include <asm/uaccess.h>
+ #include <linux/uaccess.h>
  
  
 -/*
 - * Initialize a new task whose father had been ptraced.
 - *
 - * Called from copy_process().
 - */
 -void ptrace_fork(struct task_struct *child, unsigned long clone_flags)
 -{
 -      arch_ptrace_fork(child, clone_flags);
 -}
 -
  /*
   * ptrace a task: make the debugger its new parent and
   * move it to the ptrace list.
diff --cc kernel/sched.c
Simple merge
Simple merge