]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/binfmt_elf.c
sched/headers: Prepare for new header dependencies before moving code to <linux/sched...
authorIngo Molnar <mingo@kernel.org>
Wed, 8 Feb 2017 17:51:30 +0000 (18:51 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 2 Mar 2017 07:42:28 +0000 (08:42 +0100)
commitf7ccbae45c5e2c1077654b0e857e7efb1aa31c92
tree173d7ef64a4c980d76767e1f8b009a63b25499ad
parent6e84f31522f931027bf695752087ece278c10d3f
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>

We are going to split <linux/sched/coredump.h> out of <linux/sched.h>, which
will have to be picked up from other headers and a couple of .c files.

Create a trivial placeholder <linux/sched/coredump.h> file that just
maps to <linux/sched.h> to make this patch obviously correct and
bisectable.

Include the new header in the files that are going to need it.

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
20 files changed:
fs/binfmt_elf.c
fs/binfmt_elf_fdpic.c
fs/coredump.c
fs/exec.c
fs/proc/base.c
fs/proc/internal.h
include/linux/khugepaged.h
include/linux/ksm.h
include/linux/sched/coredump.h [new file with mode: 0644]
kernel/cred.c
kernel/events/uprobes.c
kernel/fork.c
kernel/ptrace.c
kernel/sys.c
kernel/sysctl.c
mm/huge_memory.c
mm/khugepaged.c
mm/ksm.c
mm/memory.c
mm/oom_kill.c