Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/init/main.c |
| 3 | * |
| 4 | * Copyright (C) 1991, 1992 Linus Torvalds |
| 5 | * |
| 6 | * GK 2/5/95 - Changed to support mounting root fs via NFS |
| 7 | * Added initrd & change_root: Werner Almesberger & Hans Lermen, Feb '96 |
| 8 | * Moan early if gcc is old, avoiding bogus kernels - Paul Gortmaker, May '96 |
Fabian Frederick | dd4d9fe | 2014-08-08 14:23:44 -0700 | [diff] [blame] | 9 | * Simplified starting of init: Michael A. Griffith <grif@acm.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | */ |
| 11 | |
Andrew Morton | ea676e8 | 2013-04-29 16:18:20 -0700 | [diff] [blame] | 12 | #define DEBUG /* Enable initcall_debug */ |
| 13 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <linux/types.h> |
Paul Gortmaker | 8a293be | 2016-07-23 14:01:45 -0400 | [diff] [blame] | 15 | #include <linux/extable.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | #include <linux/module.h> |
| 17 | #include <linux/proc_fs.h> |
Ingo Molnar | 5c2c5c5 | 2017-02-05 14:24:31 +0100 | [diff] [blame] | 18 | #include <linux/binfmts.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | #include <linux/kernel.h> |
| 20 | #include <linux/syscalls.h> |
Ingo Molnar | 9b5609f | 2008-02-14 09:41:09 +0100 | [diff] [blame] | 21 | #include <linux/stackprotector.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | #include <linux/string.h> |
| 23 | #include <linux/ctype.h> |
| 24 | #include <linux/delay.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include <linux/ioport.h> |
| 26 | #include <linux/init.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | #include <linux/initrd.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | #include <linux/bootmem.h> |
Len Brown | 4a7a16d | 2009-06-12 20:42:08 -0400 | [diff] [blame] | 29 | #include <linux/acpi.h> |
Nicolas Pitre | 0c68861 | 2017-04-12 18:37:14 -0400 | [diff] [blame] | 30 | #include <linux/console.h> |
Ingo Molnar | 38b8d20 | 2017-02-08 18:51:31 +0100 | [diff] [blame] | 31 | #include <linux/nmi.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | #include <linux/percpu.h> |
| 33 | #include <linux/kmod.h> |
Nick Piggin | db64fe0 | 2008-10-18 20:27:03 -0700 | [diff] [blame] | 34 | #include <linux/vmalloc.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | #include <linux/kernel_stat.h> |
Rusty Russell | d7cd561 | 2006-12-07 02:14:08 +0100 | [diff] [blame] | 36 | #include <linux/start_kernel.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | #include <linux/security.h> |
Jens Axboe | 3d44223 | 2008-06-26 11:21:34 +0200 | [diff] [blame] | 38 | #include <linux/smp.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | #include <linux/profile.h> |
| 40 | #include <linux/rcupdate.h> |
| 41 | #include <linux/moduleparam.h> |
| 42 | #include <linux/kallsyms.h> |
| 43 | #include <linux/writeback.h> |
| 44 | #include <linux/cpu.h> |
| 45 | #include <linux/cpuset.h> |
Paul Menage | ddbcc7e | 2007-10-18 23:39:30 -0700 | [diff] [blame] | 46 | #include <linux/cgroup.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | #include <linux/efi.h> |
Thomas Gleixner | 906568c | 2007-02-16 01:28:01 -0800 | [diff] [blame] | 48 | #include <linux/tick.h> |
Frederic Weisbecker | 7863406 | 2017-10-27 04:42:28 +0200 | [diff] [blame] | 49 | #include <linux/sched/isolation.h> |
Andrew Morton | 6168a70 | 2007-02-17 21:22:39 -0800 | [diff] [blame] | 50 | #include <linux/interrupt.h> |
Shailabh Nagar | c757249 | 2006-07-14 00:24:40 -0700 | [diff] [blame] | 51 | #include <linux/taskstats_kern.h> |
Shailabh Nagar | ca74e92 | 2006-07-14 00:24:36 -0700 | [diff] [blame] | 52 | #include <linux/delayacct.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | #include <linux/unistd.h> |
Alexey Dobriyan | 3ea056c | 2018-04-10 16:32:36 -0700 | [diff] [blame] | 54 | #include <linux/utsname.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | #include <linux/rmap.h> |
| 56 | #include <linux/mempolicy.h> |
| 57 | #include <linux/key.h> |
Adrian Bunk | b6cd0b7 | 2006-06-27 02:53:54 -0700 | [diff] [blame] | 58 | #include <linux/buffer_head.h> |
Joonsoo Kim | eefa864b | 2014-12-12 16:55:46 -0800 | [diff] [blame] | 59 | #include <linux/page_ext.h> |
Ingo Molnar | 9a11b49a | 2006-07-03 00:24:33 -0700 | [diff] [blame] | 60 | #include <linux/debug_locks.h> |
Thomas Gleixner | 3ac7fe5 | 2008-04-30 00:55:01 -0700 | [diff] [blame] | 61 | #include <linux/debugobjects.h> |
Ingo Molnar | fbb9ce95 | 2006-07-03 00:24:50 -0700 | [diff] [blame] | 62 | #include <linux/lockdep.h> |
Catalin Marinas | 3c7b4e6 | 2009-06-11 13:22:39 +0100 | [diff] [blame] | 63 | #include <linux/kmemleak.h> |
Sukadev Bhattiprolu | 84d7378 | 2006-12-08 02:38:01 -0800 | [diff] [blame] | 64 | #include <linux/pid_namespace.h> |
Adrian Bunk | 1f21782 | 2006-12-19 13:01:28 -0800 | [diff] [blame] | 65 | #include <linux/device.h> |
Eric W. Biederman | 73c2799 | 2007-05-09 02:34:32 -0700 | [diff] [blame] | 66 | #include <linux/kthread.h> |
Adrian Bunk | e6fe664 | 2007-11-09 22:39:39 +0100 | [diff] [blame] | 67 | #include <linux/sched.h> |
Ingo Molnar | 1777e46 | 2017-02-05 14:47:12 +0100 | [diff] [blame] | 68 | #include <linux/sched/init.h> |
Adrian Bunk | a1c9eea | 2008-02-06 01:36:44 -0800 | [diff] [blame] | 69 | #include <linux/signal.h> |
Akinobu Mita | 199f0ca | 2008-04-29 01:03:13 -0700 | [diff] [blame] | 70 | #include <linux/idr.h> |
Jason Wessel | 0b4b382 | 2010-05-20 21:04:29 -0500 | [diff] [blame] | 71 | #include <linux/kgdb.h> |
Steven Rostedt | 68bf21a | 2008-08-14 15:45:08 -0400 | [diff] [blame] | 72 | #include <linux/ftrace.h> |
Arjan van de Ven | 22a9d64 | 2009-01-07 08:45:46 -0800 | [diff] [blame] | 73 | #include <linux/async.h> |
Feng Tang | 6ae6996 | 2009-08-14 15:13:46 -0400 | [diff] [blame] | 74 | #include <linux/sfi.h> |
Kay Sievers | 2b2af54 | 2009-04-30 15:23:42 +0200 | [diff] [blame] | 75 | #include <linux/shmem_fs.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 76 | #include <linux/slab.h> |
Peter Zijlstra | 24a24bb | 2010-11-17 23:17:33 +0100 | [diff] [blame] | 77 | #include <linux/perf_event.h> |
Al Viro | a74fb73 | 2012-10-10 21:28:25 -0400 | [diff] [blame] | 78 | #include <linux/ptrace.h> |
Thomas Gleixner | aa8c624 | 2017-12-04 15:07:36 +0100 | [diff] [blame] | 79 | #include <linux/pti.h> |
Tejun Heo | bb813f4 | 2013-01-18 14:05:56 -0800 | [diff] [blame] | 80 | #include <linux/blkdev.h> |
| 81 | #include <linux/elevator.h> |
Pavel Tatashin | 5d2a4e9 | 2018-07-19 16:55:41 -0400 | [diff] [blame] | 82 | #include <linux/sched/clock.h> |
Ingo Molnar | 2993002 | 2017-02-08 18:51:36 +0100 | [diff] [blame] | 83 | #include <linux/sched/task.h> |
Ingo Molnar | 68db0cf | 2017-02-08 18:51:37 +0100 | [diff] [blame] | 84 | #include <linux/sched/task_stack.h> |
Frederic Weisbecker | 65f382f | 2013-07-11 19:12:32 +0200 | [diff] [blame] | 85 | #include <linux/context_tracking.h> |
Theodore Ts'o | 47d06e5 | 2013-09-10 10:52:35 -0400 | [diff] [blame] | 86 | #include <linux/random.h> |
Prarit Bhargava | 7b0b73d | 2014-06-04 16:12:17 -0700 | [diff] [blame] | 87 | #include <linux/list.h> |
Dmitry Kasatkin | c9cd2ce | 2014-11-05 17:01:15 +0200 | [diff] [blame] | 88 | #include <linux/integrity.h> |
Al Viro | e149ed2 | 2014-11-01 10:57:28 -0400 | [diff] [blame] | 89 | #include <linux/proc_ns.h> |
Toshi Kani | 0ddab1d | 2015-04-14 15:47:20 -0700 | [diff] [blame] | 90 | #include <linux/io.h> |
AKASHI Takahiro | 39290b3 | 2016-11-14 15:15:05 +0900 | [diff] [blame] | 91 | #include <linux/cache.h> |
Jinbum Park | 2959a5f | 2017-02-27 14:30:22 -0800 | [diff] [blame] | 92 | #include <linux/rodata_test.h> |
Josh Poimboeuf | 3335224 | 2018-02-20 11:37:51 -0600 | [diff] [blame] | 93 | #include <linux/jump_label.h> |
Mathieu Malaterre | ae67d58 | 2018-05-25 14:48:00 -0700 | [diff] [blame] | 94 | #include <linux/mem_encrypt.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | |
| 96 | #include <asm/io.h> |
| 97 | #include <asm/bugs.h> |
| 98 | #include <asm/setup.h> |
Andi Kleen | a940199 | 2005-07-28 21:15:30 -0700 | [diff] [blame] | 99 | #include <asm/sections.h> |
Arjan van de Ven | 37b73c8 | 2006-01-06 00:12:01 -0800 | [diff] [blame] | 100 | #include <asm/cacheflush.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | |
Steven Rostedt (VMware) | 4ee7c60 | 2018-03-23 10:18:03 -0400 | [diff] [blame] | 102 | #define CREATE_TRACE_POINTS |
| 103 | #include <trace/events/initcall.h> |
| 104 | |
Sam Ravnborg | aae5f66 | 2007-02-26 16:45:41 +0100 | [diff] [blame] | 105 | static int kernel_init(void *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | |
| 107 | extern void init_IRQ(void); |
Heinrich Schuchardt | ff691f6 | 2015-04-16 12:47:44 -0700 | [diff] [blame] | 108 | extern void fork_init(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | extern void radix_tree_init(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | |
Tejun Heo | 2ce802f | 2011-01-20 12:06:35 +0100 | [diff] [blame] | 111 | /* |
| 112 | * Debug helper: via this flag we know that we are in 'early bootup code' |
| 113 | * where only the boot processor is running with IRQ disabled. This means |
| 114 | * two things - IRQ must not be enabled before the flag is cleared and some |
| 115 | * operations which are not allowed with IRQ disabled are allowed while the |
| 116 | * flag is set. |
| 117 | */ |
| 118 | bool early_boot_irqs_disabled __read_mostly; |
| 119 | |
Paul E. McKenney | a682604 | 2009-02-25 18:03:42 -0800 | [diff] [blame] | 120 | enum system_states system_state __read_mostly; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | EXPORT_SYMBOL(system_state); |
| 122 | |
| 123 | /* |
| 124 | * Boot command-line arguments |
| 125 | */ |
| 126 | #define MAX_INIT_ARGS CONFIG_INIT_ENV_ARG_LIMIT |
| 127 | #define MAX_INIT_ENVS CONFIG_INIT_ENV_ARG_LIMIT |
| 128 | |
| 129 | extern void time_init(void); |
| 130 | /* Default late time init is NULL. archs can override this later. */ |
Jan Beulich | d2e3192 | 2009-01-06 14:41:10 -0800 | [diff] [blame] | 131 | void (*__initdata late_time_init)(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | |
Alon Bar-Lev | 30d7e0d | 2007-02-12 00:53:52 -0800 | [diff] [blame] | 133 | /* Untouched command line saved by arch-specific code. */ |
| 134 | char __initdata boot_command_line[COMMAND_LINE_SIZE]; |
| 135 | /* Untouched saved command line (eg. for /proc) */ |
| 136 | char *saved_command_line; |
| 137 | /* Command line for parameter parsing */ |
| 138 | static char *static_command_line; |
Krzysztof Mazur | 08746a6 | 2013-10-31 13:45:39 +1030 | [diff] [blame] | 139 | /* Command line for per-initcall parameter parsing */ |
| 140 | static char *initcall_command_line; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | |
| 142 | static char *execute_command; |
Olof Johansson | ffdfc40 | 2005-09-06 15:17:19 -0700 | [diff] [blame] | 143 | static char *ramdisk_execute_command; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | |
Jan Beulich | 8b3b295 | 2007-07-15 23:41:07 -0700 | [diff] [blame] | 145 | /* |
Hannes Frederic Sowa | c4b2c0c | 2013-10-19 21:48:53 +0200 | [diff] [blame] | 146 | * Used to generate warnings if static_key manipulation functions are used |
| 147 | * before jump_label_init is called. |
| 148 | */ |
Fabian Frederick | dd4d9fe | 2014-08-08 14:23:44 -0700 | [diff] [blame] | 149 | bool static_key_initialized __read_mostly; |
Hannes Frederic Sowa | c4b2c0c | 2013-10-19 21:48:53 +0200 | [diff] [blame] | 150 | EXPORT_SYMBOL_GPL(static_key_initialized); |
| 151 | |
| 152 | /* |
Jan Beulich | 8b3b295 | 2007-07-15 23:41:07 -0700 | [diff] [blame] | 153 | * If set, this is an indication to the drivers that reset the underlying |
| 154 | * device before going ahead with the initialization otherwise driver might |
| 155 | * rely on the BIOS and skip the reset operation. |
| 156 | * |
| 157 | * This is useful if kernel is booting in an unreliable environment. |
Frans Klaver | fc454fd | 2015-02-23 22:05:56 +0100 | [diff] [blame] | 158 | * For ex. kdump situation where previous kernel has crashed, BIOS has been |
Jan Beulich | 8b3b295 | 2007-07-15 23:41:07 -0700 | [diff] [blame] | 159 | * skipped and devices will be in unknown state. |
| 160 | */ |
| 161 | unsigned int reset_devices; |
| 162 | EXPORT_SYMBOL(reset_devices); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | |
Vivek Goyal | 7e96287 | 2006-09-27 01:50:44 -0700 | [diff] [blame] | 164 | static int __init set_reset_devices(char *str) |
| 165 | { |
| 166 | reset_devices = 1; |
| 167 | return 1; |
| 168 | } |
| 169 | |
| 170 | __setup("reset_devices", set_reset_devices); |
| 171 | |
Fabian Frederick | dd4d9fe | 2014-08-08 14:23:44 -0700 | [diff] [blame] | 172 | static const char *argv_init[MAX_INIT_ARGS+2] = { "init", NULL, }; |
| 173 | const char *envp_init[MAX_INIT_ENVS+2] = { "HOME=/", "TERM=linux", NULL, }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 174 | static const char *panic_later, *panic_param; |
| 175 | |
Rusty Russell | 914dcaa | 2010-08-11 23:04:18 -0600 | [diff] [blame] | 176 | extern const struct obs_kernel_param __setup_start[], __setup_end[]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | |
Yaowei Bai | 31c025b | 2016-01-20 14:59:27 -0800 | [diff] [blame] | 178 | static bool __init obsolete_checksetup(char *line) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 179 | { |
Rusty Russell | 914dcaa | 2010-08-11 23:04:18 -0600 | [diff] [blame] | 180 | const struct obs_kernel_param *p; |
Yaowei Bai | 31c025b | 2016-01-20 14:59:27 -0800 | [diff] [blame] | 181 | bool had_early_param = false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | |
| 183 | p = __setup_start; |
| 184 | do { |
| 185 | int n = strlen(p->str); |
Michal Schmidt | b1e4d20 | 2011-10-10 00:03:37 +0200 | [diff] [blame] | 186 | if (parameqn(line, p->str, n)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | if (p->early) { |
Rusty Russell | 33df0d1 | 2006-09-26 10:52:32 +0200 | [diff] [blame] | 188 | /* Already done in parse_early_param? |
| 189 | * (Needs exact match on param part). |
| 190 | * Keep iterating, as we can have early |
| 191 | * params and __setups of same names 8( */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | if (line[n] == '\0' || line[n] == '=') |
Yaowei Bai | 31c025b | 2016-01-20 14:59:27 -0800 | [diff] [blame] | 193 | had_early_param = true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | } else if (!p->setup_func) { |
Andrew Morton | ea676e8 | 2013-04-29 16:18:20 -0700 | [diff] [blame] | 195 | pr_warn("Parameter %s is obsolete, ignored\n", |
| 196 | p->str); |
Yaowei Bai | 31c025b | 2016-01-20 14:59:27 -0800 | [diff] [blame] | 197 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 198 | } else if (p->setup_func(line + n)) |
Yaowei Bai | 31c025b | 2016-01-20 14:59:27 -0800 | [diff] [blame] | 199 | return true; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | } |
| 201 | p++; |
| 202 | } while (p < __setup_end); |
Rusty Russell | 33df0d1 | 2006-09-26 10:52:32 +0200 | [diff] [blame] | 203 | |
| 204 | return had_early_param; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | } |
| 206 | |
| 207 | /* |
| 208 | * This should be approx 2 Bo*oMips to start (note initial shift), and will |
| 209 | * still work even if initially too large, it will just take slightly longer |
| 210 | */ |
| 211 | unsigned long loops_per_jiffy = (1<<12); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 212 | EXPORT_SYMBOL(loops_per_jiffy); |
| 213 | |
| 214 | static int __init debug_kernel(char *str) |
| 215 | { |
Borislav Petkov | a8fe19e | 2014-06-04 16:11:46 -0700 | [diff] [blame] | 216 | console_loglevel = CONSOLE_LOGLEVEL_DEBUG; |
Yinghai Lu | f6f21c81 | 2008-02-08 04:21:58 -0800 | [diff] [blame] | 217 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | } |
| 219 | |
| 220 | static int __init quiet_kernel(char *str) |
| 221 | { |
Borislav Petkov | a8fe19e | 2014-06-04 16:11:46 -0700 | [diff] [blame] | 222 | console_loglevel = CONSOLE_LOGLEVEL_QUIET; |
Yinghai Lu | f6f21c81 | 2008-02-08 04:21:58 -0800 | [diff] [blame] | 223 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | } |
| 225 | |
Yinghai Lu | f6f21c81 | 2008-02-08 04:21:58 -0800 | [diff] [blame] | 226 | early_param("debug", debug_kernel); |
| 227 | early_param("quiet", quiet_kernel); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | |
| 229 | static int __init loglevel(char *str) |
| 230 | { |
Alexander Sverdlin | 808bf29 | 2011-09-21 09:51:40 +0200 | [diff] [blame] | 231 | int newlevel; |
| 232 | |
| 233 | /* |
| 234 | * Only update loglevel value when a correct setting was passed, |
| 235 | * to prevent blind crashes (when loglevel being set to 0) that |
| 236 | * are quite hard to debug |
| 237 | */ |
| 238 | if (get_option(&str, &newlevel)) { |
| 239 | console_loglevel = newlevel; |
| 240 | return 0; |
| 241 | } |
| 242 | |
| 243 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | } |
| 245 | |
Yinghai Lu | f6f21c81 | 2008-02-08 04:21:58 -0800 | [diff] [blame] | 246 | early_param("loglevel", loglevel); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 247 | |
Chris Metcalf | a99cd11 | 2012-04-06 12:53:50 -0400 | [diff] [blame] | 248 | /* Change NUL term back to "=", to make "param" the whole string. */ |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 249 | static int __init repair_env_string(char *param, char *val, |
| 250 | const char *unused, void *arg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 251 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 252 | if (val) { |
| 253 | /* param=val or param="val"? */ |
| 254 | if (val == param+strlen(param)+1) |
| 255 | val[-1] = '='; |
| 256 | else if (val == param+strlen(param)+2) { |
| 257 | val[-2] = '='; |
| 258 | memmove(val-1, val, strlen(val)+1); |
| 259 | val--; |
| 260 | } else |
| 261 | BUG(); |
| 262 | } |
Chris Metcalf | a99cd11 | 2012-04-06 12:53:50 -0400 | [diff] [blame] | 263 | return 0; |
| 264 | } |
| 265 | |
Rusty Russell | 51e158c | 2014-04-28 11:34:33 +0930 | [diff] [blame] | 266 | /* Anything after -- gets handed straight to init. */ |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 267 | static int __init set_init_arg(char *param, char *val, |
| 268 | const char *unused, void *arg) |
Rusty Russell | 51e158c | 2014-04-28 11:34:33 +0930 | [diff] [blame] | 269 | { |
| 270 | unsigned int i; |
| 271 | |
| 272 | if (panic_later) |
| 273 | return 0; |
| 274 | |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 275 | repair_env_string(param, val, unused, NULL); |
Rusty Russell | 51e158c | 2014-04-28 11:34:33 +0930 | [diff] [blame] | 276 | |
| 277 | for (i = 0; argv_init[i]; i++) { |
| 278 | if (i == MAX_INIT_ARGS) { |
| 279 | panic_later = "init"; |
| 280 | panic_param = param; |
| 281 | return 0; |
| 282 | } |
| 283 | } |
| 284 | argv_init[i] = param; |
| 285 | return 0; |
| 286 | } |
| 287 | |
Chris Metcalf | a99cd11 | 2012-04-06 12:53:50 -0400 | [diff] [blame] | 288 | /* |
| 289 | * Unknown boot options get handed to init, unless they look like |
| 290 | * unused parameters (modprobe will find them in /proc/cmdline). |
| 291 | */ |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 292 | static int __init unknown_bootoption(char *param, char *val, |
| 293 | const char *unused, void *arg) |
Chris Metcalf | a99cd11 | 2012-04-06 12:53:50 -0400 | [diff] [blame] | 294 | { |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 295 | repair_env_string(param, val, unused, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | |
| 297 | /* Handle obsolete-style parameters */ |
| 298 | if (obsolete_checksetup(param)) |
| 299 | return 0; |
| 300 | |
Rusty Russell | f066a4f | 2009-12-01 14:56:44 +1030 | [diff] [blame] | 301 | /* Unused module parameter. */ |
| 302 | if (strchr(param, '.') && (!val || strchr(param, '.') < val)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 303 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 304 | |
| 305 | if (panic_later) |
| 306 | return 0; |
| 307 | |
| 308 | if (val) { |
| 309 | /* Environment option */ |
| 310 | unsigned int i; |
| 311 | for (i = 0; envp_init[i]; i++) { |
| 312 | if (i == MAX_INIT_ENVS) { |
Tetsuo Handa | 499a458 | 2014-01-23 15:54:56 -0800 | [diff] [blame] | 313 | panic_later = "env"; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 314 | panic_param = param; |
| 315 | } |
| 316 | if (!strncmp(param, envp_init[i], val - param)) |
| 317 | break; |
| 318 | } |
| 319 | envp_init[i] = param; |
| 320 | } else { |
| 321 | /* Command line option */ |
| 322 | unsigned int i; |
| 323 | for (i = 0; argv_init[i]; i++) { |
| 324 | if (i == MAX_INIT_ARGS) { |
Tetsuo Handa | 499a458 | 2014-01-23 15:54:56 -0800 | [diff] [blame] | 325 | panic_later = "init"; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 326 | panic_param = param; |
| 327 | } |
| 328 | } |
| 329 | argv_init[i] = param; |
| 330 | } |
| 331 | return 0; |
| 332 | } |
| 333 | |
| 334 | static int __init init_setup(char *str) |
| 335 | { |
| 336 | unsigned int i; |
| 337 | |
| 338 | execute_command = str; |
| 339 | /* |
| 340 | * In case LILO is going to boot us with default command line, |
| 341 | * it prepends "auto" before the whole cmdline which makes |
| 342 | * the shell think it should execute a script with such name. |
| 343 | * So we ignore all arguments entered _before_ init=... [MJ] |
| 344 | */ |
| 345 | for (i = 1; i < MAX_INIT_ARGS; i++) |
| 346 | argv_init[i] = NULL; |
| 347 | return 1; |
| 348 | } |
| 349 | __setup("init=", init_setup); |
| 350 | |
Olof Johansson | ffdfc40 | 2005-09-06 15:17:19 -0700 | [diff] [blame] | 351 | static int __init rdinit_setup(char *str) |
| 352 | { |
| 353 | unsigned int i; |
| 354 | |
| 355 | ramdisk_execute_command = str; |
| 356 | /* See "auto" comment in init_setup */ |
| 357 | for (i = 1; i < MAX_INIT_ARGS; i++) |
| 358 | argv_init[i] = NULL; |
| 359 | return 1; |
| 360 | } |
| 361 | __setup("rdinit=", rdinit_setup); |
| 362 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 363 | #ifndef CONFIG_SMP |
Amerigo Wang | 34db18a0 | 2011-03-22 16:34:06 -0700 | [diff] [blame] | 364 | static const unsigned int setup_max_cpus = NR_CPUS; |
Mike Travis | e0982e9 | 2008-03-26 14:23:48 -0700 | [diff] [blame] | 365 | static inline void setup_nr_cpu_ids(void) { } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | static inline void smp_prepare_cpus(unsigned int maxcpus) { } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 367 | #endif |
| 368 | |
| 369 | /* |
Alon Bar-Lev | 30d7e0d | 2007-02-12 00:53:52 -0800 | [diff] [blame] | 370 | * We need to store the untouched command line for future reference. |
| 371 | * We also need to store the touched command line since the parameter |
| 372 | * parsing is performed in place, and we should allow a component to |
| 373 | * store reference of name/value for future reference. |
| 374 | */ |
| 375 | static void __init setup_command_line(char *command_line) |
| 376 | { |
Santosh Shilimkar | 098b081 | 2014-01-21 15:50:21 -0800 | [diff] [blame] | 377 | saved_command_line = |
| 378 | memblock_virt_alloc(strlen(boot_command_line) + 1, 0); |
| 379 | initcall_command_line = |
| 380 | memblock_virt_alloc(strlen(boot_command_line) + 1, 0); |
| 381 | static_command_line = memblock_virt_alloc(strlen(command_line) + 1, 0); |
Fabian Frederick | dd4d9fe | 2014-08-08 14:23:44 -0700 | [diff] [blame] | 382 | strcpy(saved_command_line, boot_command_line); |
| 383 | strcpy(static_command_line, command_line); |
Alon Bar-Lev | 30d7e0d | 2007-02-12 00:53:52 -0800 | [diff] [blame] | 384 | } |
| 385 | |
| 386 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | * We need to finalize in a non-__init function or else race conditions |
| 388 | * between the root thread and the init thread may cause start_kernel to |
| 389 | * be reaped by free_initmem before the root thread has proceeded to |
| 390 | * cpu_idle. |
| 391 | * |
| 392 | * gcc-3.4 accidentally inlines this function, so use noinline. |
| 393 | */ |
| 394 | |
Peter Zijlstra | b433c3d | 2010-06-28 16:51:01 +0200 | [diff] [blame] | 395 | static __initdata DECLARE_COMPLETION(kthreadd_done); |
| 396 | |
Fabian Frederick | bd721ea | 2016-08-02 14:03:33 -0700 | [diff] [blame] | 397 | static noinline void __ref rest_init(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 398 | { |
Thomas Gleixner | 8fb1215 | 2017-05-16 20:42:32 +0200 | [diff] [blame] | 399 | struct task_struct *tsk; |
Eric W. Biederman | 73c2799 | 2007-05-09 02:34:32 -0700 | [diff] [blame] | 400 | int pid; |
| 401 | |
Paul E. McKenney | 7db905e | 2009-09-02 14:01:24 -0700 | [diff] [blame] | 402 | rcu_scheduler_starting(); |
Peter Zijlstra | b433c3d | 2010-06-28 16:51:01 +0200 | [diff] [blame] | 403 | /* |
Peter Zijlstra | 9715856 | 2010-06-30 10:37:11 +0200 | [diff] [blame] | 404 | * We need to spawn init first so that it obtains pid 1, however |
Peter Zijlstra | b433c3d | 2010-06-28 16:51:01 +0200 | [diff] [blame] | 405 | * the init task will end up wanting to create kthreads, which, if |
| 406 | * we schedule it before we create kthreadd, will OOPS. |
| 407 | */ |
Thomas Gleixner | 8fb1215 | 2017-05-16 20:42:32 +0200 | [diff] [blame] | 408 | pid = kernel_thread(kernel_init, NULL, CLONE_FS); |
| 409 | /* |
| 410 | * Pin init on the boot CPU. Task migration is not properly working |
| 411 | * until sched_init_smp() has been run. It will set the allowed |
| 412 | * CPUs for init to the non isolated CPUs. |
| 413 | */ |
| 414 | rcu_read_lock(); |
| 415 | tsk = find_task_by_pid_ns(pid, &init_pid_ns); |
| 416 | set_cpus_allowed_ptr(tsk, cpumask_of(smp_processor_id())); |
| 417 | rcu_read_unlock(); |
| 418 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 419 | numa_default_policy(); |
Eric W. Biederman | 73c2799 | 2007-05-09 02:34:32 -0700 | [diff] [blame] | 420 | pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES); |
Paul E. McKenney | d11c563 | 2010-02-22 17:04:50 -0800 | [diff] [blame] | 421 | rcu_read_lock(); |
Pavel Emelyanov | 5cd2045 | 2008-04-30 00:54:24 -0700 | [diff] [blame] | 422 | kthreadd_task = find_task_by_pid_ns(pid, &init_pid_ns); |
Paul E. McKenney | d11c563 | 2010-02-22 17:04:50 -0800 | [diff] [blame] | 423 | rcu_read_unlock(); |
Thomas Gleixner | 1c3c5ea | 2017-05-16 20:42:48 +0200 | [diff] [blame] | 424 | |
| 425 | /* |
| 426 | * Enable might_sleep() and smp_processor_id() checks. |
Florian La Roche | f142f08 | 2018-05-06 19:34:07 +0200 | [diff] [blame] | 427 | * They cannot be enabled earlier because with CONFIG_PREEMPT=y |
Thomas Gleixner | 1c3c5ea | 2017-05-16 20:42:48 +0200 | [diff] [blame] | 428 | * kernel_thread() would trigger might_sleep() splats. With |
| 429 | * CONFIG_PREEMPT_VOLUNTARY=y the init task might have scheduled |
| 430 | * already, but it's stuck on the kthreadd_done completion. |
| 431 | */ |
| 432 | system_state = SYSTEM_SCHEDULING; |
| 433 | |
Peter Zijlstra | b433c3d | 2010-06-28 16:51:01 +0200 | [diff] [blame] | 434 | complete(&kthreadd_done); |
Ingo Molnar | f340c0d | 2005-06-28 16:40:42 +0200 | [diff] [blame] | 435 | |
| 436 | /* |
| 437 | * The boot idle thread must execute schedule() |
Ingo Molnar | 1df2105 | 2007-07-09 18:51:58 +0200 | [diff] [blame] | 438 | * at least once to get things moving: |
Ingo Molnar | f340c0d | 2005-06-28 16:40:42 +0200 | [diff] [blame] | 439 | */ |
Thomas Gleixner | bd2f553 | 2011-03-21 12:33:18 +0100 | [diff] [blame] | 440 | schedule_preempt_disabled(); |
Nick Piggin | 5bfb5d6 | 2005-11-08 21:39:01 -0800 | [diff] [blame] | 441 | /* Call into cpu_idle with preempt disabled */ |
Thomas Gleixner | a1a04ec | 2013-03-21 22:49:34 +0100 | [diff] [blame] | 442 | cpu_startup_entry(CPUHP_ONLINE); |
Ingo Molnar | 1df2105 | 2007-07-09 18:51:58 +0200 | [diff] [blame] | 443 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 444 | |
| 445 | /* Check for early params. */ |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 446 | static int __init do_early_param(char *param, char *val, |
| 447 | const char *unused, void *arg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 448 | { |
Rusty Russell | 914dcaa | 2010-08-11 23:04:18 -0600 | [diff] [blame] | 449 | const struct obs_kernel_param *p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 450 | |
| 451 | for (p = __setup_start; p < __setup_end; p++) { |
Michal Schmidt | b1e4d20 | 2011-10-10 00:03:37 +0200 | [diff] [blame] | 452 | if ((p->early && parameq(param, p->str)) || |
Yinghai Lu | 18a8bd9 | 2007-07-15 23:37:59 -0700 | [diff] [blame] | 453 | (strcmp(param, "console") == 0 && |
| 454 | strcmp(p->str, "earlycon") == 0) |
| 455 | ) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 456 | if (p->setup_func(val) != 0) |
Andrew Morton | ea676e8 | 2013-04-29 16:18:20 -0700 | [diff] [blame] | 457 | pr_warn("Malformed early option '%s'\n", param); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 458 | } |
| 459 | } |
| 460 | /* We accept everything at this stage. */ |
| 461 | return 0; |
| 462 | } |
| 463 | |
Magnus Damm | 1397709 | 2009-03-30 14:37:25 -0700 | [diff] [blame] | 464 | void __init parse_early_options(char *cmdline) |
| 465 | { |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 466 | parse_args("early options", cmdline, NULL, 0, 0, 0, NULL, |
| 467 | do_early_param); |
Magnus Damm | 1397709 | 2009-03-30 14:37:25 -0700 | [diff] [blame] | 468 | } |
| 469 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 470 | /* Arch code calls this early on, or if not, just before other parsing. */ |
| 471 | void __init parse_early_param(void) |
| 472 | { |
Fabian Frederick | dd4d9fe | 2014-08-08 14:23:44 -0700 | [diff] [blame] | 473 | static int done __initdata; |
| 474 | static char tmp_cmdline[COMMAND_LINE_SIZE] __initdata; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 475 | |
| 476 | if (done) |
| 477 | return; |
| 478 | |
| 479 | /* All fall through to do_early_param. */ |
Alon Bar-Lev | 30d7e0d | 2007-02-12 00:53:52 -0800 | [diff] [blame] | 480 | strlcpy(tmp_cmdline, boot_command_line, COMMAND_LINE_SIZE); |
Magnus Damm | 1397709 | 2009-03-30 14:37:25 -0700 | [diff] [blame] | 481 | parse_early_options(tmp_cmdline); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 482 | done = 1; |
| 483 | } |
| 484 | |
Thomas Gleixner | e7ff3a4 | 2016-12-09 19:29:10 +0100 | [diff] [blame] | 485 | void __init __weak arch_post_acpi_subsys_init(void) { } |
| 486 | |
Benjamin Herrenschmidt | 839ad62 | 2008-04-18 16:56:18 +1000 | [diff] [blame] | 487 | void __init __weak smp_setup_processor_id(void) |
Andrew Morton | 033ab7f | 2006-06-30 01:55:50 -0700 | [diff] [blame] | 488 | { |
| 489 | } |
| 490 | |
David Howells | eded09c | 2012-11-02 13:20:42 +0000 | [diff] [blame] | 491 | # if THREAD_SIZE >= PAGE_SIZE |
Linus Torvalds | b235bee | 2016-06-24 15:09:37 -0700 | [diff] [blame] | 492 | void __init __weak thread_stack_cache_init(void) |
Benjamin Herrenschmidt | 8c9843e | 2008-04-18 16:56:15 +1000 | [diff] [blame] | 493 | { |
| 494 | } |
David Howells | eded09c | 2012-11-02 13:20:42 +0000 | [diff] [blame] | 495 | #endif |
Benjamin Herrenschmidt | 8c9843e | 2008-04-18 16:56:15 +1000 | [diff] [blame] | 496 | |
Tom Lendacky | c775320 | 2017-07-17 16:10:21 -0500 | [diff] [blame] | 497 | void __init __weak mem_encrypt_init(void) { } |
| 498 | |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 499 | bool initcall_debug; |
| 500 | core_param(initcall_debug, initcall_debug, bool, 0644); |
Steven Rostedt (VMware) | b0dc52f | 2018-04-06 09:24:25 -0400 | [diff] [blame] | 501 | |
| 502 | #ifdef TRACEPOINTS_ENABLED |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 503 | static void __init initcall_debug_enable(void); |
Steven Rostedt (VMware) | b0dc52f | 2018-04-06 09:24:25 -0400 | [diff] [blame] | 504 | #else |
| 505 | static inline void initcall_debug_enable(void) |
| 506 | { |
| 507 | } |
| 508 | #endif |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 509 | |
Pekka Enberg | 444f478 | 2009-06-11 18:29:06 +0300 | [diff] [blame] | 510 | /* |
| 511 | * Set up kernel memory allocators |
| 512 | */ |
| 513 | static void __init mm_init(void) |
| 514 | { |
Joonsoo Kim | eefa864b | 2014-12-12 16:55:46 -0800 | [diff] [blame] | 515 | /* |
| 516 | * page_ext requires contiguous pages, |
| 517 | * bigger than MAX_ORDER unless SPARSEMEM. |
| 518 | */ |
| 519 | page_ext_init_flatmem(); |
Pekka Enberg | 444f478 | 2009-06-11 18:29:06 +0300 | [diff] [blame] | 520 | mem_init(); |
| 521 | kmem_cache_init(); |
Kirill A. Shutemov | b35f181 | 2014-01-21 15:49:07 -0800 | [diff] [blame] | 522 | pgtable_init(); |
Pekka Enberg | 444f478 | 2009-06-11 18:29:06 +0300 | [diff] [blame] | 523 | vmalloc_init(); |
Toshi Kani | 0ddab1d | 2015-04-14 15:47:20 -0700 | [diff] [blame] | 524 | ioremap_huge_init(); |
Thomas Gleixner | 613e396 | 2017-12-17 10:56:29 +0100 | [diff] [blame] | 525 | /* Should be run before the first non-init thread is created */ |
| 526 | init_espfix_bsp(); |
Thomas Gleixner | aa8c624 | 2017-12-04 15:07:36 +0100 | [diff] [blame] | 527 | /* Should be run after espfix64 is set up. */ |
| 528 | pti_init(); |
Pekka Enberg | 444f478 | 2009-06-11 18:29:06 +0300 | [diff] [blame] | 529 | } |
| 530 | |
Andi Kleen | 722a9f9 | 2014-05-02 00:44:38 +0200 | [diff] [blame] | 531 | asmlinkage __visible void __init start_kernel(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 532 | { |
Fabian Frederick | dd4d9fe | 2014-08-08 14:23:44 -0700 | [diff] [blame] | 533 | char *command_line; |
| 534 | char *after_dashes; |
Andrew Morton | 033ab7f | 2006-06-30 01:55:50 -0700 | [diff] [blame] | 535 | |
Aaron Tomlin | d4311ff | 2014-09-12 14:16:17 +0100 | [diff] [blame] | 536 | set_task_stack_end_magic(&init_task); |
Ming Lei | 73839c5 | 2011-11-17 13:34:31 +0800 | [diff] [blame] | 537 | smp_setup_processor_id(); |
Thomas Gleixner | 3ac7fe5 | 2008-04-30 00:55:01 -0700 | [diff] [blame] | 538 | debug_objects_early_init(); |
Ingo Molnar | 4205942 | 2008-02-14 09:44:08 +0100 | [diff] [blame] | 539 | |
Paul Menage | ddbcc7e | 2007-10-18 23:39:30 -0700 | [diff] [blame] | 540 | cgroup_init_early(); |
Ingo Molnar | fbb9ce95 | 2006-07-03 00:24:50 -0700 | [diff] [blame] | 541 | |
| 542 | local_irq_disable(); |
Tejun Heo | 2ce802f | 2011-01-20 12:06:35 +0100 | [diff] [blame] | 543 | early_boot_irqs_disabled = true; |
Ingo Molnar | fbb9ce95 | 2006-07-03 00:24:50 -0700 | [diff] [blame] | 544 | |
Viresh Kumar | 1b3b3b4 | 2017-03-23 17:00:05 +0530 | [diff] [blame] | 545 | /* |
| 546 | * Interrupts are still disabled. Do necessary setups, then |
| 547 | * enable them. |
| 548 | */ |
Stas Sergeev | 44fd229 | 2006-03-23 02:59:44 -0800 | [diff] [blame] | 549 | boot_cpu_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | page_address_init(); |
Andrew Morton | ea676e8 | 2013-04-29 16:18:20 -0700 | [diff] [blame] | 551 | pr_notice("%s", linux_banner); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 552 | setup_arch(&command_line); |
Laura Abbott | 121388a | 2017-09-08 16:16:17 -0700 | [diff] [blame] | 553 | /* |
| 554 | * Set up the the initial canary and entropy after arch |
Daniel Micay | 33d72f3 | 2017-09-08 16:16:20 -0700 | [diff] [blame] | 555 | * and after adding latent and command line entropy. |
Laura Abbott | 121388a | 2017-09-08 16:16:17 -0700 | [diff] [blame] | 556 | */ |
| 557 | add_latent_entropy(); |
Daniel Micay | 33d72f3 | 2017-09-08 16:16:20 -0700 | [diff] [blame] | 558 | add_device_randomness(command_line, strlen(command_line)); |
Laura Abbott | 121388a | 2017-09-08 16:16:17 -0700 | [diff] [blame] | 559 | boot_init_stack_canary(); |
Linus Torvalds | 6345d24 | 2011-05-29 11:32:28 -0700 | [diff] [blame] | 560 | mm_init_cpumask(&init_mm); |
Alon Bar-Lev | 30d7e0d | 2007-02-12 00:53:52 -0800 | [diff] [blame] | 561 | setup_command_line(command_line); |
Mike Travis | e0982e9 | 2008-03-26 14:23:48 -0700 | [diff] [blame] | 562 | setup_nr_cpu_ids(); |
Tejun Heo | d6647bd | 2009-07-21 17:11:50 +0900 | [diff] [blame] | 563 | setup_per_cpu_areas(); |
Stas Sergeev | 44fd229 | 2006-03-23 02:59:44 -0800 | [diff] [blame] | 564 | smp_prepare_boot_cpu(); /* arch-specific boot-cpu hooks */ |
Linus Torvalds | b5b1404 | 2018-08-12 12:19:42 -0700 | [diff] [blame] | 565 | boot_cpu_hotplug_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 566 | |
Michal Hocko | 72675e1 | 2017-09-06 16:20:24 -0700 | [diff] [blame] | 567 | build_all_zonelists(NULL); |
Pekka Enberg | 83b519e | 2009-06-10 19:40:04 +0300 | [diff] [blame] | 568 | page_alloc_init(); |
| 569 | |
Andrew Morton | ea676e8 | 2013-04-29 16:18:20 -0700 | [diff] [blame] | 570 | pr_notice("Kernel command line: %s\n", boot_command_line); |
Pekka Enberg | 83b519e | 2009-06-10 19:40:04 +0300 | [diff] [blame] | 571 | parse_early_param(); |
Rusty Russell | 51e158c | 2014-04-28 11:34:33 +0930 | [diff] [blame] | 572 | after_dashes = parse_args("Booting kernel", |
| 573 | static_command_line, __start___param, |
| 574 | __stop___param - __start___param, |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 575 | -1, -1, NULL, &unknown_bootoption); |
Daniel Thompson | 3438cf5 | 2014-11-11 16:29:46 +1030 | [diff] [blame] | 576 | if (!IS_ERR_OR_NULL(after_dashes)) |
Rusty Russell | 51e158c | 2014-04-28 11:34:33 +0930 | [diff] [blame] | 577 | parse_args("Setting init args", after_dashes, NULL, 0, -1, -1, |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 578 | NULL, set_init_arg); |
Jeremy Fitzhardinge | 97ce2c8 | 2011-10-12 16:17:54 -0700 | [diff] [blame] | 579 | |
| 580 | jump_label_init(); |
| 581 | |
Pekka Enberg | 83b519e | 2009-06-10 19:40:04 +0300 | [diff] [blame] | 582 | /* |
| 583 | * These use large bootmem allocations and must precede |
| 584 | * kmem_cache_init() |
| 585 | */ |
Mike Travis | 162a7e7 | 2011-05-24 17:13:20 -0700 | [diff] [blame] | 586 | setup_log_buf(0); |
Pekka Enberg | 83b519e | 2009-06-10 19:40:04 +0300 | [diff] [blame] | 587 | vfs_caches_init_early(); |
| 588 | sort_main_extable(); |
| 589 | trap_init(); |
Pekka Enberg | 444f478 | 2009-06-11 18:29:06 +0300 | [diff] [blame] | 590 | mm_init(); |
KOSAKI Motohiro | de03c72 | 2011-05-24 17:12:15 -0700 | [diff] [blame] | 591 | |
Steven Rostedt (VMware) | f631718 | 2017-03-03 13:43:34 -0500 | [diff] [blame] | 592 | ftrace_init(); |
| 593 | |
Steven Rostedt (VMware) | e725c73 | 2017-03-03 13:37:33 -0500 | [diff] [blame] | 594 | /* trace_printk can be enabled here */ |
| 595 | early_trace_init(); |
| 596 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | /* |
| 598 | * Set up the scheduler prior starting any interrupts (such as the |
| 599 | * timer interrupt). Full topology setup happens at smp_init() |
| 600 | * time - but meanwhile we still have a functioning scheduler. |
| 601 | */ |
| 602 | sched_init(); |
| 603 | /* |
| 604 | * Disable preemption - early bootup scheduling is extremely |
| 605 | * fragile until we cpu_idle() for the first time. |
| 606 | */ |
| 607 | preempt_disable(); |
Fabian Frederick | dd4d9fe | 2014-08-08 14:23:44 -0700 | [diff] [blame] | 608 | if (WARN(!irqs_disabled(), |
| 609 | "Interrupts were enabled *very* early, fixing it\n")) |
Ard van Breemen | c4a6830 | 2007-01-05 16:36:19 -0800 | [diff] [blame] | 610 | local_irq_disable(); |
Matthew Wilcox | 0a835c4 | 2016-12-20 10:27:56 -0500 | [diff] [blame] | 611 | radix_tree_init(); |
Tejun Heo | 3347fa0 | 2016-09-16 15:49:32 -0400 | [diff] [blame] | 612 | |
| 613 | /* |
Tal Shorer | 7d229c6 | 2017-11-03 17:27:49 +0200 | [diff] [blame] | 614 | * Set up housekeeping before setting up workqueues to allow the unbound |
| 615 | * workqueue to take non-housekeeping into account. |
| 616 | */ |
| 617 | housekeeping_init(); |
| 618 | |
| 619 | /* |
Tejun Heo | 3347fa0 | 2016-09-16 15:49:32 -0400 | [diff] [blame] | 620 | * Allow workqueue creation and work item queueing/cancelling |
| 621 | * early. Work item execution depends on kthreads and starts after |
| 622 | * workqueue_init(). |
| 623 | */ |
| 624 | workqueue_init_early(); |
| 625 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 626 | rcu_init(); |
Steven Rostedt (Red Hat) | 5f893b2 | 2014-12-12 20:05:10 -0500 | [diff] [blame] | 627 | |
Steven Rostedt (VMware) | e725c73 | 2017-03-03 13:37:33 -0500 | [diff] [blame] | 628 | /* Trace events are available after this */ |
Steven Rostedt (Red Hat) | 5f893b2 | 2014-12-12 20:05:10 -0500 | [diff] [blame] | 629 | trace_init(); |
| 630 | |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 631 | if (initcall_debug) |
| 632 | initcall_debug_enable(); |
| 633 | |
Frederic Weisbecker | 65f382f | 2013-07-11 19:12:32 +0200 | [diff] [blame] | 634 | context_tracking_init(); |
Yinghai Lu | 0b8f1ef | 2008-12-05 18:58:31 -0800 | [diff] [blame] | 635 | /* init some links before init_ISA_irqs() */ |
| 636 | early_irq_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 637 | init_IRQ(); |
Thomas Gleixner | ad2b135 | 2013-03-05 15:14:05 +0100 | [diff] [blame] | 638 | tick_init(); |
Linus Torvalds | d6dd50e | 2014-10-13 15:44:12 +0200 | [diff] [blame] | 639 | rcu_init_nohz(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 640 | init_timers(); |
Thomas Gleixner | c0a3132 | 2006-01-09 20:52:32 -0800 | [diff] [blame] | 641 | hrtimers_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 642 | softirq_init(); |
john stultz | ad59617 | 2006-06-26 00:25:06 -0700 | [diff] [blame] | 643 | timekeeping_init(); |
john stultz | 88fecaa | 2006-07-03 00:24:04 -0700 | [diff] [blame] | 644 | time_init(); |
Sergey Senozhatsky | f92bac3 | 2016-12-27 23:16:05 +0900 | [diff] [blame] | 645 | printk_safe_init(); |
Stephane Eranian | 9e63020 | 2013-04-03 14:21:33 +0200 | [diff] [blame] | 646 | perf_event_init(); |
Heiko Carstens | 93e0281 | 2006-07-03 00:24:24 -0700 | [diff] [blame] | 647 | profile_init(); |
Takao Indoh | d8ad7d1 | 2011-03-29 12:35:04 -0400 | [diff] [blame] | 648 | call_function_init(); |
Steven Rostedt | f91eb62 | 2013-04-29 16:18:18 -0700 | [diff] [blame] | 649 | WARN(!irqs_disabled(), "Interrupts were enabled early\n"); |
Joel Fernandes (Google) | c3bc8fd | 2018-07-30 15:24:23 -0700 | [diff] [blame] | 650 | |
Tejun Heo | 2ce802f | 2011-01-20 12:06:35 +0100 | [diff] [blame] | 651 | early_boot_irqs_disabled = false; |
Heiko Carstens | 93e0281 | 2006-07-03 00:24:24 -0700 | [diff] [blame] | 652 | local_irq_enable(); |
Benjamin Herrenschmidt | dcce284 | 2009-06-18 13:24:12 +1000 | [diff] [blame] | 653 | |
Pekka Enberg | 7e85ee0 | 2009-06-12 14:03:06 +0300 | [diff] [blame] | 654 | kmem_cache_init_late(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | |
| 656 | /* |
| 657 | * HACK ALERT! This is early. We're enabling the console before |
| 658 | * we've done PCI setups etc, and console_init() must be aware of |
| 659 | * this. But we do want output early, in case something goes wrong. |
| 660 | */ |
| 661 | console_init(); |
| 662 | if (panic_later) |
Tetsuo Handa | 499a458 | 2014-01-23 15:54:56 -0800 | [diff] [blame] | 663 | panic("Too many boot %s vars at `%s'", panic_later, |
| 664 | panic_param); |
Ingo Molnar | fbb9ce95 | 2006-07-03 00:24:50 -0700 | [diff] [blame] | 665 | |
Joel Fernandes (Google) | c3bc8fd | 2018-07-30 15:24:23 -0700 | [diff] [blame] | 666 | lockdep_init(); |
Ingo Molnar | fbb9ce95 | 2006-07-03 00:24:50 -0700 | [diff] [blame] | 667 | |
Ingo Molnar | 9a11b49a | 2006-07-03 00:24:33 -0700 | [diff] [blame] | 668 | /* |
| 669 | * Need to run this when irqs are enabled, because it wants |
| 670 | * to self-test [hard/soft]-irqs on/off lock inversion bugs |
| 671 | * too: |
| 672 | */ |
| 673 | locking_selftest(); |
| 674 | |
Tom Lendacky | c775320 | 2017-07-17 16:10:21 -0500 | [diff] [blame] | 675 | /* |
| 676 | * This needs to be called before any devices perform DMA |
| 677 | * operations that might use the SWIOTLB bounce buffers. It will |
| 678 | * mark the bounce buffers as decrypted so that their usage will |
| 679 | * not cause "plain-text" data to be decrypted when accessed. |
| 680 | */ |
| 681 | mem_encrypt_init(); |
| 682 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 683 | #ifdef CONFIG_BLK_DEV_INITRD |
| 684 | if (initrd_start && !initrd_below_start_ok && |
Geert Uytterhoeven | bd673c7 | 2008-07-29 22:33:36 -0700 | [diff] [blame] | 685 | page_to_pfn(virt_to_page((void *)initrd_start)) < min_low_pfn) { |
Andrew Morton | ea676e8 | 2013-04-29 16:18:20 -0700 | [diff] [blame] | 686 | pr_crit("initrd overwritten (0x%08lx < 0x%08lx) - disabling it.\n", |
Geert Uytterhoeven | bd673c7 | 2008-07-29 22:33:36 -0700 | [diff] [blame] | 687 | page_to_pfn(virt_to_page((void *)initrd_start)), |
| 688 | min_low_pfn); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 689 | initrd_start = 0; |
| 690 | } |
| 691 | #endif |
Yang Shi | fe53ca5 | 2016-05-27 14:27:30 -0700 | [diff] [blame] | 692 | page_ext_init(); |
Catalin Marinas | 9b090f2 | 2011-05-19 16:25:30 +0100 | [diff] [blame] | 693 | kmemleak_init(); |
Waiman Long | caba4cb | 2017-08-14 09:52:13 -0400 | [diff] [blame] | 694 | debug_objects_mem_init(); |
Christoph Lameter | e7c8d5c | 2005-06-21 17:14:47 -0700 | [diff] [blame] | 695 | setup_per_cpu_pageset(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 696 | numa_policy_init(); |
Dou Liyang | 9c71206 | 2017-09-13 17:17:54 +0800 | [diff] [blame] | 697 | acpi_early_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 698 | if (late_time_init) |
| 699 | late_time_init(); |
Pavel Tatashin | 857baa8 | 2018-07-19 16:55:42 -0400 | [diff] [blame] | 700 | sched_clock_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 701 | calibrate_delay(); |
Gargi Sharma | 95846ec | 2017-11-17 15:30:30 -0800 | [diff] [blame] | 702 | pid_idr_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 703 | anon_vma_init(); |
Linus Torvalds | 11520e5 | 2012-12-15 15:15:24 -0800 | [diff] [blame] | 704 | #ifdef CONFIG_X86 |
Matt Fleming | 83e6818 | 2012-11-14 09:42:35 +0000 | [diff] [blame] | 705 | if (efi_enabled(EFI_RUNTIME_SERVICES)) |
Linus Torvalds | 11520e5 | 2012-12-15 15:15:24 -0800 | [diff] [blame] | 706 | efi_enter_virtual_mode(); |
| 707 | #endif |
Linus Torvalds | b235bee | 2016-06-24 15:09:37 -0700 | [diff] [blame] | 708 | thread_stack_cache_init(); |
David Howells | d84f4f9 | 2008-11-14 10:39:23 +1100 | [diff] [blame] | 709 | cred_init(); |
Heinrich Schuchardt | ff691f6 | 2015-04-16 12:47:44 -0700 | [diff] [blame] | 710 | fork_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 711 | proc_caches_init(); |
Alexey Dobriyan | 3ea056c | 2018-04-10 16:32:36 -0700 | [diff] [blame] | 712 | uts_ns_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 713 | buffer_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 714 | key_init(); |
| 715 | security_init(); |
Jason Wessel | 0b4b382 | 2010-05-20 21:04:29 -0500 | [diff] [blame] | 716 | dbg_late_init(); |
Mel Gorman | 4248b0d | 2015-08-06 15:46:20 -0700 | [diff] [blame] | 717 | vfs_caches_init(); |
Nicholas Piggin | 6290602 | 2016-12-25 13:00:30 +1000 | [diff] [blame] | 718 | pagecache_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 719 | signals_init(); |
Alexey Dobriyan | 096523203 | 2018-04-10 16:34:45 -0700 | [diff] [blame] | 720 | seq_file_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 721 | proc_root_init(); |
Al Viro | e149ed2 | 2014-11-01 10:57:28 -0400 | [diff] [blame] | 722 | nsfs_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 723 | cpuset_init(); |
Zefan Li | 695df21 | 2015-03-04 17:09:33 +0800 | [diff] [blame] | 724 | cgroup_init(); |
Shailabh Nagar | c757249 | 2006-07-14 00:24:40 -0700 | [diff] [blame] | 725 | taskstats_init_early(); |
Shailabh Nagar | ca74e92 | 2006-07-14 00:24:36 -0700 | [diff] [blame] | 726 | delayacct_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 727 | |
| 728 | check_bugs(); |
| 729 | |
Rafael J. Wysocki | b064a8f | 2015-06-10 01:33:36 +0200 | [diff] [blame] | 730 | acpi_subsystem_init(); |
Thomas Gleixner | e7ff3a4 | 2016-12-09 19:29:10 +0100 | [diff] [blame] | 731 | arch_post_acpi_subsys_init(); |
Feng Tang | 6ae6996 | 2009-08-14 15:13:46 -0400 | [diff] [blame] | 732 | sfi_init_late(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 733 | |
Matt Fleming | 83e6818 | 2012-11-14 09:42:35 +0000 | [diff] [blame] | 734 | if (efi_enabled(EFI_RUNTIME_SERVICES)) { |
Josh Triplett | 7851079 | 2012-09-28 17:55:44 -0700 | [diff] [blame] | 735 | efi_free_boot_services(); |
Josh Triplett | 2223af3 | 2012-09-28 17:57:05 -0700 | [diff] [blame] | 736 | } |
Josh Triplett | 7851079 | 2012-09-28 17:55:44 -0700 | [diff] [blame] | 737 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 738 | /* Do the rest non-__init'ed, we're now alive */ |
| 739 | rest_init(); |
| 740 | } |
| 741 | |
Peter Oberparleiter | b99b87f | 2009-06-17 16:28:03 -0700 | [diff] [blame] | 742 | /* Call all constructor functions linked into the kernel. */ |
| 743 | static void __init do_ctors(void) |
| 744 | { |
| 745 | #ifdef CONFIG_CONSTRUCTORS |
H Hartley Sweeten | 196a15b | 2009-12-14 18:00:18 -0800 | [diff] [blame] | 746 | ctor_fn_t *fn = (ctor_fn_t *) __ctors_start; |
Peter Oberparleiter | b99b87f | 2009-06-17 16:28:03 -0700 | [diff] [blame] | 747 | |
H Hartley Sweeten | 196a15b | 2009-12-14 18:00:18 -0800 | [diff] [blame] | 748 | for (; fn < (ctor_fn_t *) __ctors_end; fn++) |
| 749 | (*fn)(); |
Peter Oberparleiter | b99b87f | 2009-06-17 16:28:03 -0700 | [diff] [blame] | 750 | #endif |
| 751 | } |
| 752 | |
Prarit Bhargava | 7b0b73d | 2014-06-04 16:12:17 -0700 | [diff] [blame] | 753 | #ifdef CONFIG_KALLSYMS |
| 754 | struct blacklist_entry { |
| 755 | struct list_head next; |
| 756 | char *buf; |
| 757 | }; |
| 758 | |
| 759 | static __initdata_or_module LIST_HEAD(blacklisted_initcalls); |
| 760 | |
| 761 | static int __init initcall_blacklist(char *str) |
| 762 | { |
| 763 | char *str_entry; |
| 764 | struct blacklist_entry *entry; |
| 765 | |
| 766 | /* str argument is a comma-separated list of functions */ |
| 767 | do { |
| 768 | str_entry = strsep(&str, ","); |
| 769 | if (str_entry) { |
| 770 | pr_debug("blacklisting initcall %s\n", str_entry); |
| 771 | entry = alloc_bootmem(sizeof(*entry)); |
| 772 | entry->buf = alloc_bootmem(strlen(str_entry) + 1); |
| 773 | strcpy(entry->buf, str_entry); |
| 774 | list_add(&entry->next, &blacklisted_initcalls); |
| 775 | } |
| 776 | } while (str_entry); |
| 777 | |
| 778 | return 0; |
| 779 | } |
| 780 | |
| 781 | static bool __init_or_module initcall_blacklisted(initcall_t fn) |
| 782 | { |
Prarit Bhargava | 7b0b73d | 2014-06-04 16:12:17 -0700 | [diff] [blame] | 783 | struct blacklist_entry *entry; |
Rasmus Villemoes | c8cdd2b | 2016-05-20 17:04:27 -0700 | [diff] [blame] | 784 | char fn_name[KSYM_SYMBOL_LEN]; |
Rasmus Villemoes | 0fd5ed8 | 2016-06-24 14:50:30 -0700 | [diff] [blame] | 785 | unsigned long addr; |
Prarit Bhargava | 7b0b73d | 2014-06-04 16:12:17 -0700 | [diff] [blame] | 786 | |
Rasmus Villemoes | c8cdd2b | 2016-05-20 17:04:27 -0700 | [diff] [blame] | 787 | if (list_empty(&blacklisted_initcalls)) |
Prarit Bhargava | 7b0b73d | 2014-06-04 16:12:17 -0700 | [diff] [blame] | 788 | return false; |
| 789 | |
Rasmus Villemoes | 0fd5ed8 | 2016-06-24 14:50:30 -0700 | [diff] [blame] | 790 | addr = (unsigned long) dereference_function_descriptor(fn); |
| 791 | sprint_symbol_no_offset(fn_name, addr); |
Rasmus Villemoes | c8cdd2b | 2016-05-20 17:04:27 -0700 | [diff] [blame] | 792 | |
Prarit Bhargava | 841c06d | 2016-08-02 14:07:15 -0700 | [diff] [blame] | 793 | /* |
| 794 | * fn will be "function_name [module_name]" where [module_name] is not |
| 795 | * displayed for built-in init functions. Strip off the [module_name]. |
| 796 | */ |
| 797 | strreplace(fn_name, ' ', '\0'); |
| 798 | |
Geliang Tang | e6fd1fb | 2016-03-15 14:52:46 -0700 | [diff] [blame] | 799 | list_for_each_entry(entry, &blacklisted_initcalls, next) { |
Prarit Bhargava | 7b0b73d | 2014-06-04 16:12:17 -0700 | [diff] [blame] | 800 | if (!strcmp(fn_name, entry->buf)) { |
| 801 | pr_debug("initcall %s blacklisted\n", fn_name); |
Prarit Bhargava | 7b0b73d | 2014-06-04 16:12:17 -0700 | [diff] [blame] | 802 | return true; |
| 803 | } |
| 804 | } |
| 805 | |
Prarit Bhargava | 7b0b73d | 2014-06-04 16:12:17 -0700 | [diff] [blame] | 806 | return false; |
| 807 | } |
| 808 | #else |
| 809 | static int __init initcall_blacklist(char *str) |
| 810 | { |
| 811 | pr_warn("initcall_blacklist requires CONFIG_KALLSYMS\n"); |
| 812 | return 0; |
| 813 | } |
| 814 | |
| 815 | static bool __init_or_module initcall_blacklisted(initcall_t fn) |
| 816 | { |
| 817 | return false; |
| 818 | } |
| 819 | #endif |
| 820 | __setup("initcall_blacklist=", initcall_blacklist); |
| 821 | |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 822 | static __init_or_module void |
| 823 | trace_initcall_start_cb(void *data, initcall_t fn) |
Linus Torvalds | e0df154 | 2008-05-15 18:14:01 -0700 | [diff] [blame] | 824 | { |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 825 | ktime_t *calltime = (ktime_t *)data; |
Linus Torvalds | e0df154 | 2008-05-15 18:14:01 -0700 | [diff] [blame] | 826 | |
Andrew Morton | d62cf81 | 2014-06-04 16:12:16 -0700 | [diff] [blame] | 827 | printk(KERN_DEBUG "calling %pF @ %i\n", fn, task_pid_nr(current)); |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 828 | *calltime = ktime_get(); |
| 829 | } |
| 830 | |
| 831 | static __init_or_module void |
| 832 | trace_initcall_finish_cb(void *data, initcall_t fn, int ret) |
| 833 | { |
| 834 | ktime_t *calltime = (ktime_t *)data; |
| 835 | ktime_t delta, rettime; |
| 836 | unsigned long long duration; |
| 837 | |
Kevin Winchester | 22c5c03 | 2010-08-09 17:20:32 -0700 | [diff] [blame] | 838 | rettime = ktime_get(); |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 839 | delta = ktime_sub(rettime, *calltime); |
Kevin Winchester | 22c5c03 | 2010-08-09 17:20:32 -0700 | [diff] [blame] | 840 | duration = (unsigned long long) ktime_to_ns(delta) >> 10; |
Andrew Morton | d62cf81 | 2014-06-04 16:12:16 -0700 | [diff] [blame] | 841 | printk(KERN_DEBUG "initcall %pF returned %d after %lld usecs\n", |
Andrew Morton | ea676e8 | 2013-04-29 16:18:20 -0700 | [diff] [blame] | 842 | fn, ret, duration); |
Kevin Winchester | 22c5c03 | 2010-08-09 17:20:32 -0700 | [diff] [blame] | 843 | } |
| 844 | |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 845 | static ktime_t initcall_calltime; |
| 846 | |
Steven Rostedt (VMware) | b0dc52f | 2018-04-06 09:24:25 -0400 | [diff] [blame] | 847 | #ifdef TRACEPOINTS_ENABLED |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 848 | static void __init initcall_debug_enable(void) |
| 849 | { |
| 850 | int ret; |
| 851 | |
| 852 | ret = register_trace_initcall_start(trace_initcall_start_cb, |
| 853 | &initcall_calltime); |
| 854 | ret |= register_trace_initcall_finish(trace_initcall_finish_cb, |
| 855 | &initcall_calltime); |
| 856 | WARN(ret, "Failed to register initcall tracepoints\n"); |
Kevin Winchester | 22c5c03 | 2010-08-09 17:20:32 -0700 | [diff] [blame] | 857 | } |
Steven Rostedt (VMware) | b0dc52f | 2018-04-06 09:24:25 -0400 | [diff] [blame] | 858 | # define do_trace_initcall_start trace_initcall_start |
| 859 | # define do_trace_initcall_finish trace_initcall_finish |
| 860 | #else |
| 861 | static inline void do_trace_initcall_start(initcall_t fn) |
| 862 | { |
| 863 | if (!initcall_debug) |
| 864 | return; |
| 865 | trace_initcall_start_cb(&initcall_calltime, fn); |
| 866 | } |
| 867 | static inline void do_trace_initcall_finish(initcall_t fn, int ret) |
| 868 | { |
| 869 | if (!initcall_debug) |
| 870 | return; |
| 871 | trace_initcall_finish_cb(&initcall_calltime, fn, ret); |
| 872 | } |
| 873 | #endif /* !TRACEPOINTS_ENABLED */ |
Kevin Winchester | 22c5c03 | 2010-08-09 17:20:32 -0700 | [diff] [blame] | 874 | |
Kevin Winchester | e446127 | 2010-08-09 17:20:32 -0700 | [diff] [blame] | 875 | int __init_or_module do_one_initcall(initcall_t fn) |
Kevin Winchester | 22c5c03 | 2010-08-09 17:20:32 -0700 | [diff] [blame] | 876 | { |
| 877 | int count = preempt_count(); |
Steven Rostedt | ff1c8fa | 2013-07-03 15:05:37 -0700 | [diff] [blame] | 878 | char msgbuf[64]; |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 879 | int ret; |
Kevin Winchester | 22c5c03 | 2010-08-09 17:20:32 -0700 | [diff] [blame] | 880 | |
Prarit Bhargava | 7b0b73d | 2014-06-04 16:12:17 -0700 | [diff] [blame] | 881 | if (initcall_blacklisted(fn)) |
| 882 | return -EPERM; |
| 883 | |
Steven Rostedt (VMware) | b0dc52f | 2018-04-06 09:24:25 -0400 | [diff] [blame] | 884 | do_trace_initcall_start(fn); |
Steven Rostedt (VMware) | 4e37958 | 2018-03-26 13:31:07 -0400 | [diff] [blame] | 885 | ret = fn(); |
Steven Rostedt (VMware) | b0dc52f | 2018-04-06 09:24:25 -0400 | [diff] [blame] | 886 | do_trace_initcall_finish(fn, ret); |
Linus Torvalds | e0df154 | 2008-05-15 18:14:01 -0700 | [diff] [blame] | 887 | |
| 888 | msgbuf[0] = 0; |
| 889 | |
Linus Torvalds | e0df154 | 2008-05-15 18:14:01 -0700 | [diff] [blame] | 890 | if (preempt_count() != count) { |
Steven Rostedt | bf5d770 | 2013-05-01 13:35:51 -0400 | [diff] [blame] | 891 | sprintf(msgbuf, "preemption imbalance "); |
Peter Zijlstra | 4a2b4b2 | 2013-08-14 14:55:24 +0200 | [diff] [blame] | 892 | preempt_count_set(count); |
Linus Torvalds | e0df154 | 2008-05-15 18:14:01 -0700 | [diff] [blame] | 893 | } |
| 894 | if (irqs_disabled()) { |
Cyrill Gorcunov | a76bfd0 | 2008-05-15 13:52:41 -0700 | [diff] [blame] | 895 | strlcat(msgbuf, "disabled interrupts ", sizeof(msgbuf)); |
Linus Torvalds | e0df154 | 2008-05-15 18:14:01 -0700 | [diff] [blame] | 896 | local_irq_enable(); |
| 897 | } |
Steven Rostedt | f91eb62 | 2013-04-29 16:18:18 -0700 | [diff] [blame] | 898 | WARN(msgbuf[0], "initcall %pF returned with %s\n", fn, msgbuf); |
Arjan van de Ven | 59f9415 | 2008-07-30 12:49:02 -0700 | [diff] [blame] | 899 | |
Emese Revfy | 38addce | 2016-06-20 20:41:19 +0200 | [diff] [blame] | 900 | add_latent_entropy(); |
Américo Wang | 30dbb20e | 2010-05-26 18:57:53 +0800 | [diff] [blame] | 901 | return ret; |
Linus Torvalds | e0df154 | 2008-05-15 18:14:01 -0700 | [diff] [blame] | 902 | } |
| 903 | |
| 904 | |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 905 | extern initcall_t __initcall_start[]; |
| 906 | extern initcall_t __initcall0_start[]; |
| 907 | extern initcall_t __initcall1_start[]; |
| 908 | extern initcall_t __initcall2_start[]; |
| 909 | extern initcall_t __initcall3_start[]; |
| 910 | extern initcall_t __initcall4_start[]; |
| 911 | extern initcall_t __initcall5_start[]; |
| 912 | extern initcall_t __initcall6_start[]; |
| 913 | extern initcall_t __initcall7_start[]; |
| 914 | extern initcall_t __initcall_end[]; |
| 915 | |
| 916 | static initcall_t *initcall_levels[] __initdata = { |
| 917 | __initcall0_start, |
| 918 | __initcall1_start, |
| 919 | __initcall2_start, |
| 920 | __initcall3_start, |
| 921 | __initcall4_start, |
| 922 | __initcall5_start, |
| 923 | __initcall6_start, |
| 924 | __initcall7_start, |
| 925 | __initcall_end, |
| 926 | }; |
| 927 | |
Jim Cromie | 96263d2 | 2012-06-14 16:00:59 -0600 | [diff] [blame] | 928 | /* Keep these in sync with initcalls in include/linux/init.h */ |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 929 | static char *initcall_level_names[] __initdata = { |
Steven Rostedt (VMware) | a6fb601 | 2018-03-22 19:28:54 -0400 | [diff] [blame] | 930 | "pure", |
Jim Cromie | 9fb48c7 | 2012-04-27 14:30:34 -0600 | [diff] [blame] | 931 | "core", |
| 932 | "postcore", |
| 933 | "arch", |
| 934 | "subsys", |
| 935 | "fs", |
| 936 | "device", |
| 937 | "late", |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 938 | }; |
| 939 | |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 940 | static void __init do_initcall_level(int level) |
| 941 | { |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 942 | initcall_t *fn; |
| 943 | |
Krzysztof Mazur | 08746a6 | 2013-10-31 13:45:39 +1030 | [diff] [blame] | 944 | strcpy(initcall_command_line, saved_command_line); |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 945 | parse_args(initcall_level_names[level], |
Krzysztof Mazur | 08746a6 | 2013-10-31 13:45:39 +1030 | [diff] [blame] | 946 | initcall_command_line, __start___param, |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 947 | __stop___param - __start___param, |
| 948 | level, level, |
Luis R. Rodriguez | ecc8617 | 2015-03-30 16:20:03 -0700 | [diff] [blame] | 949 | NULL, &repair_env_string); |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 950 | |
Steven Rostedt (VMware) | 4ee7c60 | 2018-03-23 10:18:03 -0400 | [diff] [blame] | 951 | trace_initcall_level(initcall_level_names[level]); |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 952 | for (fn = initcall_levels[level]; fn < initcall_levels[level+1]; fn++) |
| 953 | do_one_initcall(*fn); |
| 954 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 955 | |
| 956 | static void __init do_initcalls(void) |
| 957 | { |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 958 | int level; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 959 | |
Borislav Petkov | 19efb72 | 2012-06-01 18:56:00 +0200 | [diff] [blame] | 960 | for (level = 0; level < ARRAY_SIZE(initcall_levels) - 1; level++) |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 961 | do_initcall_level(level); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 962 | } |
| 963 | |
| 964 | /* |
| 965 | * Ok, the machine is now initialized. None of the devices |
| 966 | * have been touched yet, but the CPU subsystem is up and |
| 967 | * running, and memory and process management works. |
| 968 | * |
| 969 | * Now we can finally start doing some real work.. |
| 970 | */ |
| 971 | static void __init do_basic_setup(void) |
| 972 | { |
Lai Jiangshan | 759ee09 | 2009-03-25 17:06:30 +0800 | [diff] [blame] | 973 | cpuset_init_smp(); |
Hugh Dickins | 41ffe5d | 2011-08-03 16:21:21 -0700 | [diff] [blame] | 974 | shmem_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 975 | driver_init(); |
Eric W. Biederman | b04c3af | 2007-02-14 00:33:57 -0800 | [diff] [blame] | 976 | init_irq_proc(); |
Peter Oberparleiter | b99b87f | 2009-06-17 16:28:03 -0700 | [diff] [blame] | 977 | do_ctors(); |
Linus Torvalds | d5767c5 | 2011-09-28 10:23:44 -0700 | [diff] [blame] | 978 | usermodehelper_enable(); |
wangyanqing | b0f8437 | 2011-09-29 15:09:40 +0800 | [diff] [blame] | 979 | do_initcalls(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 980 | } |
| 981 | |
Eduard - Gabriel Munteanu | 7babe8d | 2008-07-25 19:45:11 -0700 | [diff] [blame] | 982 | static void __init do_pre_smp_initcalls(void) |
Eduard - Gabriel Munteanu | c2147a5 | 2008-07-25 19:45:11 -0700 | [diff] [blame] | 983 | { |
H Hartley Sweeten | 196a15b | 2009-12-14 18:00:18 -0800 | [diff] [blame] | 984 | initcall_t *fn; |
Eduard - Gabriel Munteanu | c2147a5 | 2008-07-25 19:45:11 -0700 | [diff] [blame] | 985 | |
Steven Rostedt (VMware) | 4ee7c60 | 2018-03-23 10:18:03 -0400 | [diff] [blame] | 986 | trace_initcall_level("early"); |
Pawel Moll | 026cee0 | 2012-03-26 12:50:51 +1030 | [diff] [blame] | 987 | for (fn = __initcall_start; fn < __initcall0_start; fn++) |
H Hartley Sweeten | 196a15b | 2009-12-14 18:00:18 -0800 | [diff] [blame] | 988 | do_one_initcall(*fn); |
Eduard - Gabriel Munteanu | c2147a5 | 2008-07-25 19:45:11 -0700 | [diff] [blame] | 989 | } |
| 990 | |
Tejun Heo | bb813f4 | 2013-01-18 14:05:56 -0800 | [diff] [blame] | 991 | /* |
| 992 | * This function requests modules which should be loaded by default and is |
| 993 | * called twice right after initrd is mounted and right before init is |
| 994 | * exec'd. If such modules are on either initrd or rootfs, they will be |
| 995 | * loaded before control is passed to userland. |
| 996 | */ |
| 997 | void __init load_default_modules(void) |
| 998 | { |
| 999 | load_default_elevator_module(); |
| 1000 | } |
| 1001 | |
Al Viro | a74fb73 | 2012-10-10 21:28:25 -0400 | [diff] [blame] | 1002 | static int run_init_process(const char *init_filename) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1003 | { |
| 1004 | argv_init[0] = init_filename; |
Linus Torvalds | c4ad8f9 | 2014-02-05 12:54:53 -0800 | [diff] [blame] | 1005 | return do_execve(getname_kernel(init_filename), |
Al Viro | ae903ca | 2012-12-14 12:44:11 -0500 | [diff] [blame] | 1006 | (const char __user *const __user *)argv_init, |
| 1007 | (const char __user *const __user *)envp_init); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1008 | } |
| 1009 | |
Michael Opdenacker | ba24762 | 2013-11-12 15:10:21 -0800 | [diff] [blame] | 1010 | static int try_to_run_init_process(const char *init_filename) |
| 1011 | { |
| 1012 | int ret; |
| 1013 | |
| 1014 | ret = run_init_process(init_filename); |
| 1015 | |
| 1016 | if (ret && ret != -ENOENT) { |
| 1017 | pr_err("Starting init: %s exists but couldn't execute it (error %d)\n", |
| 1018 | init_filename, ret); |
| 1019 | } |
| 1020 | |
| 1021 | return ret; |
| 1022 | } |
| 1023 | |
Vineet Gupta | f80b0c9 | 2012-12-21 12:25:44 +0530 | [diff] [blame] | 1024 | static noinline void __init kernel_init_freeable(void); |
Al Viro | d6b2123 | 2012-10-10 19:57:26 -0400 | [diff] [blame] | 1025 | |
Laura Abbott | 0f5bf6d | 2017-02-06 16:31:58 -0800 | [diff] [blame] | 1026 | #if defined(CONFIG_STRICT_KERNEL_RWX) || defined(CONFIG_STRICT_MODULE_RWX) |
AKASHI Takahiro | 39290b3 | 2016-11-14 15:15:05 +0900 | [diff] [blame] | 1027 | bool rodata_enabled __ro_after_init = true; |
Kees Cook | d2aa1ac | 2016-02-17 14:41:13 -0800 | [diff] [blame] | 1028 | static int __init set_debug_rodata(char *str) |
| 1029 | { |
| 1030 | return strtobool(str, &rodata_enabled); |
| 1031 | } |
| 1032 | __setup("rodata=", set_debug_rodata); |
AKASHI Takahiro | 39290b3 | 2016-11-14 15:15:05 +0900 | [diff] [blame] | 1033 | #endif |
Kees Cook | d2aa1ac | 2016-02-17 14:41:13 -0800 | [diff] [blame] | 1034 | |
Laura Abbott | 0f5bf6d | 2017-02-06 16:31:58 -0800 | [diff] [blame] | 1035 | #ifdef CONFIG_STRICT_KERNEL_RWX |
Kees Cook | d2aa1ac | 2016-02-17 14:41:13 -0800 | [diff] [blame] | 1036 | static void mark_readonly(void) |
| 1037 | { |
Jinbum Park | 2959a5f | 2017-02-27 14:30:22 -0800 | [diff] [blame] | 1038 | if (rodata_enabled) { |
Jeffrey Hugo | ae646f0 | 2018-05-11 16:01:42 -0700 | [diff] [blame] | 1039 | /* |
| 1040 | * load_module() results in W+X mappings, which are cleaned up |
| 1041 | * with call_rcu_sched(). Let's make sure that queued work is |
| 1042 | * flushed so that we don't hit false positives looking for |
| 1043 | * insecure pages which are W+X. |
| 1044 | */ |
| 1045 | rcu_barrier_sched(); |
Kees Cook | d2aa1ac | 2016-02-17 14:41:13 -0800 | [diff] [blame] | 1046 | mark_rodata_ro(); |
Jinbum Park | 2959a5f | 2017-02-27 14:30:22 -0800 | [diff] [blame] | 1047 | rodata_test(); |
| 1048 | } else |
Kees Cook | d2aa1ac | 2016-02-17 14:41:13 -0800 | [diff] [blame] | 1049 | pr_info("Kernel memory protection disabled.\n"); |
| 1050 | } |
| 1051 | #else |
| 1052 | static inline void mark_readonly(void) |
| 1053 | { |
| 1054 | pr_warn("This architecture does not have kernel memory protection.\n"); |
| 1055 | } |
| 1056 | #endif |
| 1057 | |
Al Viro | d6b2123 | 2012-10-10 19:57:26 -0400 | [diff] [blame] | 1058 | static int __ref kernel_init(void *unused) |
Vivek Goyal | ee5bfa6 | 2007-02-13 13:26:22 +0100 | [diff] [blame] | 1059 | { |
Michael Opdenacker | ba24762 | 2013-11-12 15:10:21 -0800 | [diff] [blame] | 1060 | int ret; |
| 1061 | |
Al Viro | d6b2123 | 2012-10-10 19:57:26 -0400 | [diff] [blame] | 1062 | kernel_init_freeable(); |
Arjan van de Ven | 22a9d64 | 2009-01-07 08:45:46 -0800 | [diff] [blame] | 1063 | /* need to finish all async __init code before freeing the memory */ |
| 1064 | async_synchronize_full(); |
Steven Rostedt (VMware) | b80f0f6 | 2017-04-03 12:57:35 -0400 | [diff] [blame] | 1065 | ftrace_free_init_mem(); |
Josh Poimboeuf | 578ae44 | 2018-03-19 13:18:57 -0500 | [diff] [blame] | 1066 | jump_label_invalidate_initmem(); |
Vivek Goyal | ee5bfa6 | 2007-02-13 13:26:22 +0100 | [diff] [blame] | 1067 | free_initmem(); |
Kees Cook | d2aa1ac | 2016-02-17 14:41:13 -0800 | [diff] [blame] | 1068 | mark_readonly(); |
Joerg Roedel | b976690 | 2018-07-18 11:41:06 +0200 | [diff] [blame] | 1069 | |
| 1070 | /* |
| 1071 | * Kernel mappings are now finalized - update the userspace page-table |
| 1072 | * to finalize PTI. |
| 1073 | */ |
| 1074 | pti_finalize(); |
| 1075 | |
Vivek Goyal | ee5bfa6 | 2007-02-13 13:26:22 +0100 | [diff] [blame] | 1076 | system_state = SYSTEM_RUNNING; |
| 1077 | numa_default_policy(); |
| 1078 | |
Paul E. McKenney | 967dcb8 | 2015-11-25 16:52:36 -0800 | [diff] [blame] | 1079 | rcu_end_inkernel_boot(); |
| 1080 | |
Vivek Goyal | ee5bfa6 | 2007-02-13 13:26:22 +0100 | [diff] [blame] | 1081 | if (ramdisk_execute_command) { |
Michael Opdenacker | ba24762 | 2013-11-12 15:10:21 -0800 | [diff] [blame] | 1082 | ret = run_init_process(ramdisk_execute_command); |
| 1083 | if (!ret) |
Al Viro | a74fb73 | 2012-10-10 21:28:25 -0400 | [diff] [blame] | 1084 | return 0; |
Michael Opdenacker | ba24762 | 2013-11-12 15:10:21 -0800 | [diff] [blame] | 1085 | pr_err("Failed to execute %s (error %d)\n", |
| 1086 | ramdisk_execute_command, ret); |
Vivek Goyal | ee5bfa6 | 2007-02-13 13:26:22 +0100 | [diff] [blame] | 1087 | } |
| 1088 | |
| 1089 | /* |
| 1090 | * We try each of these until one succeeds. |
| 1091 | * |
| 1092 | * The Bourne shell can be used instead of init if we are |
| 1093 | * trying to recover a really broken machine. |
| 1094 | */ |
| 1095 | if (execute_command) { |
Michael Opdenacker | ba24762 | 2013-11-12 15:10:21 -0800 | [diff] [blame] | 1096 | ret = run_init_process(execute_command); |
| 1097 | if (!ret) |
Al Viro | a74fb73 | 2012-10-10 21:28:25 -0400 | [diff] [blame] | 1098 | return 0; |
Andy Lutomirski | 6ef4536 | 2014-12-10 15:52:19 -0800 | [diff] [blame] | 1099 | panic("Requested init %s failed (error %d).", |
| 1100 | execute_command, ret); |
Vivek Goyal | ee5bfa6 | 2007-02-13 13:26:22 +0100 | [diff] [blame] | 1101 | } |
Michael Opdenacker | ba24762 | 2013-11-12 15:10:21 -0800 | [diff] [blame] | 1102 | if (!try_to_run_init_process("/sbin/init") || |
| 1103 | !try_to_run_init_process("/etc/init") || |
| 1104 | !try_to_run_init_process("/bin/init") || |
| 1105 | !try_to_run_init_process("/bin/sh")) |
Al Viro | a74fb73 | 2012-10-10 21:28:25 -0400 | [diff] [blame] | 1106 | return 0; |
Vivek Goyal | ee5bfa6 | 2007-02-13 13:26:22 +0100 | [diff] [blame] | 1107 | |
Michael Opdenacker | ba24762 | 2013-11-12 15:10:21 -0800 | [diff] [blame] | 1108 | panic("No working init found. Try passing init= option to kernel. " |
Mauro Carvalho Chehab | 8c27ceff3 | 2016-10-18 10:12:27 -0200 | [diff] [blame] | 1109 | "See Linux Documentation/admin-guide/init.rst for guidance."); |
Vivek Goyal | ee5bfa6 | 2007-02-13 13:26:22 +0100 | [diff] [blame] | 1110 | } |
| 1111 | |
Vineet Gupta | f80b0c9 | 2012-12-21 12:25:44 +0530 | [diff] [blame] | 1112 | static noinline void __init kernel_init_freeable(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1113 | { |
Peter Zijlstra | b433c3d | 2010-06-28 16:51:01 +0200 | [diff] [blame] | 1114 | /* |
| 1115 | * Wait until kthreadd is all set-up. |
| 1116 | */ |
| 1117 | wait_for_completion(&kthreadd_done); |
Linus Torvalds | 31a6710 | 2012-05-21 12:52:42 -0700 | [diff] [blame] | 1118 | |
| 1119 | /* Now the scheduler is fully set up and can do blocking allocations */ |
| 1120 | gfp_allowed_mask = __GFP_BITS_MASK; |
| 1121 | |
Miao Xie | 58568d2 | 2009-06-16 15:31:49 -0700 | [diff] [blame] | 1122 | /* |
| 1123 | * init can allocate pages on any node |
| 1124 | */ |
Lai Jiangshan | 3c466d4 | 2012-12-12 13:51:40 -0800 | [diff] [blame] | 1125 | set_mems_allowed(node_states[N_MEMORY]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1126 | |
Cedric Le Goater | 9ec5209 | 2006-10-02 02:19:00 -0700 | [diff] [blame] | 1127 | cad_pid = task_pid(current); |
| 1128 | |
Andi Kleen | ca74a6f | 2008-01-30 13:33:17 +0100 | [diff] [blame] | 1129 | smp_prepare_cpus(setup_max_cpus); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1130 | |
Tejun Heo | 3347fa0 | 2016-09-16 15:49:32 -0400 | [diff] [blame] | 1131 | workqueue_init(); |
| 1132 | |
Michal Hocko | 597b730 | 2017-03-31 15:11:47 -0700 | [diff] [blame] | 1133 | init_mm_internals(); |
| 1134 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1135 | do_pre_smp_initcalls(); |
Peter Zijlstra | 004417a | 2010-11-25 18:38:29 +0100 | [diff] [blame] | 1136 | lockup_detector_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1137 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1138 | smp_init(); |
| 1139 | sched_init_smp(); |
| 1140 | |
Mel Gorman | 0e1cc95 | 2015-06-30 14:57:27 -0700 | [diff] [blame] | 1141 | page_alloc_init_late(); |
| 1142 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1143 | do_basic_setup(); |
| 1144 | |
Eric W. Biederman | 2bd3a997 | 2010-03-02 23:53:19 -0800 | [diff] [blame] | 1145 | /* Open the /dev/console on the rootfs, this should never fail */ |
Dominik Brodowski | bae217e | 2018-03-11 11:34:56 +0100 | [diff] [blame] | 1146 | if (ksys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) |
Andrew Morton | ea676e8 | 2013-04-29 16:18:20 -0700 | [diff] [blame] | 1147 | pr_err("Warning: unable to open an initial console.\n"); |
Eric W. Biederman | 2bd3a997 | 2010-03-02 23:53:19 -0800 | [diff] [blame] | 1148 | |
Dominik Brodowski | c724832 | 2018-03-11 11:34:40 +0100 | [diff] [blame] | 1149 | (void) ksys_dup(0); |
| 1150 | (void) ksys_dup(0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1151 | /* |
| 1152 | * check if there is an early userspace init. If yes, let it do all |
| 1153 | * the work |
| 1154 | */ |
Olof Johansson | ffdfc40 | 2005-09-06 15:17:19 -0700 | [diff] [blame] | 1155 | |
| 1156 | if (!ramdisk_execute_command) |
| 1157 | ramdisk_execute_command = "/init"; |
| 1158 | |
Dominik Brodowski | cbfe20f | 2018-03-11 11:34:54 +0100 | [diff] [blame] | 1159 | if (ksys_access((const char __user *) |
| 1160 | ramdisk_execute_command, 0) != 0) { |
Olof Johansson | ffdfc40 | 2005-09-06 15:17:19 -0700 | [diff] [blame] | 1161 | ramdisk_execute_command = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1162 | prepare_namespace(); |
Olof Johansson | ffdfc40 | 2005-09-06 15:17:19 -0700 | [diff] [blame] | 1163 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1164 | |
| 1165 | /* |
| 1166 | * Ok, we have completed the initial bootup, and |
| 1167 | * we're essentially up and running. Get rid of the |
| 1168 | * initmem segments and start the user-mode stuff.. |
Dmitry Kasatkin | c9cd2ce | 2014-11-05 17:01:15 +0200 | [diff] [blame] | 1169 | * |
| 1170 | * rootfs is available now, try loading the public keys |
| 1171 | * and default modules |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1172 | */ |
Tejun Heo | bb813f4 | 2013-01-18 14:05:56 -0800 | [diff] [blame] | 1173 | |
Dmitry Kasatkin | c9cd2ce | 2014-11-05 17:01:15 +0200 | [diff] [blame] | 1174 | integrity_load_keys(); |
Tejun Heo | bb813f4 | 2013-01-18 14:05:56 -0800 | [diff] [blame] | 1175 | load_default_modules(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1176 | } |