]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - init/main.c
sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched...
[thirdparty/kernel/stable.git] / init / main.c
CommitLineData
1da177e4
LT
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
dd4d9fec 9 * Simplified starting of init: Michael A. Griffith <grif@acm.org>
1da177e4
LT
10 */
11
ea676e84
AM
12#define DEBUG /* Enable initcall_debug */
13
1da177e4 14#include <linux/types.h>
8a293be0 15#include <linux/extable.h>
1da177e4
LT
16#include <linux/module.h>
17#include <linux/proc_fs.h>
5c2c5c55 18#include <linux/binfmts.h>
1da177e4
LT
19#include <linux/kernel.h>
20#include <linux/syscalls.h>
9b5609fd 21#include <linux/stackprotector.h>
1da177e4
LT
22#include <linux/string.h>
23#include <linux/ctype.h>
24#include <linux/delay.h>
1da177e4
LT
25#include <linux/ioport.h>
26#include <linux/init.h>
1da177e4 27#include <linux/initrd.h>
1da177e4 28#include <linux/bootmem.h>
4a7a16dc 29#include <linux/acpi.h>
1da177e4 30#include <linux/tty.h>
38b8d208 31#include <linux/nmi.h>
1da177e4
LT
32#include <linux/percpu.h>
33#include <linux/kmod.h>
db64fe02 34#include <linux/vmalloc.h>
1da177e4 35#include <linux/kernel_stat.h>
d7cd5611 36#include <linux/start_kernel.h>
1da177e4 37#include <linux/security.h>
3d442233 38#include <linux/smp.h>
1da177e4
LT
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>
ddbcc7e8 46#include <linux/cgroup.h>
1da177e4 47#include <linux/efi.h>
906568c9 48#include <linux/tick.h>
6168a702 49#include <linux/interrupt.h>
c757249a 50#include <linux/taskstats_kern.h>
ca74e92b 51#include <linux/delayacct.h>
1da177e4
LT
52#include <linux/unistd.h>
53#include <linux/rmap.h>
54#include <linux/mempolicy.h>
55#include <linux/key.h>
b6cd0b77 56#include <linux/buffer_head.h>
eefa864b 57#include <linux/page_ext.h>
9a11b49a 58#include <linux/debug_locks.h>
3ac7fe5a 59#include <linux/debugobjects.h>
fbb9ce95 60#include <linux/lockdep.h>
3c7b4e6b 61#include <linux/kmemleak.h>
84d73786 62#include <linux/pid_namespace.h>
1f21782e 63#include <linux/device.h>
73c27992 64#include <linux/kthread.h>
e6fe6649 65#include <linux/sched.h>
a1c9eea9 66#include <linux/signal.h>
199f0ca5 67#include <linux/idr.h>
0b4b3827 68#include <linux/kgdb.h>
68bf21aa 69#include <linux/ftrace.h>
22a9d645 70#include <linux/async.h>
dfec072e 71#include <linux/kmemcheck.h>
6ae6996a 72#include <linux/sfi.h>
2b2af54a 73#include <linux/shmem_fs.h>
5a0e3ad6 74#include <linux/slab.h>
24a24bb6 75#include <linux/perf_event.h>
a74fb73c 76#include <linux/ptrace.h>
bb813f4c
TH
77#include <linux/blkdev.h>
78#include <linux/elevator.h>
38ff87f7 79#include <linux/sched_clock.h>
29930025 80#include <linux/sched/task.h>
68db0cf1 81#include <linux/sched/task_stack.h>
65f382fd 82#include <linux/context_tracking.h>
47d06e53 83#include <linux/random.h>
7b0b73d7 84#include <linux/list.h>
c9cd2ce2 85#include <linux/integrity.h>
e149ed2b 86#include <linux/proc_ns.h>
0ddab1d2 87#include <linux/io.h>
39290b38 88#include <linux/cache.h>
2959a5f7 89#include <linux/rodata_test.h>
1da177e4
LT
90
91#include <asm/io.h>
92#include <asm/bugs.h>
93#include <asm/setup.h>
a940199f 94#include <asm/sections.h>
37b73c82 95#include <asm/cacheflush.h>
1da177e4 96
aae5f662 97static int kernel_init(void *);
1da177e4
LT
98
99extern void init_IRQ(void);
ff691f6e 100extern void fork_init(void);
1da177e4 101extern void radix_tree_init(void);
1da177e4 102
2ce802f6
TH
103/*
104 * Debug helper: via this flag we know that we are in 'early bootup code'
105 * where only the boot processor is running with IRQ disabled. This means
106 * two things - IRQ must not be enabled before the flag is cleared and some
107 * operations which are not allowed with IRQ disabled are allowed while the
108 * flag is set.
109 */
110bool early_boot_irqs_disabled __read_mostly;
111
a6826048 112enum system_states system_state __read_mostly;
1da177e4
LT
113EXPORT_SYMBOL(system_state);
114
115/*
116 * Boot command-line arguments
117 */
118#define MAX_INIT_ARGS CONFIG_INIT_ENV_ARG_LIMIT
119#define MAX_INIT_ENVS CONFIG_INIT_ENV_ARG_LIMIT
120
121extern void time_init(void);
122/* Default late time init is NULL. archs can override this later. */
d2e3192b 123void (*__initdata late_time_init)(void);
1da177e4 124
30d7e0d4
ABL
125/* Untouched command line saved by arch-specific code. */
126char __initdata boot_command_line[COMMAND_LINE_SIZE];
127/* Untouched saved command line (eg. for /proc) */
128char *saved_command_line;
129/* Command line for parameter parsing */
130static char *static_command_line;
08746a65
KM
131/* Command line for per-initcall parameter parsing */
132static char *initcall_command_line;
1da177e4
LT
133
134static char *execute_command;
ffdfc409 135static char *ramdisk_execute_command;
1da177e4 136
c4b2c0c5
HFS
137/*
138 * Used to generate warnings if static_key manipulation functions are used
139 * before jump_label_init is called.
140 */
dd4d9fec 141bool static_key_initialized __read_mostly;
c4b2c0c5
HFS
142EXPORT_SYMBOL_GPL(static_key_initialized);
143
8b3b2955
JB
144/*
145 * If set, this is an indication to the drivers that reset the underlying
146 * device before going ahead with the initialization otherwise driver might
147 * rely on the BIOS and skip the reset operation.
148 *
149 * This is useful if kernel is booting in an unreliable environment.
fc454fdc 150 * For ex. kdump situation where previous kernel has crashed, BIOS has been
8b3b2955
JB
151 * skipped and devices will be in unknown state.
152 */
153unsigned int reset_devices;
154EXPORT_SYMBOL(reset_devices);
1da177e4 155
7e96287d
VG
156static int __init set_reset_devices(char *str)
157{
158 reset_devices = 1;
159 return 1;
160}
161
162__setup("reset_devices", set_reset_devices);
163
dd4d9fec
FF
164static const char *argv_init[MAX_INIT_ARGS+2] = { "init", NULL, };
165const char *envp_init[MAX_INIT_ENVS+2] = { "HOME=/", "TERM=linux", NULL, };
1da177e4
LT
166static const char *panic_later, *panic_param;
167
914dcaa8 168extern const struct obs_kernel_param __setup_start[], __setup_end[];
1da177e4 169
31c025b5 170static bool __init obsolete_checksetup(char *line)
1da177e4 171{
914dcaa8 172 const struct obs_kernel_param *p;
31c025b5 173 bool had_early_param = false;
1da177e4
LT
174
175 p = __setup_start;
176 do {
177 int n = strlen(p->str);
b1e4d20c 178 if (parameqn(line, p->str, n)) {
1da177e4 179 if (p->early) {
33df0d19
RR
180 /* Already done in parse_early_param?
181 * (Needs exact match on param part).
182 * Keep iterating, as we can have early
183 * params and __setups of same names 8( */
1da177e4 184 if (line[n] == '\0' || line[n] == '=')
31c025b5 185 had_early_param = true;
1da177e4 186 } else if (!p->setup_func) {
ea676e84
AM
187 pr_warn("Parameter %s is obsolete, ignored\n",
188 p->str);
31c025b5 189 return true;
1da177e4 190 } else if (p->setup_func(line + n))
31c025b5 191 return true;
1da177e4
LT
192 }
193 p++;
194 } while (p < __setup_end);
33df0d19
RR
195
196 return had_early_param;
1da177e4
LT
197}
198
199/*
200 * This should be approx 2 Bo*oMips to start (note initial shift), and will
201 * still work even if initially too large, it will just take slightly longer
202 */
203unsigned long loops_per_jiffy = (1<<12);
1da177e4
LT
204EXPORT_SYMBOL(loops_per_jiffy);
205
206static int __init debug_kernel(char *str)
207{
a8fe19eb 208 console_loglevel = CONSOLE_LOGLEVEL_DEBUG;
f6f21c81 209 return 0;
1da177e4
LT
210}
211
212static int __init quiet_kernel(char *str)
213{
a8fe19eb 214 console_loglevel = CONSOLE_LOGLEVEL_QUIET;
f6f21c81 215 return 0;
1da177e4
LT
216}
217
f6f21c81
YL
218early_param("debug", debug_kernel);
219early_param("quiet", quiet_kernel);
1da177e4
LT
220
221static int __init loglevel(char *str)
222{
808bf29b
AS
223 int newlevel;
224
225 /*
226 * Only update loglevel value when a correct setting was passed,
227 * to prevent blind crashes (when loglevel being set to 0) that
228 * are quite hard to debug
229 */
230 if (get_option(&str, &newlevel)) {
231 console_loglevel = newlevel;
232 return 0;
233 }
234
235 return -EINVAL;
1da177e4
LT
236}
237
f6f21c81 238early_param("loglevel", loglevel);
1da177e4 239
a99cd112 240/* Change NUL term back to "=", to make "param" the whole string. */
ecc86170
LR
241static int __init repair_env_string(char *param, char *val,
242 const char *unused, void *arg)
1da177e4 243{
1da177e4
LT
244 if (val) {
245 /* param=val or param="val"? */
246 if (val == param+strlen(param)+1)
247 val[-1] = '=';
248 else if (val == param+strlen(param)+2) {
249 val[-2] = '=';
250 memmove(val-1, val, strlen(val)+1);
251 val--;
252 } else
253 BUG();
254 }
a99cd112
CM
255 return 0;
256}
257
51e158c1 258/* Anything after -- gets handed straight to init. */
ecc86170
LR
259static int __init set_init_arg(char *param, char *val,
260 const char *unused, void *arg)
51e158c1
RR
261{
262 unsigned int i;
263
264 if (panic_later)
265 return 0;
266
ecc86170 267 repair_env_string(param, val, unused, NULL);
51e158c1
RR
268
269 for (i = 0; argv_init[i]; i++) {
270 if (i == MAX_INIT_ARGS) {
271 panic_later = "init";
272 panic_param = param;
273 return 0;
274 }
275 }
276 argv_init[i] = param;
277 return 0;
278}
279
a99cd112
CM
280/*
281 * Unknown boot options get handed to init, unless they look like
282 * unused parameters (modprobe will find them in /proc/cmdline).
283 */
ecc86170
LR
284static int __init unknown_bootoption(char *param, char *val,
285 const char *unused, void *arg)
a99cd112 286{
ecc86170 287 repair_env_string(param, val, unused, NULL);
1da177e4
LT
288
289 /* Handle obsolete-style parameters */
290 if (obsolete_checksetup(param))
291 return 0;
292
f066a4f6
RR
293 /* Unused module parameter. */
294 if (strchr(param, '.') && (!val || strchr(param, '.') < val))
1da177e4 295 return 0;
1da177e4
LT
296
297 if (panic_later)
298 return 0;
299
300 if (val) {
301 /* Environment option */
302 unsigned int i;
303 for (i = 0; envp_init[i]; i++) {
304 if (i == MAX_INIT_ENVS) {
499a4584 305 panic_later = "env";
1da177e4
LT
306 panic_param = param;
307 }
308 if (!strncmp(param, envp_init[i], val - param))
309 break;
310 }
311 envp_init[i] = param;
312 } else {
313 /* Command line option */
314 unsigned int i;
315 for (i = 0; argv_init[i]; i++) {
316 if (i == MAX_INIT_ARGS) {
499a4584 317 panic_later = "init";
1da177e4
LT
318 panic_param = param;
319 }
320 }
321 argv_init[i] = param;
322 }
323 return 0;
324}
325
326static int __init init_setup(char *str)
327{
328 unsigned int i;
329
330 execute_command = str;
331 /*
332 * In case LILO is going to boot us with default command line,
333 * it prepends "auto" before the whole cmdline which makes
334 * the shell think it should execute a script with such name.
335 * So we ignore all arguments entered _before_ init=... [MJ]
336 */
337 for (i = 1; i < MAX_INIT_ARGS; i++)
338 argv_init[i] = NULL;
339 return 1;
340}
341__setup("init=", init_setup);
342
ffdfc409
OJ
343static int __init rdinit_setup(char *str)
344{
345 unsigned int i;
346
347 ramdisk_execute_command = str;
348 /* See "auto" comment in init_setup */
349 for (i = 1; i < MAX_INIT_ARGS; i++)
350 argv_init[i] = NULL;
351 return 1;
352}
353__setup("rdinit=", rdinit_setup);
354
1da177e4 355#ifndef CONFIG_SMP
34db18a0 356static const unsigned int setup_max_cpus = NR_CPUS;
e0982e90 357static inline void setup_nr_cpu_ids(void) { }
1da177e4 358static inline void smp_prepare_cpus(unsigned int maxcpus) { }
1da177e4
LT
359#endif
360
30d7e0d4
ABL
361/*
362 * We need to store the untouched command line for future reference.
363 * We also need to store the touched command line since the parameter
364 * parsing is performed in place, and we should allow a component to
365 * store reference of name/value for future reference.
366 */
367static void __init setup_command_line(char *command_line)
368{
098b081b
SS
369 saved_command_line =
370 memblock_virt_alloc(strlen(boot_command_line) + 1, 0);
371 initcall_command_line =
372 memblock_virt_alloc(strlen(boot_command_line) + 1, 0);
373 static_command_line = memblock_virt_alloc(strlen(command_line) + 1, 0);
dd4d9fec
FF
374 strcpy(saved_command_line, boot_command_line);
375 strcpy(static_command_line, command_line);
30d7e0d4
ABL
376}
377
1da177e4
LT
378/*
379 * We need to finalize in a non-__init function or else race conditions
380 * between the root thread and the init thread may cause start_kernel to
381 * be reaped by free_initmem before the root thread has proceeded to
382 * cpu_idle.
383 *
384 * gcc-3.4 accidentally inlines this function, so use noinline.
385 */
386
b433c3d4
PZ
387static __initdata DECLARE_COMPLETION(kthreadd_done);
388
bd721ea7 389static noinline void __ref rest_init(void)
1da177e4 390{
73c27992
EB
391 int pid;
392
7db905e6 393 rcu_scheduler_starting();
b433c3d4 394 /*
97158569 395 * We need to spawn init first so that it obtains pid 1, however
b433c3d4
PZ
396 * the init task will end up wanting to create kthreads, which, if
397 * we schedule it before we create kthreadd, will OOPS.
398 */
34a1b723 399 kernel_thread(kernel_init, NULL, CLONE_FS);
1da177e4 400 numa_default_policy();
73c27992 401 pid = kernel_thread(kthreadd, NULL, CLONE_FS | CLONE_FILES);
d11c563d 402 rcu_read_lock();
5cd20455 403 kthreadd_task = find_task_by_pid_ns(pid, &init_pid_ns);
d11c563d 404 rcu_read_unlock();
b433c3d4 405 complete(&kthreadd_done);
f340c0d1
IM
406
407 /*
408 * The boot idle thread must execute schedule()
1df21055 409 * at least once to get things moving:
f340c0d1 410 */
1df21055 411 init_idle_bootup_task(current);
bd2f5536 412 schedule_preempt_disabled();
5bfb5d69 413 /* Call into cpu_idle with preempt disabled */
a1a04ec3 414 cpu_startup_entry(CPUHP_ONLINE);
1df21055 415}
1da177e4
LT
416
417/* Check for early params. */
ecc86170
LR
418static int __init do_early_param(char *param, char *val,
419 const char *unused, void *arg)
1da177e4 420{
914dcaa8 421 const struct obs_kernel_param *p;
1da177e4
LT
422
423 for (p = __setup_start; p < __setup_end; p++) {
b1e4d20c 424 if ((p->early && parameq(param, p->str)) ||
18a8bd94
YL
425 (strcmp(param, "console") == 0 &&
426 strcmp(p->str, "earlycon") == 0)
427 ) {
1da177e4 428 if (p->setup_func(val) != 0)
ea676e84 429 pr_warn("Malformed early option '%s'\n", param);
1da177e4
LT
430 }
431 }
432 /* We accept everything at this stage. */
433 return 0;
434}
435
13977091
MD
436void __init parse_early_options(char *cmdline)
437{
ecc86170
LR
438 parse_args("early options", cmdline, NULL, 0, 0, 0, NULL,
439 do_early_param);
13977091
MD
440}
441
1da177e4
LT
442/* Arch code calls this early on, or if not, just before other parsing. */
443void __init parse_early_param(void)
444{
dd4d9fec
FF
445 static int done __initdata;
446 static char tmp_cmdline[COMMAND_LINE_SIZE] __initdata;
1da177e4
LT
447
448 if (done)
449 return;
450
451 /* All fall through to do_early_param. */
30d7e0d4 452 strlcpy(tmp_cmdline, boot_command_line, COMMAND_LINE_SIZE);
13977091 453 parse_early_options(tmp_cmdline);
1da177e4
LT
454 done = 1;
455}
456
e7ff3a47
TG
457void __init __weak arch_post_acpi_subsys_init(void) { }
458
839ad62e 459void __init __weak smp_setup_processor_id(void)
033ab7f8
AM
460{
461}
462
eded09cc 463# if THREAD_SIZE >= PAGE_SIZE
b235beea 464void __init __weak thread_stack_cache_init(void)
8c9843e5
BH
465{
466}
eded09cc 467#endif
8c9843e5 468
444f478f
PE
469/*
470 * Set up kernel memory allocators
471 */
472static void __init mm_init(void)
473{
eefa864b
JK
474 /*
475 * page_ext requires contiguous pages,
476 * bigger than MAX_ORDER unless SPARSEMEM.
477 */
478 page_ext_init_flatmem();
444f478f
PE
479 mem_init();
480 kmem_cache_init();
099a19d9 481 percpu_init_late();
b35f1819 482 pgtable_init();
444f478f 483 vmalloc_init();
0ddab1d2 484 ioremap_huge_init();
444f478f
PE
485}
486
722a9f92 487asmlinkage __visible void __init start_kernel(void)
1da177e4 488{
dd4d9fec
FF
489 char *command_line;
490 char *after_dashes;
033ab7f8 491
d4311ff1 492 set_task_stack_end_magic(&init_task);
73839c5b 493 smp_setup_processor_id();
3ac7fe5a 494 debug_objects_early_init();
42059429
IM
495
496 /*
497 * Set up the the initial canary ASAP:
498 */
499 boot_init_stack_canary();
500
ddbcc7e8 501 cgroup_init_early();
fbb9ce95
IM
502
503 local_irq_disable();
2ce802f6 504 early_boot_irqs_disabled = true;
fbb9ce95 505
1da177e4
LT
506/*
507 * Interrupts are still disabled. Do necessary setups, then
508 * enable them
509 */
44fd2299 510 boot_cpu_init();
1da177e4 511 page_address_init();
ea676e84 512 pr_notice("%s", linux_banner);
1da177e4 513 setup_arch(&command_line);
6345d24d 514 mm_init_cpumask(&init_mm);
30d7e0d4 515 setup_command_line(command_line);
e0982e90 516 setup_nr_cpu_ids();
d6647bdf 517 setup_per_cpu_areas();
cff7d378 518 boot_cpu_state_init();
44fd2299 519 smp_prepare_boot_cpu(); /* arch-specific boot-cpu hooks */
1da177e4 520
9adb62a5 521 build_all_zonelists(NULL, NULL);
83b519e8
PE
522 page_alloc_init();
523
ea676e84 524 pr_notice("Kernel command line: %s\n", boot_command_line);
83b519e8 525 parse_early_param();
51e158c1
RR
526 after_dashes = parse_args("Booting kernel",
527 static_command_line, __start___param,
528 __stop___param - __start___param,
ecc86170 529 -1, -1, NULL, &unknown_bootoption);
3438cf54 530 if (!IS_ERR_OR_NULL(after_dashes))
51e158c1 531 parse_args("Setting init args", after_dashes, NULL, 0, -1, -1,
ecc86170 532 NULL, set_init_arg);
97ce2c88
JF
533
534 jump_label_init();
535
83b519e8
PE
536 /*
537 * These use large bootmem allocations and must precede
538 * kmem_cache_init()
539 */
162a7e75 540 setup_log_buf(0);
83b519e8 541 pidhash_init();
83b519e8
PE
542 vfs_caches_init_early();
543 sort_main_extable();
544 trap_init();
444f478f 545 mm_init();
de03c72c 546
1da177e4
LT
547 /*
548 * Set up the scheduler prior starting any interrupts (such as the
549 * timer interrupt). Full topology setup happens at smp_init()
550 * time - but meanwhile we still have a functioning scheduler.
551 */
552 sched_init();
553 /*
554 * Disable preemption - early bootup scheduling is extremely
555 * fragile until we cpu_idle() for the first time.
556 */
557 preempt_disable();
dd4d9fec
FF
558 if (WARN(!irqs_disabled(),
559 "Interrupts were enabled *very* early, fixing it\n"))
c4a68306 560 local_irq_disable();
0a835c4f 561 radix_tree_init();
3347fa09
TH
562
563 /*
564 * Allow workqueue creation and work item queueing/cancelling
565 * early. Work item execution depends on kthreads and starts after
566 * workqueue_init().
567 */
568 workqueue_init_early();
569
1da177e4 570 rcu_init();
5f893b26
SRRH
571
572 /* trace_printk() and trace points may be used after this */
573 trace_init();
574
65f382fd 575 context_tracking_init();
0b8f1efa
YL
576 /* init some links before init_ISA_irqs() */
577 early_irq_init();
1da177e4 578 init_IRQ();
ad2b1353 579 tick_init();
d6dd50e0 580 rcu_init_nohz();
1da177e4 581 init_timers();
c0a31329 582 hrtimers_init();
1da177e4 583 softirq_init();
ad596171 584 timekeeping_init();
88fecaa2 585 time_init();
38ff87f7 586 sched_clock_postinit();
f92bac3b 587 printk_safe_init();
9e630205 588 perf_event_init();
93e02814 589 profile_init();
d8ad7d11 590 call_function_init();
f91eb62f 591 WARN(!irqs_disabled(), "Interrupts were enabled early\n");
2ce802f6 592 early_boot_irqs_disabled = false;
93e02814 593 local_irq_enable();
dcce284a 594
7e85ee0c 595 kmem_cache_init_late();
1da177e4
LT
596
597 /*
598 * HACK ALERT! This is early. We're enabling the console before
599 * we've done PCI setups etc, and console_init() must be aware of
600 * this. But we do want output early, in case something goes wrong.
601 */
602 console_init();
603 if (panic_later)
499a4584
TH
604 panic("Too many boot %s vars at `%s'", panic_later,
605 panic_param);
fbb9ce95
IM
606
607 lockdep_info();
608
9a11b49a
IM
609 /*
610 * Need to run this when irqs are enabled, because it wants
611 * to self-test [hard/soft]-irqs on/off lock inversion bugs
612 * too:
613 */
614 locking_selftest();
615
1da177e4
LT
616#ifdef CONFIG_BLK_DEV_INITRD
617 if (initrd_start && !initrd_below_start_ok &&
bd673c7c 618 page_to_pfn(virt_to_page((void *)initrd_start)) < min_low_pfn) {
ea676e84 619 pr_crit("initrd overwritten (0x%08lx < 0x%08lx) - disabling it.\n",
bd673c7c
GU
620 page_to_pfn(virt_to_page((void *)initrd_start)),
621 min_low_pfn);
1da177e4
LT
622 initrd_start = 0;
623 }
624#endif
fe53ca54 625 page_ext_init();
3ac7fe5a 626 debug_objects_mem_init();
9b090f2d 627 kmemleak_init();
e7c8d5c9 628 setup_per_cpu_pageset();
1da177e4
LT
629 numa_policy_init();
630 if (late_time_init)
631 late_time_init();
632 calibrate_delay();
633 pidmap_init();
1da177e4 634 anon_vma_init();
c4e1acbb 635 acpi_early_init();
11520e5e 636#ifdef CONFIG_X86
83e68189 637 if (efi_enabled(EFI_RUNTIME_SERVICES))
11520e5e 638 efi_enter_virtual_mode();
3891a04a 639#endif
197725de 640#ifdef CONFIG_X86_ESPFIX64
3891a04a
PA
641 /* Should be run before the first non-init thread is created */
642 init_espfix_bsp();
11520e5e 643#endif
b235beea 644 thread_stack_cache_init();
d84f4f99 645 cred_init();
ff691f6e 646 fork_init();
1da177e4
LT
647 proc_caches_init();
648 buffer_init();
1da177e4
LT
649 key_init();
650 security_init();
0b4b3827 651 dbg_late_init();
4248b0da 652 vfs_caches_init();
62906027 653 pagecache_init();
1da177e4 654 signals_init();
1da177e4 655 proc_root_init();
e149ed2b 656 nsfs_init();
1da177e4 657 cpuset_init();
695df213 658 cgroup_init();
c757249a 659 taskstats_init_early();
ca74e92b 660 delayacct_init();
1da177e4
LT
661
662 check_bugs();
663
b064a8fa 664 acpi_subsystem_init();
e7ff3a47 665 arch_post_acpi_subsys_init();
6ae6996a 666 sfi_init_late();
1da177e4 667
83e68189 668 if (efi_enabled(EFI_RUNTIME_SERVICES)) {
78510792 669 efi_free_boot_services();
2223af38 670 }
78510792 671
68bf21aa
SR
672 ftrace_init();
673
1da177e4
LT
674 /* Do the rest non-__init'ed, we're now alive */
675 rest_init();
676}
677
b99b87f7
PO
678/* Call all constructor functions linked into the kernel. */
679static void __init do_ctors(void)
680{
681#ifdef CONFIG_CONSTRUCTORS
196a15b4 682 ctor_fn_t *fn = (ctor_fn_t *) __ctors_start;
b99b87f7 683
196a15b4
HS
684 for (; fn < (ctor_fn_t *) __ctors_end; fn++)
685 (*fn)();
b99b87f7
PO
686#endif
687}
688
2329abfa 689bool initcall_debug;
d0ea3d7d 690core_param(initcall_debug, initcall_debug, bool, 0644);
1da177e4 691
7b0b73d7
PB
692#ifdef CONFIG_KALLSYMS
693struct blacklist_entry {
694 struct list_head next;
695 char *buf;
696};
697
698static __initdata_or_module LIST_HEAD(blacklisted_initcalls);
699
700static int __init initcall_blacklist(char *str)
701{
702 char *str_entry;
703 struct blacklist_entry *entry;
704
705 /* str argument is a comma-separated list of functions */
706 do {
707 str_entry = strsep(&str, ",");
708 if (str_entry) {
709 pr_debug("blacklisting initcall %s\n", str_entry);
710 entry = alloc_bootmem(sizeof(*entry));
711 entry->buf = alloc_bootmem(strlen(str_entry) + 1);
712 strcpy(entry->buf, str_entry);
713 list_add(&entry->next, &blacklisted_initcalls);
714 }
715 } while (str_entry);
716
717 return 0;
718}
719
720static bool __init_or_module initcall_blacklisted(initcall_t fn)
721{
7b0b73d7 722 struct blacklist_entry *entry;
c8cdd2be 723 char fn_name[KSYM_SYMBOL_LEN];
0fd5ed8d 724 unsigned long addr;
7b0b73d7 725
c8cdd2be 726 if (list_empty(&blacklisted_initcalls))
7b0b73d7
PB
727 return false;
728
0fd5ed8d
RV
729 addr = (unsigned long) dereference_function_descriptor(fn);
730 sprint_symbol_no_offset(fn_name, addr);
c8cdd2be 731
841c06d7
PB
732 /*
733 * fn will be "function_name [module_name]" where [module_name] is not
734 * displayed for built-in init functions. Strip off the [module_name].
735 */
736 strreplace(fn_name, ' ', '\0');
737
e6fd1fb3 738 list_for_each_entry(entry, &blacklisted_initcalls, next) {
7b0b73d7
PB
739 if (!strcmp(fn_name, entry->buf)) {
740 pr_debug("initcall %s blacklisted\n", fn_name);
7b0b73d7
PB
741 return true;
742 }
743 }
744
7b0b73d7
PB
745 return false;
746}
747#else
748static int __init initcall_blacklist(char *str)
749{
750 pr_warn("initcall_blacklist requires CONFIG_KALLSYMS\n");
751 return 0;
752}
753
754static bool __init_or_module initcall_blacklisted(initcall_t fn)
755{
756 return false;
757}
758#endif
759__setup("initcall_blacklist=", initcall_blacklist);
760
e4461271 761static int __init_or_module do_one_initcall_debug(initcall_t fn)
1da177e4 762{
74239072 763 ktime_t calltime, delta, rettime;
30dbb20e
AW
764 unsigned long long duration;
765 int ret;
1da177e4 766
d62cf815 767 printk(KERN_DEBUG "calling %pF @ %i\n", fn, task_pid_nr(current));
22c5c03b 768 calltime = ktime_get();
30dbb20e 769 ret = fn();
22c5c03b
KW
770 rettime = ktime_get();
771 delta = ktime_sub(rettime, calltime);
772 duration = (unsigned long long) ktime_to_ns(delta) >> 10;
d62cf815 773 printk(KERN_DEBUG "initcall %pF returned %d after %lld usecs\n",
ea676e84 774 fn, ret, duration);
1da177e4 775
22c5c03b
KW
776 return ret;
777}
778
e4461271 779int __init_or_module do_one_initcall(initcall_t fn)
22c5c03b
KW
780{
781 int count = preempt_count();
782 int ret;
ff1c8fac 783 char msgbuf[64];
22c5c03b 784
7b0b73d7
PB
785 if (initcall_blacklisted(fn))
786 return -EPERM;
787
22c5c03b
KW
788 if (initcall_debug)
789 ret = do_one_initcall_debug(fn);
790 else
791 ret = fn();
8f0c45cd 792
e0df154f 793 msgbuf[0] = 0;
e662e1cf 794
e0df154f 795 if (preempt_count() != count) {
bf5d770b 796 sprintf(msgbuf, "preemption imbalance ");
4a2b4b22 797 preempt_count_set(count);
1da177e4 798 }
e0df154f 799 if (irqs_disabled()) {
a76bfd0d 800 strlcat(msgbuf, "disabled interrupts ", sizeof(msgbuf));
e0df154f
LT
801 local_irq_enable();
802 }
f91eb62f 803 WARN(msgbuf[0], "initcall %pF returned with %s\n", fn, msgbuf);
59f9415f 804
38addce8 805 add_latent_entropy();
30dbb20e 806 return ret;
e0df154f
LT
807}
808
809
026cee00
PM
810extern initcall_t __initcall_start[];
811extern initcall_t __initcall0_start[];
812extern initcall_t __initcall1_start[];
813extern initcall_t __initcall2_start[];
814extern initcall_t __initcall3_start[];
815extern initcall_t __initcall4_start[];
816extern initcall_t __initcall5_start[];
817extern initcall_t __initcall6_start[];
818extern initcall_t __initcall7_start[];
819extern initcall_t __initcall_end[];
820
821static initcall_t *initcall_levels[] __initdata = {
822 __initcall0_start,
823 __initcall1_start,
824 __initcall2_start,
825 __initcall3_start,
826 __initcall4_start,
827 __initcall5_start,
828 __initcall6_start,
829 __initcall7_start,
830 __initcall_end,
831};
832
96263d28 833/* Keep these in sync with initcalls in include/linux/init.h */
026cee00 834static char *initcall_level_names[] __initdata = {
9fb48c74
JC
835 "early",
836 "core",
837 "postcore",
838 "arch",
839 "subsys",
840 "fs",
841 "device",
842 "late",
026cee00
PM
843};
844
026cee00 845static void __init do_initcall_level(int level)
e0df154f 846{
196a15b4 847 initcall_t *fn;
e0df154f 848
08746a65 849 strcpy(initcall_command_line, saved_command_line);
026cee00 850 parse_args(initcall_level_names[level],
08746a65 851 initcall_command_line, __start___param,
026cee00
PM
852 __stop___param - __start___param,
853 level, level,
ecc86170 854 NULL, &repair_env_string);
026cee00
PM
855
856 for (fn = initcall_levels[level]; fn < initcall_levels[level+1]; fn++)
196a15b4 857 do_one_initcall(*fn);
1da177e4
LT
858}
859
026cee00
PM
860static void __init do_initcalls(void)
861{
862 int level;
863
19efb72f 864 for (level = 0; level < ARRAY_SIZE(initcall_levels) - 1; level++)
026cee00
PM
865 do_initcall_level(level);
866}
867
1da177e4
LT
868/*
869 * Ok, the machine is now initialized. None of the devices
870 * have been touched yet, but the CPU subsystem is up and
871 * running, and memory and process management works.
872 *
873 * Now we can finally start doing some real work..
874 */
875static void __init do_basic_setup(void)
876{
759ee091 877 cpuset_init_smp();
41ffe5d5 878 shmem_init();
1da177e4 879 driver_init();
b04c3afb 880 init_irq_proc();
b99b87f7 881 do_ctors();
d5767c53 882 usermodehelper_enable();
b0f84374 883 do_initcalls();
47d06e53 884 random_int_secret_init();
1da177e4
LT
885}
886
7babe8db 887static void __init do_pre_smp_initcalls(void)
c2147a50 888{
196a15b4 889 initcall_t *fn;
c2147a50 890
026cee00 891 for (fn = __initcall_start; fn < __initcall0_start; fn++)
196a15b4 892 do_one_initcall(*fn);
c2147a50
EGM
893}
894
bb813f4c
TH
895/*
896 * This function requests modules which should be loaded by default and is
897 * called twice right after initrd is mounted and right before init is
898 * exec'd. If such modules are on either initrd or rootfs, they will be
899 * loaded before control is passed to userland.
900 */
901void __init load_default_modules(void)
902{
903 load_default_elevator_module();
904}
905
a74fb73c 906static int run_init_process(const char *init_filename)
1da177e4
LT
907{
908 argv_init[0] = init_filename;
c4ad8f98 909 return do_execve(getname_kernel(init_filename),
ae903caa
AV
910 (const char __user *const __user *)argv_init,
911 (const char __user *const __user *)envp_init);
1da177e4
LT
912}
913
ba24762b
MO
914static int try_to_run_init_process(const char *init_filename)
915{
916 int ret;
917
918 ret = run_init_process(init_filename);
919
920 if (ret && ret != -ENOENT) {
921 pr_err("Starting init: %s exists but couldn't execute it (error %d)\n",
922 init_filename, ret);
923 }
924
925 return ret;
926}
927
f80b0c90 928static noinline void __init kernel_init_freeable(void);
d6b21238 929
0f5bf6d0 930#if defined(CONFIG_STRICT_KERNEL_RWX) || defined(CONFIG_STRICT_MODULE_RWX)
39290b38 931bool rodata_enabled __ro_after_init = true;
d2aa1aca
KC
932static int __init set_debug_rodata(char *str)
933{
934 return strtobool(str, &rodata_enabled);
935}
936__setup("rodata=", set_debug_rodata);
39290b38 937#endif
d2aa1aca 938
0f5bf6d0 939#ifdef CONFIG_STRICT_KERNEL_RWX
d2aa1aca
KC
940static void mark_readonly(void)
941{
2959a5f7 942 if (rodata_enabled) {
d2aa1aca 943 mark_rodata_ro();
2959a5f7
JP
944 rodata_test();
945 } else
d2aa1aca
KC
946 pr_info("Kernel memory protection disabled.\n");
947}
948#else
949static inline void mark_readonly(void)
950{
951 pr_warn("This architecture does not have kernel memory protection.\n");
952}
953#endif
954
d6b21238 955static int __ref kernel_init(void *unused)
ee5bfa64 956{
ba24762b
MO
957 int ret;
958
d6b21238 959 kernel_init_freeable();
22a9d645
AV
960 /* need to finish all async __init code before freeing the memory */
961 async_synchronize_full();
ee5bfa64 962 free_initmem();
d2aa1aca 963 mark_readonly();
ee5bfa64
VG
964 system_state = SYSTEM_RUNNING;
965 numa_default_policy();
966
967dcb8f
PM
967 rcu_end_inkernel_boot();
968
ee5bfa64 969 if (ramdisk_execute_command) {
ba24762b
MO
970 ret = run_init_process(ramdisk_execute_command);
971 if (!ret)
a74fb73c 972 return 0;
ba24762b
MO
973 pr_err("Failed to execute %s (error %d)\n",
974 ramdisk_execute_command, ret);
ee5bfa64
VG
975 }
976
977 /*
978 * We try each of these until one succeeds.
979 *
980 * The Bourne shell can be used instead of init if we are
981 * trying to recover a really broken machine.
982 */
983 if (execute_command) {
ba24762b
MO
984 ret = run_init_process(execute_command);
985 if (!ret)
a74fb73c 986 return 0;
6ef4536e
AL
987 panic("Requested init %s failed (error %d).",
988 execute_command, ret);
ee5bfa64 989 }
ba24762b
MO
990 if (!try_to_run_init_process("/sbin/init") ||
991 !try_to_run_init_process("/etc/init") ||
992 !try_to_run_init_process("/bin/init") ||
993 !try_to_run_init_process("/bin/sh"))
a74fb73c 994 return 0;
ee5bfa64 995
ba24762b 996 panic("No working init found. Try passing init= option to kernel. "
8c27ceff 997 "See Linux Documentation/admin-guide/init.rst for guidance.");
ee5bfa64
VG
998}
999
f80b0c90 1000static noinline void __init kernel_init_freeable(void)
1da177e4 1001{
b433c3d4
PZ
1002 /*
1003 * Wait until kthreadd is all set-up.
1004 */
1005 wait_for_completion(&kthreadd_done);
31a67102
LT
1006
1007 /* Now the scheduler is fully set up and can do blocking allocations */
1008 gfp_allowed_mask = __GFP_BITS_MASK;
1009
58568d2a
MX
1010 /*
1011 * init can allocate pages on any node
1012 */
3c466d46 1013 set_mems_allowed(node_states[N_MEMORY]);
1da177e4
LT
1014 /*
1015 * init can run on any cpu.
1016 */
1a2142af 1017 set_cpus_allowed_ptr(current, cpu_all_mask);
1da177e4 1018
9ec52099
CLG
1019 cad_pid = task_pid(current);
1020
ca74a6f8 1021 smp_prepare_cpus(setup_max_cpus);
1da177e4 1022
3347fa09
TH
1023 workqueue_init();
1024
1da177e4 1025 do_pre_smp_initcalls();
004417a6 1026 lockup_detector_init();
1da177e4 1027
1da177e4
LT
1028 smp_init();
1029 sched_init_smp();
1030
0e1cc95b
MG
1031 page_alloc_init_late();
1032
1da177e4
LT
1033 do_basic_setup();
1034
2bd3a997
EB
1035 /* Open the /dev/console on the rootfs, this should never fail */
1036 if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)
ea676e84 1037 pr_err("Warning: unable to open an initial console.\n");
2bd3a997
EB
1038
1039 (void) sys_dup(0);
1040 (void) sys_dup(0);
1da177e4
LT
1041 /*
1042 * check if there is an early userspace init. If yes, let it do all
1043 * the work
1044 */
ffdfc409
OJ
1045
1046 if (!ramdisk_execute_command)
1047 ramdisk_execute_command = "/init";
1048
1049 if (sys_access((const char __user *) ramdisk_execute_command, 0) != 0) {
1050 ramdisk_execute_command = NULL;
1da177e4 1051 prepare_namespace();
ffdfc409 1052 }
1da177e4
LT
1053
1054 /*
1055 * Ok, we have completed the initial bootup, and
1056 * we're essentially up and running. Get rid of the
1057 * initmem segments and start the user-mode stuff..
c9cd2ce2
DK
1058 *
1059 * rootfs is available now, try loading the public keys
1060 * and default modules
1da177e4 1061 */
bb813f4c 1062
c9cd2ce2 1063 integrity_load_keys();
bb813f4c 1064 load_default_modules();
1da177e4 1065}