]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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:29 +0000 (08:42 +0100)
commit8703e8a465b1e9cadc3680b4b1248f5987e54518
tree9129afca91ad3678c38eb310bd9936e5d1e78a03
parent3f07c0144132e4f59d88055ac8ff3e691a5fa2b8
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>

We are going to split <linux/sched/user.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/user.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>
block/ioprio.c
include/linux/cred.h
include/linux/sched/user.h [new file with mode: 0644]
ipc/mqueue.c
kernel/fork.c
kernel/signal.c
kernel/user.c
mm/mlock.c
net/core/scm.c
security/keys/process_keys.c