blob: b1ed1cd8e2a891d96fa2e60cf9e10d4bd1d83b50 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _LINUX__INIT_TASK_H
2#define _LINUX__INIT_TASK_H
3
Dipankar Sarmaab2af1f2005-09-09 13:04:13 -07004#include <linux/rcupdate.h>
Ingo Molnarde30a2b2006-07-03 00:24:42 -07005#include <linux/irqflags.h>
Serge E. Hallyn4865ecf2006-10-02 02:18:14 -07006#include <linux/utsname.h>
Ingo Molnarfbb9ce952006-07-03 00:24:50 -07007#include <linux/lockdep.h>
Steven Rostedt5ac9f622009-03-25 20:55:00 -04008#include <linux/ftrace.h>
Kirill Korotaev73ea4132006-10-02 02:18:20 -07009#include <linux/ipc.h>
Cedric Le Goater9a575a92006-12-08 02:37:59 -080010#include <linux/pid_namespace.h>
Cedric Le Goateracce2922007-07-15 23:40:59 -070011#include <linux/user_namespace.h>
Andrew G. Morgan3898b1b2008-04-28 02:13:40 -070012#include <linux/securebits.h>
Eric W. Biederman772698f2007-09-12 11:55:17 +020013#include <net/net_namespace.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Al Virof52111b2008-05-08 18:19:16 -040015extern struct files_struct init_files;
Al Viro18d8fda2008-12-26 00:35:37 -050016extern struct fs_struct init_fs;
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
Cedric Le Goater1ec320a2006-12-08 02:37:55 -080018#define INIT_SIGNALS(sig) { \
19 .count = ATOMIC_INIT(1), \
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 .wait_chldexit = __WAIT_QUEUE_HEAD_INITIALIZER(sig.wait_chldexit),\
Cedric Le Goater1ec320a2006-12-08 02:37:55 -080021 .shared_pending = { \
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 .list = LIST_HEAD_INIT(sig.shared_pending.list), \
Cedric Le Goater1ec320a2006-12-08 02:37:55 -080023 .signal = {{0}}}, \
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 .posix_timers = LIST_HEAD_INIT(sig.posix_timers), \
25 .cpu_timers = INIT_CPU_TIMERS(sig.cpu_timers), \
26 .rlim = INIT_RLIMITS, \
Peter Zijlstra4cd4c1b2009-02-05 12:24:16 +010027 .cputimer = { \
28 .cputime = INIT_CPUTIME, \
29 .running = 0, \
30 .lock = __SPIN_LOCK_UNLOCKED(sig.cputimer.lock), \
31 }, \
Linus Torvalds1da177e2005-04-16 15:20:36 -070032}
33
Serge E. Hallynab516012006-10-02 02:18:06 -070034extern struct nsproxy init_nsproxy;
Serge E. Hallynab516012006-10-02 02:18:06 -070035
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#define INIT_SIGHAND(sighand) { \
37 .count = ATOMIC_INIT(1), \
38 .action = { { { .sa_handler = NULL, } }, }, \
Ingo Molnare4d91912006-07-03 00:24:34 -070039 .siglock = __SPIN_LOCK_UNLOCKED(sighand.siglock), \
Davide Libenzib8fceee2007-09-20 12:40:16 -070040 .signalfd_wqh = __WAIT_QUEUE_HEAD_INITIALIZER(sighand.signalfd_wqh), \
Linus Torvalds1da177e2005-04-16 15:20:36 -070041}
42
43extern struct group_info init_groups;
44
Sukadev Bhattiprolu820e45d2007-05-10 22:23:00 -070045#define INIT_STRUCT_PID { \
46 .count = ATOMIC_INIT(1), \
Sukadev Bhattiprolu820e45d2007-05-10 22:23:00 -070047 .tasks = { \
48 { .first = &init_task.pids[PIDTYPE_PID].node }, \
49 { .first = &init_task.pids[PIDTYPE_PGID].node }, \
50 { .first = &init_task.pids[PIDTYPE_SID].node }, \
51 }, \
52 .rcu = RCU_HEAD_INIT, \
Sukadev Bhattiprolu4c3f2ea2007-10-18 23:40:03 -070053 .level = 0, \
54 .numbers = { { \
55 .nr = 0, \
56 .ns = &init_pid_ns, \
57 .pid_chain = { .next = NULL, .pprev = NULL }, \
58 }, } \
Sukadev Bhattiprolu820e45d2007-05-10 22:23:00 -070059}
60
61#define INIT_PID_LINK(type) \
62{ \
63 .node = { \
64 .next = NULL, \
65 .pprev = &init_struct_pid.tasks[type].first, \
66 }, \
67 .pid = &init_struct_pid, \
68}
69
Al Virobfef93a2008-01-10 04:53:18 -050070#ifdef CONFIG_AUDITSYSCALL
71#define INIT_IDS \
Eric Paris4746ec52008-01-08 10:06:53 -050072 .loginuid = -1, \
73 .sessionid = -1,
Al Virobfef93a2008-01-10 04:53:18 -050074#else
75#define INIT_IDS
76#endif
Serge E. Hallyn3b7391d2008-02-04 22:29:45 -080077
Serge E. Hallyn3b7391d2008-02-04 22:29:45 -080078/*
79 * Because of the reduced scope of CAP_SETPCAP when filesystem
80 * capabilities are in effect, it is safe to allow CAP_SETPCAP to
81 * be available in the default configuration.
82 */
83# define CAP_INIT_BSET CAP_FULL_SET
Serge E. Hallyn3b7391d2008-02-04 22:29:45 -080084
Paul E. McKenney6b3ef482009-08-22 13:56:53 -070085#ifdef CONFIG_TREE_PREEMPT_RCU
Paul E. McKenneyf41d9112009-08-22 13:56:52 -070086#define INIT_TASK_RCU_PREEMPT(tsk) \
87 .rcu_read_lock_nesting = 0, \
88 .rcu_read_unlock_special = 0, \
Paul E. McKenneydd5d19b2009-08-27 14:58:16 -070089 .rcu_blocked_node = NULL, \
Paul E. McKenneyf41d9112009-08-22 13:56:52 -070090 .rcu_node_entry = LIST_HEAD_INIT(tsk.rcu_node_entry),
91#else
92#define INIT_TASK_RCU_PREEMPT(tsk)
93#endif
94
David Howellsb6dff3e2008-11-14 10:39:16 +110095extern struct cred init_cred;
96
Ingo Molnarcdd6c482009-09-21 12:02:48 +020097#ifdef CONFIG_PERF_EVENTS
98# define INIT_PERF_EVENTS(tsk) \
99 .perf_event_mutex = \
100 __MUTEX_INITIALIZER(tsk.perf_event_mutex), \
101 .perf_event_list = LIST_HEAD_INIT(tsk.perf_event_list),
Peter Zijlstra082ff5a2009-05-23 18:29:00 +0200102#else
Ingo Molnarcdd6c482009-09-21 12:02:48 +0200103# define INIT_PERF_EVENTS(tsk)
Peter Zijlstra082ff5a2009-05-23 18:29:00 +0200104#endif
105
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106/*
107 * INIT_TASK is used to set up the first task table, touch at
108 * your own risk!. Base=0, limit=0x1fffff (=2MB)
109 */
110#define INIT_TASK(tsk) \
111{ \
112 .state = 0, \
Roman Zippelf7e42172007-05-09 02:35:17 -0700113 .stack = &init_thread_info, \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 .usage = ATOMIC_INIT(2), \
Oleg Nesterov7b34e422008-07-25 01:47:37 -0700115 .flags = PF_KTHREAD, \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116 .lock_depth = -1, \
117 .prio = MAX_PRIO-20, \
118 .static_prio = MAX_PRIO-20, \
Ingo Molnarb29739f2006-06-27 02:54:51 -0700119 .normal_prio = MAX_PRIO-20, \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120 .policy = SCHED_NORMAL, \
121 .cpus_allowed = CPU_MASK_ALL, \
122 .mm = NULL, \
123 .active_mm = &init_mm, \
Peter Zijlstra4a55bd52008-04-19 19:45:00 +0200124 .se = { \
125 .group_node = LIST_HEAD_INIT(tsk.se.group_node), \
126 }, \
Peter Zijlstrafa717062008-01-25 21:08:27 +0100127 .rt = { \
128 .run_list = LIST_HEAD_INIT(tsk.rt.run_list), \
Peter Zijlstra6f505b12008-01-25 21:08:30 +0100129 .time_slice = HZ, \
130 .nr_cpus_allowed = NR_CPUS, \
131 }, \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 .tasks = LIST_HEAD_INIT(tsk.tasks), \
Gregory Haskins917b6272008-12-29 09:39:53 -0500133 .pushable_tasks = PLIST_NODE_INIT(tsk.pushable_tasks, MAX_PRIO), \
Roland McGrathf4700212008-03-24 18:36:23 -0700134 .ptraced = LIST_HEAD_INIT(tsk.ptraced), \
135 .ptrace_entry = LIST_HEAD_INIT(tsk.ptrace_entry), \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 .real_parent = &tsk, \
137 .parent = &tsk, \
138 .children = LIST_HEAD_INIT(tsk.children), \
139 .sibling = LIST_HEAD_INIT(tsk.sibling), \
140 .group_leader = &tsk, \
David Howells3b11a1d2008-11-14 10:39:26 +1100141 .real_cred = &init_cred, \
David Howellsf1752ee2008-11-14 10:39:17 +1100142 .cred = &init_cred, \
David Howells5e751e92009-05-08 13:55:22 +0100143 .cred_guard_mutex = \
144 __MUTEX_INITIALIZER(tsk.cred_guard_mutex), \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145 .comm = "swapper", \
146 .thread = INIT_THREAD, \
147 .fs = &init_fs, \
148 .files = &init_files, \
149 .signal = &init_signals, \
150 .sighand = &init_sighand, \
Serge E. Hallynab516012006-10-02 02:18:06 -0700151 .nsproxy = &init_nsproxy, \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152 .pending = { \
153 .list = LIST_HEAD_INIT(tsk.pending.list), \
154 .signal = {{0}}}, \
155 .blocked = {{0}}, \
Ingo Molnare4d91912006-07-03 00:24:34 -0700156 .alloc_lock = __SPIN_LOCK_UNLOCKED(tsk.alloc_lock), \
Linus Torvaldsb6e32242009-12-17 13:23:24 -0800157 .journal_info = NULL, \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 .cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers), \
Jens Axboe22e2c502005-06-27 10:55:12 +0200159 .fs_excl = ATOMIC_INIT(0), \
Thomas Gleixner1d615482009-11-17 14:54:03 +0100160 .pi_lock = __RAW_SPIN_LOCK_UNLOCKED(tsk.pi_lock), \
Arjan van de Ven69766752008-09-01 15:52:40 -0700161 .timer_slack_ns = 50000, /* 50 usec default slack */ \
Sukadev Bhattiprolu820e45d2007-05-10 22:23:00 -0700162 .pids = { \
163 [PIDTYPE_PID] = INIT_PID_LINK(PIDTYPE_PID), \
164 [PIDTYPE_PGID] = INIT_PID_LINK(PIDTYPE_PGID), \
165 [PIDTYPE_SID] = INIT_PID_LINK(PIDTYPE_SID), \
166 }, \
Peter Zijlstra3e26c142007-10-16 23:25:50 -0700167 .dirties = INIT_PROP_LOCAL_SINGLE(dirties), \
Al Virobfef93a2008-01-10 04:53:18 -0500168 INIT_IDS \
Ingo Molnarcdd6c482009-09-21 12:02:48 +0200169 INIT_PERF_EVENTS(tsk) \
Ingo Molnarde30a2b2006-07-03 00:24:42 -0700170 INIT_TRACE_IRQFLAGS \
Ingo Molnarfbb9ce952006-07-03 00:24:50 -0700171 INIT_LOCKDEP \
Steven Rostedt5ac9f622009-03-25 20:55:00 -0400172 INIT_FTRACE_GRAPH \
Steven Rostedt261842b2009-04-16 21:41:52 -0400173 INIT_TRACE_RECURSION \
Paul E. McKenneyf41d9112009-08-22 13:56:52 -0700174 INIT_TASK_RCU_PREEMPT(tsk) \
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175}
176
177
178#define INIT_CPU_TIMERS(cpu_timers) \
179{ \
180 LIST_HEAD_INIT(cpu_timers[0]), \
181 LIST_HEAD_INIT(cpu_timers[1]), \
182 LIST_HEAD_INIT(cpu_timers[2]), \
183}
184
Tim Abbott857ecee2009-06-23 19:59:36 -0400185/* Attach to the init_task data structure for proper alignment */
186#define __init_task_data __attribute__((__section__(".data.init_task")))
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188
189#endif