diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-11-08 04:17:15 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-11-08 04:17:15 -0500 |
commit | 8a103df440afea30c91ebd42e61dc644e647f4bd (patch) | |
tree | 2cfa99e9c6e1e138e1404bce4294e46cb0034cce /init | |
parent | a9903f04e0a4ea522d959c2f287cdf0ab029e324 (diff) | |
parent | fbc3edf7d7731d7a22c483c679700589bab936a3 (diff) |
Merge branch 'linus' into sched/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 | ||||
-rw-r--r-- | init/Makefile | 1 | ||||
-rw-r--r-- | init/calibrate.c | 1 | ||||
-rw-r--r-- | init/do_mounts.h | 1 | ||||
-rw-r--r-- | init/do_mounts_initrd.c | 1 | ||||
-rw-r--r-- | init/do_mounts_md.c | 1 | ||||
-rw-r--r-- | init/do_mounts_rd.c | 1 | ||||
-rw-r--r-- | init/init_task.c | 1 | ||||
-rw-r--r-- | init/initramfs.c | 1 |
9 files changed, 9 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index f8564df58d0a..c1fd2863d4ba 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1040,7 +1040,7 @@ endif | |||
1040 | 1040 | ||
1041 | choice | 1041 | choice |
1042 | prompt "Compiler optimization level" | 1042 | prompt "Compiler optimization level" |
1043 | default CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE | 1043 | default CC_OPTIMIZE_FOR_PERFORMANCE |
1044 | 1044 | ||
1045 | config CC_OPTIMIZE_FOR_PERFORMANCE | 1045 | config CC_OPTIMIZE_FOR_PERFORMANCE |
1046 | bool "Optimize for performance" | 1046 | bool "Optimize for performance" |
diff --git a/init/Makefile b/init/Makefile index c4fb45525d08..1dbb23787290 100644 --- a/init/Makefile +++ b/init/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
1 | # | 2 | # |
2 | # Makefile for the linux kernel. | 3 | # Makefile for the linux kernel. |
3 | # | 4 | # |
diff --git a/init/calibrate.c b/init/calibrate.c index ce635dccf3d9..f3831272f113 100644 --- a/init/calibrate.c +++ b/init/calibrate.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* calibrate.c: default delay calibration | 2 | /* calibrate.c: default delay calibration |
2 | * | 3 | * |
3 | * Excised from init/main.c | 4 | * Excised from init/main.c |
diff --git a/init/do_mounts.h b/init/do_mounts.h index 282d65bfd674..5b05c8f93f47 100644 --- a/init/do_mounts.h +++ b/init/do_mounts.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
1 | #include <linux/kernel.h> | 2 | #include <linux/kernel.h> |
2 | #include <linux/blkdev.h> | 3 | #include <linux/blkdev.h> |
3 | #include <linux/init.h> | 4 | #include <linux/init.h> |
diff --git a/init/do_mounts_initrd.c b/init/do_mounts_initrd.c index a1000ca29fc9..53d4f0f326e7 100644 --- a/init/do_mounts_initrd.c +++ b/init/do_mounts_initrd.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Many of the syscalls used in this file expect some of the arguments | 3 | * Many of the syscalls used in this file expect some of the arguments |
3 | * to be __user pointers not __kernel pointers. To limit the sparse | 4 | * to be __user pointers not __kernel pointers. To limit the sparse |
diff --git a/init/do_mounts_md.c b/init/do_mounts_md.c index 8cb6db54285b..3f733c760a8c 100644 --- a/init/do_mounts_md.c +++ b/init/do_mounts_md.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Many of the syscalls used in this file expect some of the arguments | 3 | * Many of the syscalls used in this file expect some of the arguments |
3 | * to be __user pointers not __kernel pointers. To limit the sparse | 4 | * to be __user pointers not __kernel pointers. To limit the sparse |
diff --git a/init/do_mounts_rd.c b/init/do_mounts_rd.c index dd4104c9aa12..99e0b649fc0e 100644 --- a/init/do_mounts_rd.c +++ b/init/do_mounts_rd.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Many of the syscalls used in this file expect some of the arguments | 3 | * Many of the syscalls used in this file expect some of the arguments |
3 | * to be __user pointers not __kernel pointers. To limit the sparse | 4 | * to be __user pointers not __kernel pointers. To limit the sparse |
diff --git a/init/init_task.c b/init/init_task.c index 66787e30a419..9325fee7dc82 100644 --- a/init/init_task.c +++ b/init/init_task.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | #include <linux/init_task.h> | 2 | #include <linux/init_task.h> |
2 | #include <linux/export.h> | 3 | #include <linux/export.h> |
3 | #include <linux/mqueue.h> | 4 | #include <linux/mqueue.h> |
diff --git a/init/initramfs.c b/init/initramfs.c index e64bf7b4c1ca..7046feffef6b 100644 --- a/init/initramfs.c +++ b/init/initramfs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Many of the syscalls used in this file expect some of the arguments | 3 | * Many of the syscalls used in this file expect some of the arguments |
3 | * to be __user pointers not __kernel pointers. To limit the sparse | 4 | * to be __user pointers not __kernel pointers. To limit the sparse |