blob: fd2b5259ad7a75b517dec1628df412ea4cf8e798 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/kernel/sys.c
3 *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 */
6
Paul Gortmaker9984de12011-05-23 14:51:41 -04007#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#include <linux/mm.h>
9#include <linux/utsname.h>
10#include <linux/mman.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#include <linux/reboot.h>
12#include <linux/prctl.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#include <linux/highuid.h>
14#include <linux/fs.h>
Paul Gortmaker74da1ff2011-05-26 12:48:41 -040015#include <linux/kmod.h>
Ingo Molnarcdd6c482009-09-21 12:02:48 +020016#include <linux/perf_event.h>
Daniel Walker3e88c552007-05-10 22:22:53 -070017#include <linux/resource.h>
Eric W. Biedermandc009d92005-06-25 14:57:52 -070018#include <linux/kernel.h>
19#include <linux/kexec.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/workqueue.h>
Randy.Dunlapc59ede72006-01-11 12:17:46 -080021#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <linux/device.h>
23#include <linux/key.h>
24#include <linux/times.h>
25#include <linux/posix-timers.h>
26#include <linux/security.h>
27#include <linux/dcookies.h>
28#include <linux/suspend.h>
29#include <linux/tty.h>
Jesper Juhl7ed20e12005-05-01 08:59:14 -070030#include <linux/signal.h>
Matt Helsley9f460802005-11-07 00:59:16 -080031#include <linux/cn_proc.h>
Andi Kleen3cfc3482006-09-26 10:52:28 +020032#include <linux/getcpu.h>
Eric Dumazet6eaeeab2007-05-10 22:22:37 -070033#include <linux/task_io_accounting_ops.h>
Andrea Arcangeli1d9d02f2007-07-15 23:41:32 -070034#include <linux/seccomp.h>
Mark Lord40477272007-10-01 01:20:10 -070035#include <linux/cpu.h>
Christoph Hellwige28cbf22010-03-10 15:21:19 -080036#include <linux/personality.h>
Paul Mackerrase3d5a272009-01-06 14:41:02 -080037#include <linux/ptrace.h>
Al Viro5ad4e532009-03-29 19:50:06 -040038#include <linux/fs_struct.h>
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -070039#include <linux/file.h>
40#include <linux/mount.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090041#include <linux/gfp.h>
Rafael J. Wysocki40dc1662011-03-15 00:43:46 +010042#include <linux/syscore_ops.h>
Andi Kleenbe274252011-08-19 16:15:10 -070043#include <linux/version.h>
44#include <linux/ctype.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
46#include <linux/compat.h>
47#include <linux/syscalls.h>
Keshavamurthy Anil S00d7c052005-12-12 00:37:33 -080048#include <linux/kprobes.h>
Cedric Le Goateracce2922007-07-15 23:40:59 -070049#include <linux/user_namespace.h>
Chen Gang7fe5e042013-02-21 16:43:06 -080050#include <linux/binfmts.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
Seiji Aguchi04c68622011-01-12 16:59:30 -080052#include <linux/kmsg_dump.h>
Andi Kleenbe274252011-08-19 16:15:10 -070053/* Move somewhere else to avoid recompiling? */
54#include <generated/utsrelease.h>
Seiji Aguchi04c68622011-01-12 16:59:30 -080055
Linus Torvalds1da177e2005-04-16 15:20:36 -070056#include <asm/uaccess.h>
57#include <asm/io.h>
58#include <asm/unistd.h>
59
60#ifndef SET_UNALIGN_CTL
61# define SET_UNALIGN_CTL(a,b) (-EINVAL)
62#endif
63#ifndef GET_UNALIGN_CTL
64# define GET_UNALIGN_CTL(a,b) (-EINVAL)
65#endif
66#ifndef SET_FPEMU_CTL
67# define SET_FPEMU_CTL(a,b) (-EINVAL)
68#endif
69#ifndef GET_FPEMU_CTL
70# define GET_FPEMU_CTL(a,b) (-EINVAL)
71#endif
72#ifndef SET_FPEXC_CTL
73# define SET_FPEXC_CTL(a,b) (-EINVAL)
74#endif
75#ifndef GET_FPEXC_CTL
76# define GET_FPEXC_CTL(a,b) (-EINVAL)
77#endif
Anton Blanchard651d7652006-06-07 16:10:19 +100078#ifndef GET_ENDIAN
79# define GET_ENDIAN(a,b) (-EINVAL)
80#endif
81#ifndef SET_ENDIAN
82# define SET_ENDIAN(a,b) (-EINVAL)
83#endif
Erik Bosman8fb402b2008-04-11 18:54:17 +020084#ifndef GET_TSC_CTL
85# define GET_TSC_CTL(a) (-EINVAL)
86#endif
87#ifndef SET_TSC_CTL
88# define SET_TSC_CTL(a) (-EINVAL)
89#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070090
91/*
92 * this is where the system-wide overflow UID and GID are defined, for
93 * architectures that now have 32-bit UID/GID but didn't in the past
94 */
95
96int overflowuid = DEFAULT_OVERFLOWUID;
97int overflowgid = DEFAULT_OVERFLOWGID;
98
Linus Torvalds1da177e2005-04-16 15:20:36 -070099EXPORT_SYMBOL(overflowuid);
100EXPORT_SYMBOL(overflowgid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101
102/*
103 * the same as above, but for filesystems which can only store a 16-bit
104 * UID and GID. as such, this is needed on all architectures
105 */
106
107int fs_overflowuid = DEFAULT_FS_OVERFLOWUID;
108int fs_overflowgid = DEFAULT_FS_OVERFLOWUID;
109
110EXPORT_SYMBOL(fs_overflowuid);
111EXPORT_SYMBOL(fs_overflowgid);
112
113/*
114 * this indicates whether you can reboot with ctrl-alt-del: the default is yes
115 */
116
117int C_A_D = 1;
Cedric Le Goater9ec52092006-10-02 02:19:00 -0700118struct pid *cad_pid;
119EXPORT_SYMBOL(cad_pid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120
121/*
Rafael J. Wysockibd804eb2007-07-19 01:47:40 -0700122 * If set, this is used for preparing the system to power off.
123 */
124
125void (*pm_power_off_prepare)(void);
Rafael J. Wysockibd804eb2007-07-19 01:47:40 -0700126
David Howellsc69e8d92008-11-14 10:39:19 +1100127/*
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700128 * Returns true if current's euid is same as p's uid or euid,
129 * or has CAP_SYS_NICE to p's user_ns.
130 *
131 * Called with rcu_read_lock, creds are safe
132 */
133static bool set_one_prio_perm(struct task_struct *p)
134{
135 const struct cred *cred = current_cred(), *pcred = __task_cred(p);
136
Eric W. Biederman5af66202012-03-03 20:21:47 -0800137 if (uid_eq(pcred->uid, cred->euid) ||
138 uid_eq(pcred->euid, cred->euid))
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700139 return true;
Eric W. Biedermanc4a4d602011-11-16 23:15:31 -0800140 if (ns_capable(pcred->user_ns, CAP_SYS_NICE))
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700141 return true;
142 return false;
143}
144
145/*
David Howellsc69e8d92008-11-14 10:39:19 +1100146 * set the priority of a task
147 * - the caller must hold the RCU read lock
148 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149static int set_one_prio(struct task_struct *p, int niceval, int error)
150{
151 int no_nice;
152
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700153 if (!set_one_prio_perm(p)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 error = -EPERM;
155 goto out;
156 }
Matt Mackalle43379f2005-05-01 08:59:00 -0700157 if (niceval < task_nice(p) && !can_nice(p, niceval)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158 error = -EACCES;
159 goto out;
160 }
161 no_nice = security_task_setnice(p, niceval);
162 if (no_nice) {
163 error = no_nice;
164 goto out;
165 }
166 if (error == -ESRCH)
167 error = 0;
168 set_user_nice(p, niceval);
169out:
170 return error;
171}
172
Heiko Carstens754fe8d2009-01-14 14:14:09 +0100173SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174{
175 struct task_struct *g, *p;
176 struct user_struct *user;
David Howells86a264a2008-11-14 10:39:18 +1100177 const struct cred *cred = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 int error = -EINVAL;
Eric W. Biederman41487c62007-02-12 00:53:01 -0800179 struct pid *pgrp;
Eric W. Biederman7b44ab92011-11-16 23:20:58 -0800180 kuid_t uid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700181
Daniel Walker3e88c552007-05-10 22:22:53 -0700182 if (which > PRIO_USER || which < PRIO_PROCESS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 goto out;
184
185 /* normalize: avoid signed division (rounding problems) */
186 error = -ESRCH;
187 if (niceval < -20)
188 niceval = -20;
189 if (niceval > 19)
190 niceval = 19;
191
Thomas Gleixnerd4581a22009-12-10 00:52:51 +0000192 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 read_lock(&tasklist_lock);
194 switch (which) {
195 case PRIO_PROCESS:
Eric W. Biederman41487c62007-02-12 00:53:01 -0800196 if (who)
Pavel Emelyanov228ebcb2007-10-18 23:40:16 -0700197 p = find_task_by_vpid(who);
Eric W. Biederman41487c62007-02-12 00:53:01 -0800198 else
199 p = current;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 if (p)
201 error = set_one_prio(p, niceval, error);
202 break;
203 case PRIO_PGRP:
Eric W. Biederman41487c62007-02-12 00:53:01 -0800204 if (who)
Pavel Emelyanovb4888932007-10-18 23:40:14 -0700205 pgrp = find_vpid(who);
Eric W. Biederman41487c62007-02-12 00:53:01 -0800206 else
207 pgrp = task_pgrp(current);
Ken Chen2d70b682008-08-20 14:09:17 -0700208 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 error = set_one_prio(p, niceval, error);
Ken Chen2d70b682008-08-20 14:09:17 -0700210 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 break;
212 case PRIO_USER:
Eric W. Biederman7b44ab92011-11-16 23:20:58 -0800213 uid = make_kuid(cred->user_ns, who);
Eric W. Biederman74ba5082012-03-03 18:58:11 -0800214 user = cred->user;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215 if (!who)
Eric W. Biederman078de5f2012-02-08 07:00:08 -0800216 uid = cred->uid;
217 else if (!uid_eq(uid, cred->uid) &&
Eric W. Biederman7b44ab92011-11-16 23:20:58 -0800218 !(user = find_user(uid)))
David Howells86a264a2008-11-14 10:39:18 +1100219 goto out_unlock; /* No processes for this user */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220
H Hartley Sweetendfc6a732009-12-14 18:00:22 -0800221 do_each_thread(g, p) {
Eric W. Biederman078de5f2012-02-08 07:00:08 -0800222 if (uid_eq(task_uid(p), uid))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 error = set_one_prio(p, niceval, error);
H Hartley Sweetendfc6a732009-12-14 18:00:22 -0800224 } while_each_thread(g, p);
Eric W. Biederman078de5f2012-02-08 07:00:08 -0800225 if (!uid_eq(uid, cred->uid))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226 free_uid(user); /* For find_user() */
227 break;
228 }
229out_unlock:
230 read_unlock(&tasklist_lock);
Thomas Gleixnerd4581a22009-12-10 00:52:51 +0000231 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232out:
233 return error;
234}
235
236/*
237 * Ugh. To avoid negative return values, "getpriority()" will
238 * not return the normal nice-value, but a negated value that
239 * has been offset by 20 (ie it returns 40..1 instead of -20..19)
240 * to stay compatible.
241 */
Heiko Carstens754fe8d2009-01-14 14:14:09 +0100242SYSCALL_DEFINE2(getpriority, int, which, int, who)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243{
244 struct task_struct *g, *p;
245 struct user_struct *user;
David Howells86a264a2008-11-14 10:39:18 +1100246 const struct cred *cred = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 long niceval, retval = -ESRCH;
Eric W. Biederman41487c62007-02-12 00:53:01 -0800248 struct pid *pgrp;
Eric W. Biederman7b44ab92011-11-16 23:20:58 -0800249 kuid_t uid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250
Daniel Walker3e88c552007-05-10 22:22:53 -0700251 if (which > PRIO_USER || which < PRIO_PROCESS)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 return -EINVAL;
253
Tetsuo Handa70118832010-02-22 12:44:16 -0800254 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255 read_lock(&tasklist_lock);
256 switch (which) {
257 case PRIO_PROCESS:
Eric W. Biederman41487c62007-02-12 00:53:01 -0800258 if (who)
Pavel Emelyanov228ebcb2007-10-18 23:40:16 -0700259 p = find_task_by_vpid(who);
Eric W. Biederman41487c62007-02-12 00:53:01 -0800260 else
261 p = current;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 if (p) {
263 niceval = 20 - task_nice(p);
264 if (niceval > retval)
265 retval = niceval;
266 }
267 break;
268 case PRIO_PGRP:
Eric W. Biederman41487c62007-02-12 00:53:01 -0800269 if (who)
Pavel Emelyanovb4888932007-10-18 23:40:14 -0700270 pgrp = find_vpid(who);
Eric W. Biederman41487c62007-02-12 00:53:01 -0800271 else
272 pgrp = task_pgrp(current);
Ken Chen2d70b682008-08-20 14:09:17 -0700273 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274 niceval = 20 - task_nice(p);
275 if (niceval > retval)
276 retval = niceval;
Ken Chen2d70b682008-08-20 14:09:17 -0700277 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 break;
279 case PRIO_USER:
Eric W. Biederman7b44ab92011-11-16 23:20:58 -0800280 uid = make_kuid(cred->user_ns, who);
Eric W. Biederman74ba5082012-03-03 18:58:11 -0800281 user = cred->user;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 if (!who)
Eric W. Biederman078de5f2012-02-08 07:00:08 -0800283 uid = cred->uid;
284 else if (!uid_eq(uid, cred->uid) &&
Eric W. Biederman7b44ab92011-11-16 23:20:58 -0800285 !(user = find_user(uid)))
David Howells86a264a2008-11-14 10:39:18 +1100286 goto out_unlock; /* No processes for this user */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287
H Hartley Sweetendfc6a732009-12-14 18:00:22 -0800288 do_each_thread(g, p) {
Eric W. Biederman078de5f2012-02-08 07:00:08 -0800289 if (uid_eq(task_uid(p), uid)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290 niceval = 20 - task_nice(p);
291 if (niceval > retval)
292 retval = niceval;
293 }
H Hartley Sweetendfc6a732009-12-14 18:00:22 -0800294 } while_each_thread(g, p);
Eric W. Biederman078de5f2012-02-08 07:00:08 -0800295 if (!uid_eq(uid, cred->uid))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296 free_uid(user); /* for find_user() */
297 break;
298 }
299out_unlock:
300 read_unlock(&tasklist_lock);
Tetsuo Handa70118832010-02-22 12:44:16 -0800301 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302
303 return retval;
304}
305
Eric W. Biedermane4c94332005-09-22 21:43:45 -0700306/**
307 * emergency_restart - reboot the system
308 *
309 * Without shutting down any hardware or taking any locks
310 * reboot the system. This is called when we know we are in
311 * trouble so this is our best effort to reboot. This is
312 * safe to call in interrupt context.
313 */
Eric W. Biederman7c903472005-07-26 11:29:55 -0600314void emergency_restart(void)
315{
Seiji Aguchi04c68622011-01-12 16:59:30 -0800316 kmsg_dump(KMSG_DUMP_EMERG);
Eric W. Biederman7c903472005-07-26 11:29:55 -0600317 machine_emergency_restart();
318}
319EXPORT_SYMBOL_GPL(emergency_restart);
320
Huang Yingca195b72008-08-15 00:40:24 -0700321void kernel_restart_prepare(char *cmd)
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600322{
Alan Sterne041c682006-03-27 01:16:30 -0800323 blocking_notifier_call_chain(&reboot_notifier_list, SYS_RESTART, cmd);
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600324 system_state = SYSTEM_RESTART;
Kay Sieversb50fa7c2011-05-05 13:32:05 +0200325 usermodehelper_disable();
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600326 device_shutdown();
Rafael J. Wysocki40dc1662011-03-15 00:43:46 +0100327 syscore_shutdown();
Eric W. Biedermane4c94332005-09-22 21:43:45 -0700328}
Randy Dunlap1e5d5332005-11-07 01:01:06 -0800329
330/**
Amerigo Wangc5f41752011-07-25 17:13:10 -0700331 * register_reboot_notifier - Register function to be called at reboot time
332 * @nb: Info about notifier function to be called
333 *
334 * Registers a function with the list of functions
335 * to be called at reboot time.
336 *
337 * Currently always returns zero, as blocking_notifier_chain_register()
338 * always returns zero.
339 */
340int register_reboot_notifier(struct notifier_block *nb)
341{
342 return blocking_notifier_chain_register(&reboot_notifier_list, nb);
343}
344EXPORT_SYMBOL(register_reboot_notifier);
345
346/**
347 * unregister_reboot_notifier - Unregister previously registered reboot notifier
348 * @nb: Hook to be unregistered
349 *
350 * Unregisters a previously registered reboot
351 * notifier function.
352 *
353 * Returns zero on success, or %-ENOENT on failure.
354 */
355int unregister_reboot_notifier(struct notifier_block *nb)
356{
357 return blocking_notifier_chain_unregister(&reboot_notifier_list, nb);
358}
359EXPORT_SYMBOL(unregister_reboot_notifier);
360
361/**
Randy Dunlap1e5d5332005-11-07 01:01:06 -0800362 * kernel_restart - reboot the system
363 * @cmd: pointer to buffer containing command to execute for restart
Randy Dunlapb8887e62005-11-07 01:01:07 -0800364 * or %NULL
Randy Dunlap1e5d5332005-11-07 01:01:06 -0800365 *
366 * Shutdown everything and perform a clean reboot.
367 * This is not safe to call in interrupt context.
368 */
Eric W. Biedermane4c94332005-09-22 21:43:45 -0700369void kernel_restart(char *cmd)
370{
371 kernel_restart_prepare(cmd);
Shawn Guof96972f2012-10-04 17:12:23 -0700372 disable_nonboot_cpus();
Cal Peake756184b2006-09-30 23:27:24 -0700373 if (!cmd)
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600374 printk(KERN_EMERG "Restarting system.\n");
Cal Peake756184b2006-09-30 23:27:24 -0700375 else
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600376 printk(KERN_EMERG "Restarting system with command '%s'.\n", cmd);
Seiji Aguchi04c68622011-01-12 16:59:30 -0800377 kmsg_dump(KMSG_DUMP_RESTART);
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600378 machine_restart(cmd);
379}
380EXPORT_SYMBOL_GPL(kernel_restart);
381
Adrian Bunk4ef72292008-02-04 22:30:06 -0800382static void kernel_shutdown_prepare(enum system_states state)
Alexey Starikovskiy729b4d42005-12-01 04:29:00 -0500383{
Alan Sterne041c682006-03-27 01:16:30 -0800384 blocking_notifier_call_chain(&reboot_notifier_list,
Alexey Starikovskiy729b4d42005-12-01 04:29:00 -0500385 (state == SYSTEM_HALT)?SYS_HALT:SYS_POWER_OFF, NULL);
386 system_state = state;
Kay Sieversb50fa7c2011-05-05 13:32:05 +0200387 usermodehelper_disable();
Alexey Starikovskiy729b4d42005-12-01 04:29:00 -0500388 device_shutdown();
389}
Eric W. Biedermane4c94332005-09-22 21:43:45 -0700390/**
391 * kernel_halt - halt the system
392 *
393 * Shutdown everything and perform a clean system halt.
394 */
Eric W. Biedermane4c94332005-09-22 21:43:45 -0700395void kernel_halt(void)
396{
Alexey Starikovskiy729b4d42005-12-01 04:29:00 -0500397 kernel_shutdown_prepare(SYSTEM_HALT);
Rafael J. Wysocki40dc1662011-03-15 00:43:46 +0100398 syscore_shutdown();
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600399 printk(KERN_EMERG "System halted.\n");
Seiji Aguchi04c68622011-01-12 16:59:30 -0800400 kmsg_dump(KMSG_DUMP_HALT);
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600401 machine_halt();
402}
Alexey Starikovskiy729b4d42005-12-01 04:29:00 -0500403
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600404EXPORT_SYMBOL_GPL(kernel_halt);
405
Eric W. Biedermane4c94332005-09-22 21:43:45 -0700406/**
407 * kernel_power_off - power_off the system
408 *
409 * Shutdown everything and perform a clean system power_off.
410 */
Eric W. Biedermane4c94332005-09-22 21:43:45 -0700411void kernel_power_off(void)
412{
Alexey Starikovskiy729b4d42005-12-01 04:29:00 -0500413 kernel_shutdown_prepare(SYSTEM_POWER_OFF);
Rafael J. Wysockibd804eb2007-07-19 01:47:40 -0700414 if (pm_power_off_prepare)
415 pm_power_off_prepare();
Mark Lord40477272007-10-01 01:20:10 -0700416 disable_nonboot_cpus();
Rafael J. Wysocki40dc1662011-03-15 00:43:46 +0100417 syscore_shutdown();
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600418 printk(KERN_EMERG "Power down.\n");
Seiji Aguchi04c68622011-01-12 16:59:30 -0800419 kmsg_dump(KMSG_DUMP_POWEROFF);
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600420 machine_power_off();
421}
422EXPORT_SYMBOL_GPL(kernel_power_off);
Thomas Gleixner6f15fa52009-10-09 20:31:33 +0200423
424static DEFINE_MUTEX(reboot_mutex);
425
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426/*
427 * Reboot system call: for obvious reasons only root may call it,
428 * and even root needs to set up some magic numbers in the registers
429 * so that some mistake won't make this reboot the whole machine.
430 * You can also set the meaning of the ctrl-alt-del-key here.
431 *
432 * reboot doesn't sync: do that yourself before calling this.
433 */
Heiko Carstens754fe8d2009-01-14 14:14:09 +0100434SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd,
435 void __user *, arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436{
Li Zefan923c7532012-12-27 11:39:12 +0800437 struct pid_namespace *pid_ns = task_active_pid_ns(current);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 char buffer[256];
Andi Kleen3d26dcf2009-04-13 14:40:08 -0700439 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440
441 /* We only trust the superuser with rebooting the system. */
Li Zefan923c7532012-12-27 11:39:12 +0800442 if (!ns_capable(pid_ns->user_ns, CAP_SYS_BOOT))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443 return -EPERM;
444
445 /* For safety, we require "magic" arguments. */
446 if (magic1 != LINUX_REBOOT_MAGIC1 ||
447 (magic2 != LINUX_REBOOT_MAGIC2 &&
448 magic2 != LINUX_REBOOT_MAGIC2A &&
449 magic2 != LINUX_REBOOT_MAGIC2B &&
450 magic2 != LINUX_REBOOT_MAGIC2C))
451 return -EINVAL;
452
Daniel Lezcanocf3f8922012-03-28 14:42:51 -0700453 /*
454 * If pid namespaces are enabled and the current task is in a child
455 * pid_namespace, the command is handled by reboot_pid_ns() which will
456 * call do_exit().
457 */
Li Zefan923c7532012-12-27 11:39:12 +0800458 ret = reboot_pid_ns(pid_ns, cmd);
Daniel Lezcanocf3f8922012-03-28 14:42:51 -0700459 if (ret)
460 return ret;
461
Eric W. Biederman5e382912006-01-08 01:03:46 -0800462 /* Instead of trying to make the power_off code look like
463 * halt when pm_power_off is not set do it the easy way.
464 */
465 if ((cmd == LINUX_REBOOT_CMD_POWER_OFF) && !pm_power_off)
466 cmd = LINUX_REBOOT_CMD_HALT;
467
Thomas Gleixner6f15fa52009-10-09 20:31:33 +0200468 mutex_lock(&reboot_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 switch (cmd) {
470 case LINUX_REBOOT_CMD_RESTART:
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600471 kernel_restart(NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 break;
473
474 case LINUX_REBOOT_CMD_CAD_ON:
475 C_A_D = 1;
476 break;
477
478 case LINUX_REBOOT_CMD_CAD_OFF:
479 C_A_D = 0;
480 break;
481
482 case LINUX_REBOOT_CMD_HALT:
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600483 kernel_halt();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 do_exit(0);
Andi Kleen3d26dcf2009-04-13 14:40:08 -0700485 panic("cannot halt");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486
487 case LINUX_REBOOT_CMD_POWER_OFF:
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600488 kernel_power_off();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 do_exit(0);
490 break;
491
492 case LINUX_REBOOT_CMD_RESTART2:
493 if (strncpy_from_user(&buffer[0], arg, sizeof(buffer) - 1) < 0) {
Thomas Gleixner6f15fa52009-10-09 20:31:33 +0200494 ret = -EFAULT;
495 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 }
497 buffer[sizeof(buffer) - 1] = '\0';
498
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600499 kernel_restart(buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 break;
501
Huang Ying3ab83522008-07-25 19:45:07 -0700502#ifdef CONFIG_KEXEC
Eric W. Biedermandc009d92005-06-25 14:57:52 -0700503 case LINUX_REBOOT_CMD_KEXEC:
Andi Kleen3d26dcf2009-04-13 14:40:08 -0700504 ret = kernel_kexec();
505 break;
Huang Ying3ab83522008-07-25 19:45:07 -0700506#endif
Eric W. Biederman4a00ea12005-07-26 11:24:14 -0600507
Rafael J. Wysockib0cb1a12007-07-29 23:24:36 +0200508#ifdef CONFIG_HIBERNATION
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 case LINUX_REBOOT_CMD_SW_SUSPEND:
Andi Kleen3d26dcf2009-04-13 14:40:08 -0700510 ret = hibernate();
511 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512#endif
513
514 default:
Andi Kleen3d26dcf2009-04-13 14:40:08 -0700515 ret = -EINVAL;
516 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 }
Thomas Gleixner6f15fa52009-10-09 20:31:33 +0200518 mutex_unlock(&reboot_mutex);
Andi Kleen3d26dcf2009-04-13 14:40:08 -0700519 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520}
521
David Howells65f27f32006-11-22 14:55:48 +0000522static void deferred_cad(struct work_struct *dummy)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523{
Eric W. Biedermanabcd9e52005-07-26 11:27:34 -0600524 kernel_restart(NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525}
526
527/*
528 * This function gets called by ctrl-alt-del - ie the keyboard interrupt.
529 * As it's called within an interrupt, it may NOT sync: the only choice
530 * is whether to reboot at once, or just ignore the ctrl-alt-del.
531 */
532void ctrl_alt_del(void)
533{
David Howells65f27f32006-11-22 14:55:48 +0000534 static DECLARE_WORK(cad_work, deferred_cad);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535
536 if (C_A_D)
537 schedule_work(&cad_work);
538 else
Cedric Le Goater9ec52092006-10-02 02:19:00 -0700539 kill_cad_pid(SIGINT, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540}
541
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542/*
543 * Unprivileged users may change the real gid to the effective gid
544 * or vice versa. (BSD-style)
545 *
546 * If you set the real gid at all, or set the effective gid to a value not
547 * equal to the real gid, then the saved gid is set to the new effective gid.
548 *
549 * This makes it possible for a setgid program to completely drop its
550 * privileges, which is often a useful assertion to make when you are doing
551 * a security audit over a program.
552 *
553 * The general idea is that a program which uses just setregid() will be
554 * 100% compatible with BSD. A program which uses just setgid() will be
555 * 100% compatible with POSIX with saved IDs.
556 *
557 * SMP: There are not races, the GIDs are checked only by filesystem
558 * operations (as far as semantic preservation is concerned).
559 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100560SYSCALL_DEFINE2(setregid, gid_t, rgid, gid_t, egid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800562 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100563 const struct cred *old;
564 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800566 kgid_t krgid, kegid;
567
568 krgid = make_kgid(ns, rgid);
569 kegid = make_kgid(ns, egid);
570
571 if ((rgid != (gid_t) -1) && !gid_valid(krgid))
572 return -EINVAL;
573 if ((egid != (gid_t) -1) && !gid_valid(kegid))
574 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575
David Howellsd84f4f92008-11-14 10:39:23 +1100576 new = prepare_creds();
577 if (!new)
578 return -ENOMEM;
579 old = current_cred();
580
David Howellsd84f4f92008-11-14 10:39:23 +1100581 retval = -EPERM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 if (rgid != (gid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800583 if (gid_eq(old->gid, krgid) ||
584 gid_eq(old->egid, krgid) ||
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700585 nsown_capable(CAP_SETGID))
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800586 new->gid = krgid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587 else
David Howellsd84f4f92008-11-14 10:39:23 +1100588 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 }
590 if (egid != (gid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800591 if (gid_eq(old->gid, kegid) ||
592 gid_eq(old->egid, kegid) ||
593 gid_eq(old->sgid, kegid) ||
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700594 nsown_capable(CAP_SETGID))
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800595 new->egid = kegid;
Cal Peake756184b2006-09-30 23:27:24 -0700596 else
David Howellsd84f4f92008-11-14 10:39:23 +1100597 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 }
David Howellsd84f4f92008-11-14 10:39:23 +1100599
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 if (rgid != (gid_t) -1 ||
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800601 (egid != (gid_t) -1 && !gid_eq(kegid, old->gid)))
David Howellsd84f4f92008-11-14 10:39:23 +1100602 new->sgid = new->egid;
603 new->fsgid = new->egid;
604
605 return commit_creds(new);
606
607error:
608 abort_creds(new);
609 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610}
611
612/*
613 * setgid() is implemented like SysV w/ SAVED_IDS
614 *
615 * SMP: Same implicit races as above.
616 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100617SYSCALL_DEFINE1(setgid, gid_t, gid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800619 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100620 const struct cred *old;
621 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800623 kgid_t kgid;
624
625 kgid = make_kgid(ns, gid);
626 if (!gid_valid(kgid))
627 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628
David Howellsd84f4f92008-11-14 10:39:23 +1100629 new = prepare_creds();
630 if (!new)
631 return -ENOMEM;
632 old = current_cred();
633
David Howellsd84f4f92008-11-14 10:39:23 +1100634 retval = -EPERM;
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700635 if (nsown_capable(CAP_SETGID))
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800636 new->gid = new->egid = new->sgid = new->fsgid = kgid;
637 else if (gid_eq(kgid, old->gid) || gid_eq(kgid, old->sgid))
638 new->egid = new->fsgid = kgid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 else
David Howellsd84f4f92008-11-14 10:39:23 +1100640 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
David Howellsd84f4f92008-11-14 10:39:23 +1100642 return commit_creds(new);
643
644error:
645 abort_creds(new);
646 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647}
Dhaval Giani54e99122009-02-27 15:13:54 +0530648
David Howellsd84f4f92008-11-14 10:39:23 +1100649/*
650 * change the user struct in a credentials set to match the new UID
651 */
652static int set_user(struct cred *new)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653{
654 struct user_struct *new_user;
655
Eric W. Biederman078de5f2012-02-08 07:00:08 -0800656 new_user = alloc_uid(new->uid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 if (!new_user)
658 return -EAGAIN;
659
Vasiliy Kulikov72fa5992011-08-08 19:02:04 +0400660 /*
661 * We don't fail in case of NPROC limit excess here because too many
662 * poorly written programs don't check set*uid() return code, assuming
663 * it never fails if called by root. We may still enforce NPROC limit
664 * for programs doing set*uid()+execve() by harmlessly deferring the
665 * failure to the execve() stage.
666 */
Jiri Slaby78d7d402010-03-05 13:42:54 -0800667 if (atomic_read(&new_user->processes) >= rlimit(RLIMIT_NPROC) &&
Vasiliy Kulikov72fa5992011-08-08 19:02:04 +0400668 new_user != INIT_USER)
669 current->flags |= PF_NPROC_EXCEEDED;
670 else
671 current->flags &= ~PF_NPROC_EXCEEDED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672
David Howellsd84f4f92008-11-14 10:39:23 +1100673 free_uid(new->user);
674 new->user = new_user;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 return 0;
676}
677
678/*
679 * Unprivileged users may change the real uid to the effective uid
680 * or vice versa. (BSD-style)
681 *
682 * If you set the real uid at all, or set the effective uid to a value not
683 * equal to the real uid, then the saved uid is set to the new effective uid.
684 *
685 * This makes it possible for a setuid program to completely drop its
686 * privileges, which is often a useful assertion to make when you are doing
687 * a security audit over a program.
688 *
689 * The general idea is that a program which uses just setreuid() will be
690 * 100% compatible with BSD. A program which uses just setuid() will be
691 * 100% compatible with POSIX with saved IDs.
692 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100693SYSCALL_DEFINE2(setreuid, uid_t, ruid, uid_t, euid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800695 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100696 const struct cred *old;
697 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800699 kuid_t kruid, keuid;
700
701 kruid = make_kuid(ns, ruid);
702 keuid = make_kuid(ns, euid);
703
704 if ((ruid != (uid_t) -1) && !uid_valid(kruid))
705 return -EINVAL;
706 if ((euid != (uid_t) -1) && !uid_valid(keuid))
707 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708
David Howellsd84f4f92008-11-14 10:39:23 +1100709 new = prepare_creds();
710 if (!new)
711 return -ENOMEM;
712 old = current_cred();
713
David Howellsd84f4f92008-11-14 10:39:23 +1100714 retval = -EPERM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715 if (ruid != (uid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800716 new->uid = kruid;
717 if (!uid_eq(old->uid, kruid) &&
718 !uid_eq(old->euid, kruid) &&
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700719 !nsown_capable(CAP_SETUID))
David Howellsd84f4f92008-11-14 10:39:23 +1100720 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721 }
722
723 if (euid != (uid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800724 new->euid = keuid;
725 if (!uid_eq(old->uid, keuid) &&
726 !uid_eq(old->euid, keuid) &&
727 !uid_eq(old->suid, keuid) &&
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700728 !nsown_capable(CAP_SETUID))
David Howellsd84f4f92008-11-14 10:39:23 +1100729 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730 }
731
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800732 if (!uid_eq(new->uid, old->uid)) {
Dhaval Giani54e99122009-02-27 15:13:54 +0530733 retval = set_user(new);
734 if (retval < 0)
735 goto error;
736 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 if (ruid != (uid_t) -1 ||
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800738 (euid != (uid_t) -1 && !uid_eq(keuid, old->uid)))
David Howellsd84f4f92008-11-14 10:39:23 +1100739 new->suid = new->euid;
740 new->fsuid = new->euid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
David Howellsd84f4f92008-11-14 10:39:23 +1100742 retval = security_task_fix_setuid(new, old, LSM_SETID_RE);
743 if (retval < 0)
744 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745
David Howellsd84f4f92008-11-14 10:39:23 +1100746 return commit_creds(new);
747
748error:
749 abort_creds(new);
750 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752
753/*
754 * setuid() is implemented like SysV with SAVED_IDS
755 *
756 * Note that SAVED_ID's is deficient in that a setuid root program
757 * like sendmail, for example, cannot set its uid to be a normal
758 * user and then switch back, because if you're root, setuid() sets
759 * the saved uid too. If you don't like this, blame the bright people
760 * in the POSIX committee and/or USG. Note that the BSD-style setreuid()
761 * will allow a root program to temporarily drop privileges and be able to
762 * regain them by swapping the real and effective uid.
763 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100764SYSCALL_DEFINE1(setuid, uid_t, uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800766 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100767 const struct cred *old;
768 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800770 kuid_t kuid;
771
772 kuid = make_kuid(ns, uid);
773 if (!uid_valid(kuid))
774 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775
David Howellsd84f4f92008-11-14 10:39:23 +1100776 new = prepare_creds();
777 if (!new)
778 return -ENOMEM;
779 old = current_cred();
780
David Howellsd84f4f92008-11-14 10:39:23 +1100781 retval = -EPERM;
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700782 if (nsown_capable(CAP_SETUID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800783 new->suid = new->uid = kuid;
784 if (!uid_eq(kuid, old->uid)) {
Dhaval Giani54e99122009-02-27 15:13:54 +0530785 retval = set_user(new);
786 if (retval < 0)
787 goto error;
David Howellsd84f4f92008-11-14 10:39:23 +1100788 }
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800789 } else if (!uid_eq(kuid, old->uid) && !uid_eq(kuid, new->suid)) {
David Howellsd84f4f92008-11-14 10:39:23 +1100790 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800793 new->fsuid = new->euid = kuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794
David Howellsd84f4f92008-11-14 10:39:23 +1100795 retval = security_task_fix_setuid(new, old, LSM_SETID_ID);
796 if (retval < 0)
797 goto error;
798
799 return commit_creds(new);
800
801error:
802 abort_creds(new);
803 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804}
805
806
807/*
808 * This function implements a generic ability to update ruid, euid,
809 * and suid. This allows you to implement the 4.4 compatible seteuid().
810 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100811SYSCALL_DEFINE3(setresuid, uid_t, ruid, uid_t, euid, uid_t, suid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800813 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100814 const struct cred *old;
815 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800817 kuid_t kruid, keuid, ksuid;
818
819 kruid = make_kuid(ns, ruid);
820 keuid = make_kuid(ns, euid);
821 ksuid = make_kuid(ns, suid);
822
823 if ((ruid != (uid_t) -1) && !uid_valid(kruid))
824 return -EINVAL;
825
826 if ((euid != (uid_t) -1) && !uid_valid(keuid))
827 return -EINVAL;
828
829 if ((suid != (uid_t) -1) && !uid_valid(ksuid))
830 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831
David Howellsd84f4f92008-11-14 10:39:23 +1100832 new = prepare_creds();
833 if (!new)
834 return -ENOMEM;
835
David Howellsd84f4f92008-11-14 10:39:23 +1100836 old = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837
David Howellsd84f4f92008-11-14 10:39:23 +1100838 retval = -EPERM;
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700839 if (!nsown_capable(CAP_SETUID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800840 if (ruid != (uid_t) -1 && !uid_eq(kruid, old->uid) &&
841 !uid_eq(kruid, old->euid) && !uid_eq(kruid, old->suid))
David Howellsd84f4f92008-11-14 10:39:23 +1100842 goto error;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800843 if (euid != (uid_t) -1 && !uid_eq(keuid, old->uid) &&
844 !uid_eq(keuid, old->euid) && !uid_eq(keuid, old->suid))
David Howellsd84f4f92008-11-14 10:39:23 +1100845 goto error;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800846 if (suid != (uid_t) -1 && !uid_eq(ksuid, old->uid) &&
847 !uid_eq(ksuid, old->euid) && !uid_eq(ksuid, old->suid))
David Howellsd84f4f92008-11-14 10:39:23 +1100848 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849 }
David Howellsd84f4f92008-11-14 10:39:23 +1100850
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851 if (ruid != (uid_t) -1) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800852 new->uid = kruid;
853 if (!uid_eq(kruid, old->uid)) {
Dhaval Giani54e99122009-02-27 15:13:54 +0530854 retval = set_user(new);
855 if (retval < 0)
856 goto error;
857 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858 }
David Howellsd84f4f92008-11-14 10:39:23 +1100859 if (euid != (uid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800860 new->euid = keuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 if (suid != (uid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800862 new->suid = ksuid;
David Howellsd84f4f92008-11-14 10:39:23 +1100863 new->fsuid = new->euid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864
David Howellsd84f4f92008-11-14 10:39:23 +1100865 retval = security_task_fix_setuid(new, old, LSM_SETID_RES);
866 if (retval < 0)
867 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868
David Howellsd84f4f92008-11-14 10:39:23 +1100869 return commit_creds(new);
870
871error:
872 abort_creds(new);
873 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874}
875
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800876SYSCALL_DEFINE3(getresuid, uid_t __user *, ruidp, uid_t __user *, euidp, uid_t __user *, suidp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877{
David Howells86a264a2008-11-14 10:39:18 +1100878 const struct cred *cred = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800880 uid_t ruid, euid, suid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800882 ruid = from_kuid_munged(cred->user_ns, cred->uid);
883 euid = from_kuid_munged(cred->user_ns, cred->euid);
884 suid = from_kuid_munged(cred->user_ns, cred->suid);
885
886 if (!(retval = put_user(ruid, ruidp)) &&
887 !(retval = put_user(euid, euidp)))
888 retval = put_user(suid, suidp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889
890 return retval;
891}
892
893/*
894 * Same as above, but for rgid, egid, sgid.
895 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100896SYSCALL_DEFINE3(setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897{
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800898 struct user_namespace *ns = current_user_ns();
David Howellsd84f4f92008-11-14 10:39:23 +1100899 const struct cred *old;
900 struct cred *new;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800902 kgid_t krgid, kegid, ksgid;
903
904 krgid = make_kgid(ns, rgid);
905 kegid = make_kgid(ns, egid);
906 ksgid = make_kgid(ns, sgid);
907
908 if ((rgid != (gid_t) -1) && !gid_valid(krgid))
909 return -EINVAL;
910 if ((egid != (gid_t) -1) && !gid_valid(kegid))
911 return -EINVAL;
912 if ((sgid != (gid_t) -1) && !gid_valid(ksgid))
913 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914
David Howellsd84f4f92008-11-14 10:39:23 +1100915 new = prepare_creds();
916 if (!new)
917 return -ENOMEM;
918 old = current_cred();
919
David Howellsd84f4f92008-11-14 10:39:23 +1100920 retval = -EPERM;
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700921 if (!nsown_capable(CAP_SETGID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800922 if (rgid != (gid_t) -1 && !gid_eq(krgid, old->gid) &&
923 !gid_eq(krgid, old->egid) && !gid_eq(krgid, old->sgid))
David Howellsd84f4f92008-11-14 10:39:23 +1100924 goto error;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800925 if (egid != (gid_t) -1 && !gid_eq(kegid, old->gid) &&
926 !gid_eq(kegid, old->egid) && !gid_eq(kegid, old->sgid))
David Howellsd84f4f92008-11-14 10:39:23 +1100927 goto error;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800928 if (sgid != (gid_t) -1 && !gid_eq(ksgid, old->gid) &&
929 !gid_eq(ksgid, old->egid) && !gid_eq(ksgid, old->sgid))
David Howellsd84f4f92008-11-14 10:39:23 +1100930 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932
David Howellsd84f4f92008-11-14 10:39:23 +1100933 if (rgid != (gid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800934 new->gid = krgid;
David Howellsd84f4f92008-11-14 10:39:23 +1100935 if (egid != (gid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800936 new->egid = kegid;
David Howellsd84f4f92008-11-14 10:39:23 +1100937 if (sgid != (gid_t) -1)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800938 new->sgid = ksgid;
David Howellsd84f4f92008-11-14 10:39:23 +1100939 new->fsgid = new->egid;
940
941 return commit_creds(new);
942
943error:
944 abort_creds(new);
945 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946}
947
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800948SYSCALL_DEFINE3(getresgid, gid_t __user *, rgidp, gid_t __user *, egidp, gid_t __user *, sgidp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949{
David Howells86a264a2008-11-14 10:39:18 +1100950 const struct cred *cred = current_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951 int retval;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800952 gid_t rgid, egid, sgid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800954 rgid = from_kgid_munged(cred->user_ns, cred->gid);
955 egid = from_kgid_munged(cred->user_ns, cred->egid);
956 sgid = from_kgid_munged(cred->user_ns, cred->sgid);
957
958 if (!(retval = put_user(rgid, rgidp)) &&
959 !(retval = put_user(egid, egidp)))
960 retval = put_user(sgid, sgidp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961
962 return retval;
963}
964
965
966/*
967 * "setfsuid()" sets the fsuid - the uid used for filesystem checks. This
968 * is used for "access()" and for the NFS daemon (letting nfsd stay at
969 * whatever uid it wants to). It normally shadows "euid", except when
970 * explicitly set by setfsuid() or for access..
971 */
Heiko Carstensae1251a2009-01-14 14:14:05 +0100972SYSCALL_DEFINE1(setfsuid, uid_t, uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973{
David Howellsd84f4f92008-11-14 10:39:23 +1100974 const struct cred *old;
975 struct cred *new;
976 uid_t old_fsuid;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800977 kuid_t kuid;
978
979 old = current_cred();
980 old_fsuid = from_kuid_munged(old->user_ns, old->fsuid);
981
982 kuid = make_kuid(old->user_ns, uid);
983 if (!uid_valid(kuid))
984 return old_fsuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985
David Howellsd84f4f92008-11-14 10:39:23 +1100986 new = prepare_creds();
987 if (!new)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800988 return old_fsuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800990 if (uid_eq(kuid, old->uid) || uid_eq(kuid, old->euid) ||
991 uid_eq(kuid, old->suid) || uid_eq(kuid, old->fsuid) ||
Serge E. Hallynfc832ad2011-03-23 16:43:22 -0700992 nsown_capable(CAP_SETUID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -0800993 if (!uid_eq(kuid, old->fsuid)) {
994 new->fsuid = kuid;
David Howellsd84f4f92008-11-14 10:39:23 +1100995 if (security_task_fix_setuid(new, old, LSM_SETID_FS) == 0)
996 goto change_okay;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998 }
999
David Howellsd84f4f92008-11-14 10:39:23 +11001000 abort_creds(new);
1001 return old_fsuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002
David Howellsd84f4f92008-11-14 10:39:23 +11001003change_okay:
1004 commit_creds(new);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005 return old_fsuid;
1006}
1007
1008/*
John Anthony Kazos Jrf42df9e2007-05-09 08:23:08 +02001009 * Samma på svenska..
Linus Torvalds1da177e2005-04-16 15:20:36 -07001010 */
Heiko Carstensae1251a2009-01-14 14:14:05 +01001011SYSCALL_DEFINE1(setfsgid, gid_t, gid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012{
David Howellsd84f4f92008-11-14 10:39:23 +11001013 const struct cred *old;
1014 struct cred *new;
1015 gid_t old_fsgid;
Eric W. Biedermana29c33f2012-02-07 18:51:01 -08001016 kgid_t kgid;
1017
1018 old = current_cred();
1019 old_fsgid = from_kgid_munged(old->user_ns, old->fsgid);
1020
1021 kgid = make_kgid(old->user_ns, gid);
1022 if (!gid_valid(kgid))
1023 return old_fsgid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024
David Howellsd84f4f92008-11-14 10:39:23 +11001025 new = prepare_creds();
1026 if (!new)
Eric W. Biedermana29c33f2012-02-07 18:51:01 -08001027 return old_fsgid;
David Howellsd84f4f92008-11-14 10:39:23 +11001028
Eric W. Biedermana29c33f2012-02-07 18:51:01 -08001029 if (gid_eq(kgid, old->gid) || gid_eq(kgid, old->egid) ||
1030 gid_eq(kgid, old->sgid) || gid_eq(kgid, old->fsgid) ||
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001031 nsown_capable(CAP_SETGID)) {
Eric W. Biedermana29c33f2012-02-07 18:51:01 -08001032 if (!gid_eq(kgid, old->fsgid)) {
1033 new->fsgid = kgid;
David Howellsd84f4f92008-11-14 10:39:23 +11001034 goto change_okay;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036 }
David Howellsd84f4f92008-11-14 10:39:23 +11001037
David Howellsd84f4f92008-11-14 10:39:23 +11001038 abort_creds(new);
1039 return old_fsgid;
1040
1041change_okay:
1042 commit_creds(new);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043 return old_fsgid;
1044}
1045
Frank Mayharf06febc2008-09-12 09:54:39 -07001046void do_sys_times(struct tms *tms)
1047{
Hidetoshi Seto0cf55e12009-12-02 17:28:07 +09001048 cputime_t tgutime, tgstime, cutime, cstime;
Frank Mayharf06febc2008-09-12 09:54:39 -07001049
Oleg Nesterov2b5fe6d2008-11-17 15:40:08 +01001050 spin_lock_irq(&current->sighand->siglock);
Frederic Weisbeckere80d0a1a2012-11-21 16:26:44 +01001051 thread_group_cputime_adjusted(current, &tgutime, &tgstime);
Frank Mayharf06febc2008-09-12 09:54:39 -07001052 cutime = current->signal->cutime;
1053 cstime = current->signal->cstime;
1054 spin_unlock_irq(&current->sighand->siglock);
Hidetoshi Seto0cf55e12009-12-02 17:28:07 +09001055 tms->tms_utime = cputime_to_clock_t(tgutime);
1056 tms->tms_stime = cputime_to_clock_t(tgstime);
Frank Mayharf06febc2008-09-12 09:54:39 -07001057 tms->tms_cutime = cputime_to_clock_t(cutime);
1058 tms->tms_cstime = cputime_to_clock_t(cstime);
1059}
1060
Heiko Carstens58fd3aa2009-01-14 14:14:03 +01001061SYSCALL_DEFINE1(times, struct tms __user *, tbuf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 if (tbuf) {
1064 struct tms tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065
Frank Mayharf06febc2008-09-12 09:54:39 -07001066 do_sys_times(&tmp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 if (copy_to_user(tbuf, &tmp, sizeof(struct tms)))
1068 return -EFAULT;
1069 }
Paul Mackerrase3d5a272009-01-06 14:41:02 -08001070 force_successful_syscall_return();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 return (long) jiffies_64_to_clock_t(get_jiffies_64());
1072}
1073
1074/*
1075 * This needs some heavy checking ...
1076 * I just haven't the stomach for it. I also don't fully
1077 * understand sessions/pgrp etc. Let somebody who does explain it.
1078 *
1079 * OK, I think I have the protection semantics right.... this is really
1080 * only important on a multi-user system anyway, to make sure one user
1081 * can't send a signal to a process owned by another. -TYT, 12/12/91
1082 *
1083 * Auch. Had to add the 'did_exec' flag to conform completely to POSIX.
1084 * LBT 04.03.94
1085 */
Heiko Carstensb290ebe2009-01-14 14:14:06 +01001086SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087{
1088 struct task_struct *p;
Oleg Nesterovee0acf92006-01-08 01:03:53 -08001089 struct task_struct *group_leader = current->group_leader;
Oleg Nesterov4e021302008-02-08 04:19:08 -08001090 struct pid *pgrp;
1091 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092
1093 if (!pid)
Pavel Emelyanovb4888932007-10-18 23:40:14 -07001094 pid = task_pid_vnr(group_leader);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095 if (!pgid)
1096 pgid = pid;
1097 if (pgid < 0)
1098 return -EINVAL;
Paul E. McKenney950eaac2010-08-31 17:00:18 -07001099 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100
1101 /* From this point forward we keep holding onto the tasklist lock
1102 * so that our parent does not change from under us. -DaveM
1103 */
1104 write_lock_irq(&tasklist_lock);
1105
1106 err = -ESRCH;
Oleg Nesterov4e021302008-02-08 04:19:08 -08001107 p = find_task_by_vpid(pid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 if (!p)
1109 goto out;
1110
1111 err = -EINVAL;
1112 if (!thread_group_leader(p))
1113 goto out;
1114
Oleg Nesterov4e021302008-02-08 04:19:08 -08001115 if (same_thread_group(p->real_parent, group_leader)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116 err = -EPERM;
Eric W. Biederman41487c62007-02-12 00:53:01 -08001117 if (task_session(p) != task_session(group_leader))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118 goto out;
1119 err = -EACCES;
1120 if (p->did_exec)
1121 goto out;
1122 } else {
1123 err = -ESRCH;
Oleg Nesterovee0acf92006-01-08 01:03:53 -08001124 if (p != group_leader)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125 goto out;
1126 }
1127
1128 err = -EPERM;
1129 if (p->signal->leader)
1130 goto out;
1131
Oleg Nesterov4e021302008-02-08 04:19:08 -08001132 pgrp = task_pid(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133 if (pgid != pid) {
Pavel Emelyanovb4888932007-10-18 23:40:14 -07001134 struct task_struct *g;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135
Oleg Nesterov4e021302008-02-08 04:19:08 -08001136 pgrp = find_vpid(pgid);
1137 g = pid_task(pgrp, PIDTYPE_PGID);
Eric W. Biederman41487c62007-02-12 00:53:01 -08001138 if (!g || task_session(g) != task_session(group_leader))
Oleg Nesterovf020bc42006-12-08 02:38:02 -08001139 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140 }
1141
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142 err = security_task_setpgid(p, pgid);
1143 if (err)
1144 goto out;
1145
Oleg Nesterov1b0f7ff2009-04-02 16:58:39 -07001146 if (task_pgrp(p) != pgrp)
Oleg Nesterov83beaf32008-04-30 00:54:27 -07001147 change_pid(p, PIDTYPE_PGID, pgrp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148
1149 err = 0;
1150out:
1151 /* All paths lead to here, thus we are safe. -DaveM */
1152 write_unlock_irq(&tasklist_lock);
Paul E. McKenney950eaac2010-08-31 17:00:18 -07001153 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154 return err;
1155}
1156
Heiko Carstensdbf040d2009-01-14 14:14:04 +01001157SYSCALL_DEFINE1(getpgid, pid_t, pid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158{
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -07001159 struct task_struct *p;
1160 struct pid *grp;
1161 int retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -07001163 rcu_read_lock();
1164 if (!pid)
1165 grp = task_pgrp(current);
1166 else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167 retval = -ESRCH;
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -07001168 p = find_task_by_vpid(pid);
1169 if (!p)
1170 goto out;
1171 grp = task_pgrp(p);
1172 if (!grp)
1173 goto out;
1174
1175 retval = security_task_getpgid(p);
1176 if (retval)
1177 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178 }
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -07001179 retval = pid_vnr(grp);
1180out:
1181 rcu_read_unlock();
1182 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183}
1184
1185#ifdef __ARCH_WANT_SYS_GETPGRP
1186
Heiko Carstensdbf040d2009-01-14 14:14:04 +01001187SYSCALL_DEFINE0(getpgrp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188{
Oleg Nesterov12a3de0a2008-04-30 00:54:29 -07001189 return sys_getpgid(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190}
1191
1192#endif
1193
Heiko Carstensdbf040d2009-01-14 14:14:04 +01001194SYSCALL_DEFINE1(getsid, pid_t, pid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195{
Oleg Nesterov1dd768c02008-04-30 00:54:28 -07001196 struct task_struct *p;
1197 struct pid *sid;
1198 int retval;
Pavel Emelyanovb4888932007-10-18 23:40:14 -07001199
Oleg Nesterov1dd768c02008-04-30 00:54:28 -07001200 rcu_read_lock();
1201 if (!pid)
1202 sid = task_session(current);
1203 else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204 retval = -ESRCH;
Oleg Nesterov1dd768c02008-04-30 00:54:28 -07001205 p = find_task_by_vpid(pid);
1206 if (!p)
1207 goto out;
1208 sid = task_session(p);
1209 if (!sid)
1210 goto out;
1211
1212 retval = security_task_getsid(p);
1213 if (retval)
1214 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215 }
Oleg Nesterov1dd768c02008-04-30 00:54:28 -07001216 retval = pid_vnr(sid);
1217out:
1218 rcu_read_unlock();
1219 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220}
1221
Heiko Carstensb290ebe2009-01-14 14:14:06 +01001222SYSCALL_DEFINE0(setsid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223{
Oren Laadane19f2472006-01-08 01:03:58 -08001224 struct task_struct *group_leader = current->group_leader;
Oleg Nesterove4cc0a92008-02-08 04:19:09 -08001225 struct pid *sid = task_pid(group_leader);
1226 pid_t session = pid_vnr(sid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227 int err = -EPERM;
1228
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229 write_lock_irq(&tasklist_lock);
Eric W. Biederman390e2ff2006-03-31 02:31:33 -08001230 /* Fail if I am already a session leader */
1231 if (group_leader->signal->leader)
1232 goto out;
1233
Oleg Nesterov430c6232008-02-08 04:19:11 -08001234 /* Fail if a process group id already exists that equals the
1235 * proposed session id.
Eric W. Biederman390e2ff2006-03-31 02:31:33 -08001236 */
Oleg Nesterov6806aac2008-02-08 04:19:12 -08001237 if (pid_task(sid, PIDTYPE_PGID))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238 goto out;
1239
Oren Laadane19f2472006-01-08 01:03:58 -08001240 group_leader->signal->leader = 1;
Oleg Nesterov8520d7c2008-02-08 04:19:09 -08001241 __set_special_pids(sid);
Peter Zijlstra24ec8392006-12-08 02:36:04 -08001242
Alan Cox9c9f4de2008-10-13 10:37:26 +01001243 proc_clear_tty(group_leader);
Peter Zijlstra24ec8392006-12-08 02:36:04 -08001244
Oleg Nesterove4cc0a92008-02-08 04:19:09 -08001245 err = session;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246out:
1247 write_unlock_irq(&tasklist_lock);
Mike Galbraith5091faa2010-11-30 14:18:03 +01001248 if (err > 0) {
Christian Borntraeger0d0df592009-10-26 16:49:34 -07001249 proc_sid_connector(group_leader);
Mike Galbraith5091faa2010-11-30 14:18:03 +01001250 sched_autogroup_create_attach(group_leader);
1251 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 return err;
1253}
1254
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255DECLARE_RWSEM(uts_sem);
1256
Christoph Hellwige28cbf22010-03-10 15:21:19 -08001257#ifdef COMPAT_UTS_MACHINE
1258#define override_architecture(name) \
Andreas Schwab46da2762010-04-23 13:17:44 -04001259 (personality(current->personality) == PER_LINUX32 && \
Christoph Hellwige28cbf22010-03-10 15:21:19 -08001260 copy_to_user(name->machine, COMPAT_UTS_MACHINE, \
1261 sizeof(COMPAT_UTS_MACHINE)))
1262#else
1263#define override_architecture(name) 0
1264#endif
1265
Andi Kleenbe274252011-08-19 16:15:10 -07001266/*
1267 * Work around broken programs that cannot handle "Linux 3.0".
1268 * Instead we map 3.x to 2.6.40+x, so e.g. 3.0 would be 2.6.40
1269 */
Kees Cook2702b152012-10-19 13:56:51 -07001270static int override_release(char __user *release, size_t len)
Andi Kleenbe274252011-08-19 16:15:10 -07001271{
1272 int ret = 0;
Andi Kleenbe274252011-08-19 16:15:10 -07001273
1274 if (current->personality & UNAME26) {
Kees Cook2702b152012-10-19 13:56:51 -07001275 const char *rest = UTS_RELEASE;
1276 char buf[65] = { 0 };
Andi Kleenbe274252011-08-19 16:15:10 -07001277 int ndots = 0;
1278 unsigned v;
Kees Cook2702b152012-10-19 13:56:51 -07001279 size_t copy;
Andi Kleenbe274252011-08-19 16:15:10 -07001280
1281 while (*rest) {
1282 if (*rest == '.' && ++ndots >= 3)
1283 break;
1284 if (!isdigit(*rest) && *rest != '.')
1285 break;
1286 rest++;
1287 }
1288 v = ((LINUX_VERSION_CODE >> 8) & 0xff) + 40;
Kees Cook31fd84b92012-10-19 18:45:53 -07001289 copy = clamp_t(size_t, len, 1, sizeof(buf));
Kees Cook2702b152012-10-19 13:56:51 -07001290 copy = scnprintf(buf, copy, "2.6.%u%s", v, rest);
1291 ret = copy_to_user(release, buf, copy + 1);
Andi Kleenbe274252011-08-19 16:15:10 -07001292 }
1293 return ret;
1294}
1295
Heiko Carstense48fbb62009-01-14 14:14:26 +01001296SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297{
1298 int errno = 0;
1299
1300 down_read(&uts_sem);
Serge E. Hallyne9ff3992006-10-02 02:18:11 -07001301 if (copy_to_user(name, utsname(), sizeof *name))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302 errno = -EFAULT;
1303 up_read(&uts_sem);
Christoph Hellwige28cbf22010-03-10 15:21:19 -08001304
Andi Kleenbe274252011-08-19 16:15:10 -07001305 if (!errno && override_release(name->release, sizeof(name->release)))
1306 errno = -EFAULT;
Christoph Hellwige28cbf22010-03-10 15:21:19 -08001307 if (!errno && override_architecture(name))
1308 errno = -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309 return errno;
1310}
1311
Christoph Hellwig5cacdb42010-03-10 15:21:21 -08001312#ifdef __ARCH_WANT_SYS_OLD_UNAME
1313/*
1314 * Old cruft
1315 */
1316SYSCALL_DEFINE1(uname, struct old_utsname __user *, name)
1317{
1318 int error = 0;
1319
1320 if (!name)
1321 return -EFAULT;
1322
1323 down_read(&uts_sem);
1324 if (copy_to_user(name, utsname(), sizeof(*name)))
1325 error = -EFAULT;
1326 up_read(&uts_sem);
1327
Andi Kleenbe274252011-08-19 16:15:10 -07001328 if (!error && override_release(name->release, sizeof(name->release)))
1329 error = -EFAULT;
Christoph Hellwig5cacdb42010-03-10 15:21:21 -08001330 if (!error && override_architecture(name))
1331 error = -EFAULT;
1332 return error;
1333}
1334
1335SYSCALL_DEFINE1(olduname, struct oldold_utsname __user *, name)
1336{
1337 int error;
1338
1339 if (!name)
1340 return -EFAULT;
1341 if (!access_ok(VERIFY_WRITE, name, sizeof(struct oldold_utsname)))
1342 return -EFAULT;
1343
1344 down_read(&uts_sem);
1345 error = __copy_to_user(&name->sysname, &utsname()->sysname,
1346 __OLD_UTS_LEN);
1347 error |= __put_user(0, name->sysname + __OLD_UTS_LEN);
1348 error |= __copy_to_user(&name->nodename, &utsname()->nodename,
1349 __OLD_UTS_LEN);
1350 error |= __put_user(0, name->nodename + __OLD_UTS_LEN);
1351 error |= __copy_to_user(&name->release, &utsname()->release,
1352 __OLD_UTS_LEN);
1353 error |= __put_user(0, name->release + __OLD_UTS_LEN);
1354 error |= __copy_to_user(&name->version, &utsname()->version,
1355 __OLD_UTS_LEN);
1356 error |= __put_user(0, name->version + __OLD_UTS_LEN);
1357 error |= __copy_to_user(&name->machine, &utsname()->machine,
1358 __OLD_UTS_LEN);
1359 error |= __put_user(0, name->machine + __OLD_UTS_LEN);
1360 up_read(&uts_sem);
1361
1362 if (!error && override_architecture(name))
1363 error = -EFAULT;
Andi Kleenbe274252011-08-19 16:15:10 -07001364 if (!error && override_release(name->release, sizeof(name->release)))
1365 error = -EFAULT;
Christoph Hellwig5cacdb42010-03-10 15:21:21 -08001366 return error ? -EFAULT : 0;
1367}
1368#endif
1369
Heiko Carstens5a8a82b2009-01-14 14:14:25 +01001370SYSCALL_DEFINE2(sethostname, char __user *, name, int, len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371{
1372 int errno;
1373 char tmp[__NEW_UTS_LEN];
1374
Serge E. Hallynbb96a6f2011-03-23 16:43:18 -07001375 if (!ns_capable(current->nsproxy->uts_ns->user_ns, CAP_SYS_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376 return -EPERM;
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 if (len < 0 || len > __NEW_UTS_LEN)
1379 return -EINVAL;
1380 down_write(&uts_sem);
1381 errno = -EFAULT;
1382 if (!copy_from_user(tmp, name, len)) {
Andrew Morton9679e4d2008-10-15 22:01:51 -07001383 struct new_utsname *u = utsname();
1384
1385 memcpy(u->nodename, tmp, len);
1386 memset(u->nodename + len, 0, sizeof(u->nodename) - len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387 errno = 0;
Sasikantha babu499eea62012-05-31 16:26:07 -07001388 uts_proc_notify(UTS_PROC_HOSTNAME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389 }
1390 up_write(&uts_sem);
1391 return errno;
1392}
1393
1394#ifdef __ARCH_WANT_SYS_GETHOSTNAME
1395
Heiko Carstens5a8a82b2009-01-14 14:14:25 +01001396SYSCALL_DEFINE2(gethostname, char __user *, name, int, len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397{
1398 int i, errno;
Andrew Morton9679e4d2008-10-15 22:01:51 -07001399 struct new_utsname *u;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400
1401 if (len < 0)
1402 return -EINVAL;
1403 down_read(&uts_sem);
Andrew Morton9679e4d2008-10-15 22:01:51 -07001404 u = utsname();
1405 i = 1 + strlen(u->nodename);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406 if (i > len)
1407 i = len;
1408 errno = 0;
Andrew Morton9679e4d2008-10-15 22:01:51 -07001409 if (copy_to_user(name, u->nodename, i))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410 errno = -EFAULT;
1411 up_read(&uts_sem);
1412 return errno;
1413}
1414
1415#endif
1416
1417/*
1418 * Only setdomainname; getdomainname can be implemented by calling
1419 * uname()
1420 */
Heiko Carstens5a8a82b2009-01-14 14:14:25 +01001421SYSCALL_DEFINE2(setdomainname, char __user *, name, int, len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422{
1423 int errno;
1424 char tmp[__NEW_UTS_LEN];
1425
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001426 if (!ns_capable(current->nsproxy->uts_ns->user_ns, CAP_SYS_ADMIN))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427 return -EPERM;
1428 if (len < 0 || len > __NEW_UTS_LEN)
1429 return -EINVAL;
1430
1431 down_write(&uts_sem);
1432 errno = -EFAULT;
1433 if (!copy_from_user(tmp, name, len)) {
Andrew Morton9679e4d2008-10-15 22:01:51 -07001434 struct new_utsname *u = utsname();
1435
1436 memcpy(u->domainname, tmp, len);
1437 memset(u->domainname + len, 0, sizeof(u->domainname) - len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 errno = 0;
Sasikantha babu499eea62012-05-31 16:26:07 -07001439 uts_proc_notify(UTS_PROC_DOMAINNAME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440 }
1441 up_write(&uts_sem);
1442 return errno;
1443}
1444
Heiko Carstense48fbb62009-01-14 14:14:26 +01001445SYSCALL_DEFINE2(getrlimit, unsigned int, resource, struct rlimit __user *, rlim)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446{
Jiri Slabyb9518342010-05-04 11:28:25 +02001447 struct rlimit value;
1448 int ret;
1449
1450 ret = do_prlimit(current, resource, NULL, &value);
1451 if (!ret)
1452 ret = copy_to_user(rlim, &value, sizeof(*rlim)) ? -EFAULT : 0;
1453
1454 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455}
1456
1457#ifdef __ARCH_WANT_SYS_OLD_GETRLIMIT
1458
1459/*
1460 * Back compatibility for getrlimit. Needed for some apps.
1461 */
1462
Heiko Carstense48fbb62009-01-14 14:14:26 +01001463SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource,
1464 struct rlimit __user *, rlim)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465{
1466 struct rlimit x;
1467 if (resource >= RLIM_NLIMITS)
1468 return -EINVAL;
1469
1470 task_lock(current->group_leader);
1471 x = current->signal->rlim[resource];
1472 task_unlock(current->group_leader);
Cal Peake756184b2006-09-30 23:27:24 -07001473 if (x.rlim_cur > 0x7FFFFFFF)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474 x.rlim_cur = 0x7FFFFFFF;
Cal Peake756184b2006-09-30 23:27:24 -07001475 if (x.rlim_max > 0x7FFFFFFF)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476 x.rlim_max = 0x7FFFFFFF;
1477 return copy_to_user(rlim, &x, sizeof(x))?-EFAULT:0;
1478}
1479
1480#endif
1481
Jiri Slabyc022a0a2010-05-04 18:03:50 +02001482static inline bool rlim64_is_infinity(__u64 rlim64)
1483{
1484#if BITS_PER_LONG < 64
1485 return rlim64 >= ULONG_MAX;
1486#else
1487 return rlim64 == RLIM64_INFINITY;
1488#endif
1489}
1490
1491static void rlim_to_rlim64(const struct rlimit *rlim, struct rlimit64 *rlim64)
1492{
1493 if (rlim->rlim_cur == RLIM_INFINITY)
1494 rlim64->rlim_cur = RLIM64_INFINITY;
1495 else
1496 rlim64->rlim_cur = rlim->rlim_cur;
1497 if (rlim->rlim_max == RLIM_INFINITY)
1498 rlim64->rlim_max = RLIM64_INFINITY;
1499 else
1500 rlim64->rlim_max = rlim->rlim_max;
1501}
1502
1503static void rlim64_to_rlim(const struct rlimit64 *rlim64, struct rlimit *rlim)
1504{
1505 if (rlim64_is_infinity(rlim64->rlim_cur))
1506 rlim->rlim_cur = RLIM_INFINITY;
1507 else
1508 rlim->rlim_cur = (unsigned long)rlim64->rlim_cur;
1509 if (rlim64_is_infinity(rlim64->rlim_max))
1510 rlim->rlim_max = RLIM_INFINITY;
1511 else
1512 rlim->rlim_max = (unsigned long)rlim64->rlim_max;
1513}
1514
Jiri Slaby1c1e6182009-08-28 14:08:17 +02001515/* make sure you are allowed to change @tsk limits before calling this */
Jiri Slaby5b415352010-03-24 16:11:29 +01001516int do_prlimit(struct task_struct *tsk, unsigned int resource,
1517 struct rlimit *new_rlim, struct rlimit *old_rlim)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001518{
Jiri Slaby5b415352010-03-24 16:11:29 +01001519 struct rlimit *rlim;
Jiri Slaby86f162f2009-11-14 17:37:04 +01001520 int retval = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521
1522 if (resource >= RLIM_NLIMITS)
1523 return -EINVAL;
Jiri Slaby5b415352010-03-24 16:11:29 +01001524 if (new_rlim) {
1525 if (new_rlim->rlim_cur > new_rlim->rlim_max)
1526 return -EINVAL;
1527 if (resource == RLIMIT_NOFILE &&
1528 new_rlim->rlim_max > sysctl_nr_open)
1529 return -EPERM;
1530 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531
Jiri Slaby1c1e6182009-08-28 14:08:17 +02001532 /* protect tsk->signal and tsk->sighand from disappearing */
1533 read_lock(&tasklist_lock);
1534 if (!tsk->sighand) {
1535 retval = -ESRCH;
1536 goto out;
1537 }
1538
Jiri Slaby5b415352010-03-24 16:11:29 +01001539 rlim = tsk->signal->rlim + resource;
Jiri Slaby86f162f2009-11-14 17:37:04 +01001540 task_lock(tsk->group_leader);
Jiri Slaby5b415352010-03-24 16:11:29 +01001541 if (new_rlim) {
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001542 /* Keep the capable check against init_user_ns until
1543 cgroups can contain all limits */
Jiri Slaby5b415352010-03-24 16:11:29 +01001544 if (new_rlim->rlim_max > rlim->rlim_max &&
1545 !capable(CAP_SYS_RESOURCE))
1546 retval = -EPERM;
1547 if (!retval)
1548 retval = security_task_setrlimit(tsk->group_leader,
1549 resource, new_rlim);
1550 if (resource == RLIMIT_CPU && new_rlim->rlim_cur == 0) {
1551 /*
1552 * The caller is asking for an immediate RLIMIT_CPU
1553 * expiry. But we use the zero value to mean "it was
1554 * never set". So let's cheat and make it one second
1555 * instead
1556 */
1557 new_rlim->rlim_cur = 1;
1558 }
Tom Alsberg9926e4c2007-05-08 00:30:31 -07001559 }
Jiri Slaby5b415352010-03-24 16:11:29 +01001560 if (!retval) {
1561 if (old_rlim)
1562 *old_rlim = *rlim;
1563 if (new_rlim)
1564 *rlim = *new_rlim;
1565 }
Jiri Slaby7855c352009-08-26 23:45:34 +02001566 task_unlock(tsk->group_leader);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001567
Andrew Mortond3561f72006-03-24 03:18:36 -08001568 /*
1569 * RLIMIT_CPU handling. Note that the kernel fails to return an error
1570 * code if it rejected the user's attempt to set RLIMIT_CPU. This is a
1571 * very long-standing error, and fixing it now risks breakage of
1572 * applications, so we live with it
1573 */
Jiri Slaby5b415352010-03-24 16:11:29 +01001574 if (!retval && new_rlim && resource == RLIMIT_CPU &&
1575 new_rlim->rlim_cur != RLIM_INFINITY)
1576 update_rlimit_cpu(tsk, new_rlim->rlim_cur);
Andrew Mortonec9e16b2006-03-24 03:18:34 -08001577out:
Jiri Slaby1c1e6182009-08-28 14:08:17 +02001578 read_unlock(&tasklist_lock);
Oleg Nesterov2fb9d262009-09-03 19:21:45 +02001579 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580}
1581
Jiri Slabyc022a0a2010-05-04 18:03:50 +02001582/* rcu lock must be held */
1583static int check_prlimit_permission(struct task_struct *task)
1584{
1585 const struct cred *cred = current_cred(), *tcred;
1586
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001587 if (current == task)
1588 return 0;
Jiri Slabyc022a0a2010-05-04 18:03:50 +02001589
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001590 tcred = __task_cred(task);
Eric W. Biederman5af66202012-03-03 20:21:47 -08001591 if (uid_eq(cred->uid, tcred->euid) &&
1592 uid_eq(cred->uid, tcred->suid) &&
1593 uid_eq(cred->uid, tcred->uid) &&
1594 gid_eq(cred->gid, tcred->egid) &&
1595 gid_eq(cred->gid, tcred->sgid) &&
1596 gid_eq(cred->gid, tcred->gid))
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001597 return 0;
Eric W. Biedermanc4a4d602011-11-16 23:15:31 -08001598 if (ns_capable(tcred->user_ns, CAP_SYS_RESOURCE))
Serge E. Hallynfc832ad2011-03-23 16:43:22 -07001599 return 0;
1600
1601 return -EPERM;
Jiri Slabyc022a0a2010-05-04 18:03:50 +02001602}
1603
1604SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource,
1605 const struct rlimit64 __user *, new_rlim,
1606 struct rlimit64 __user *, old_rlim)
1607{
1608 struct rlimit64 old64, new64;
1609 struct rlimit old, new;
1610 struct task_struct *tsk;
1611 int ret;
1612
1613 if (new_rlim) {
1614 if (copy_from_user(&new64, new_rlim, sizeof(new64)))
1615 return -EFAULT;
1616 rlim64_to_rlim(&new64, &new);
1617 }
1618
1619 rcu_read_lock();
1620 tsk = pid ? find_task_by_vpid(pid) : current;
1621 if (!tsk) {
1622 rcu_read_unlock();
1623 return -ESRCH;
1624 }
1625 ret = check_prlimit_permission(tsk);
1626 if (ret) {
1627 rcu_read_unlock();
1628 return ret;
1629 }
1630 get_task_struct(tsk);
1631 rcu_read_unlock();
1632
1633 ret = do_prlimit(tsk, resource, new_rlim ? &new : NULL,
1634 old_rlim ? &old : NULL);
1635
1636 if (!ret && old_rlim) {
1637 rlim_to_rlim64(&old, &old64);
1638 if (copy_to_user(old_rlim, &old64, sizeof(old64)))
1639 ret = -EFAULT;
1640 }
1641
1642 put_task_struct(tsk);
1643 return ret;
1644}
1645
Jiri Slaby7855c352009-08-26 23:45:34 +02001646SYSCALL_DEFINE2(setrlimit, unsigned int, resource, struct rlimit __user *, rlim)
1647{
1648 struct rlimit new_rlim;
1649
1650 if (copy_from_user(&new_rlim, rlim, sizeof(*rlim)))
1651 return -EFAULT;
Jiri Slaby5b415352010-03-24 16:11:29 +01001652 return do_prlimit(current, resource, &new_rlim, NULL);
Jiri Slaby7855c352009-08-26 23:45:34 +02001653}
1654
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655/*
1656 * It would make sense to put struct rusage in the task_struct,
1657 * except that would make the task_struct be *really big*. After
1658 * task_struct gets moved into malloc'ed memory, it would
1659 * make sense to do this. It will make moving the rest of the information
1660 * a lot simpler! (Which we're not doing right now because we're not
1661 * measuring them yet).
1662 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663 * When sampling multiple threads for RUSAGE_SELF, under SMP we might have
1664 * races with threads incrementing their own counters. But since word
1665 * reads are atomic, we either get new values or old values and we don't
1666 * care which for the sums. We always take the siglock to protect reading
1667 * the c* fields from p->signal from races with exit.c updating those
1668 * fields when reaping, so a sample either gets all the additions of a
1669 * given child after it's reaped, or none so this sample is before reaping.
Ravikiran G Thirumalai2dd0ebc2006-03-23 03:00:13 -08001670 *
Ravikiran G Thirumalaide047c12006-06-22 14:47:26 -07001671 * Locking:
1672 * We need to take the siglock for CHILDEREN, SELF and BOTH
1673 * for the cases current multithreaded, non-current single threaded
1674 * non-current multithreaded. Thread traversal is now safe with
1675 * the siglock held.
1676 * Strictly speaking, we donot need to take the siglock if we are current and
1677 * single threaded, as no one else can take our signal_struct away, no one
1678 * else can reap the children to update signal->c* counters, and no one else
1679 * can race with the signal-> fields. If we do not take any lock, the
1680 * signal-> fields could be read out of order while another thread was just
1681 * exiting. So we should place a read memory barrier when we avoid the lock.
1682 * On the writer side, write memory barrier is implied in __exit_signal
1683 * as __exit_signal releases the siglock spinlock after updating the signal->
1684 * fields. But we don't do this yet to keep things simple.
Ravikiran G Thirumalai2dd0ebc2006-03-23 03:00:13 -08001685 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686 */
1687
Frank Mayharf06febc2008-09-12 09:54:39 -07001688static void accumulate_thread_rusage(struct task_struct *t, struct rusage *r)
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001689{
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001690 r->ru_nvcsw += t->nvcsw;
1691 r->ru_nivcsw += t->nivcsw;
1692 r->ru_minflt += t->min_flt;
1693 r->ru_majflt += t->maj_flt;
1694 r->ru_inblock += task_io_get_inblock(t);
1695 r->ru_oublock += task_io_get_oublock(t);
1696}
1697
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698static void k_getrusage(struct task_struct *p, int who, struct rusage *r)
1699{
1700 struct task_struct *t;
1701 unsigned long flags;
Hidetoshi Seto0cf55e12009-12-02 17:28:07 +09001702 cputime_t tgutime, tgstime, utime, stime;
Jiri Pirko1f102062009-09-22 16:44:10 -07001703 unsigned long maxrss = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704
1705 memset((char *) r, 0, sizeof *r);
Martin Schwidefsky64861632011-12-15 14:56:09 +01001706 utime = stime = 0;
Oleg Nesterov0f59cc42006-01-08 01:05:15 -08001707
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001708 if (who == RUSAGE_THREAD) {
Frederic Weisbeckere80d0a1a2012-11-21 16:26:44 +01001709 task_cputime_adjusted(current, &utime, &stime);
Frank Mayharf06febc2008-09-12 09:54:39 -07001710 accumulate_thread_rusage(p, r);
Jiri Pirko1f102062009-09-22 16:44:10 -07001711 maxrss = p->signal->maxrss;
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001712 goto out;
1713 }
1714
Oleg Nesterovd6cf7232008-04-30 00:52:38 -07001715 if (!lock_task_sighand(p, &flags))
Ravikiran G Thirumalaide047c12006-06-22 14:47:26 -07001716 return;
Ravikiran G Thirumalai2dd0ebc2006-03-23 03:00:13 -08001717
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718 switch (who) {
Oleg Nesterov0f59cc42006-01-08 01:05:15 -08001719 case RUSAGE_BOTH:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720 case RUSAGE_CHILDREN:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721 utime = p->signal->cutime;
1722 stime = p->signal->cstime;
1723 r->ru_nvcsw = p->signal->cnvcsw;
1724 r->ru_nivcsw = p->signal->cnivcsw;
1725 r->ru_minflt = p->signal->cmin_flt;
1726 r->ru_majflt = p->signal->cmaj_flt;
Eric Dumazet6eaeeab2007-05-10 22:22:37 -07001727 r->ru_inblock = p->signal->cinblock;
1728 r->ru_oublock = p->signal->coublock;
Jiri Pirko1f102062009-09-22 16:44:10 -07001729 maxrss = p->signal->cmaxrss;
Oleg Nesterov0f59cc42006-01-08 01:05:15 -08001730
1731 if (who == RUSAGE_CHILDREN)
1732 break;
1733
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734 case RUSAGE_SELF:
Frederic Weisbeckere80d0a1a2012-11-21 16:26:44 +01001735 thread_group_cputime_adjusted(p, &tgutime, &tgstime);
Martin Schwidefsky64861632011-12-15 14:56:09 +01001736 utime += tgutime;
1737 stime += tgstime;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738 r->ru_nvcsw += p->signal->nvcsw;
1739 r->ru_nivcsw += p->signal->nivcsw;
1740 r->ru_minflt += p->signal->min_flt;
1741 r->ru_majflt += p->signal->maj_flt;
Eric Dumazet6eaeeab2007-05-10 22:22:37 -07001742 r->ru_inblock += p->signal->inblock;
1743 r->ru_oublock += p->signal->oublock;
Jiri Pirko1f102062009-09-22 16:44:10 -07001744 if (maxrss < p->signal->maxrss)
1745 maxrss = p->signal->maxrss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746 t = p;
1747 do {
Frank Mayharf06febc2008-09-12 09:54:39 -07001748 accumulate_thread_rusage(t, r);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749 t = next_thread(t);
1750 } while (t != p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751 break;
Oleg Nesterov0f59cc42006-01-08 01:05:15 -08001752
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753 default:
1754 BUG();
1755 }
Ravikiran G Thirumalaide047c12006-06-22 14:47:26 -07001756 unlock_task_sighand(p, &flags);
Ravikiran G Thirumalaide047c12006-06-22 14:47:26 -07001757
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001758out:
Oleg Nesterov0f59cc42006-01-08 01:05:15 -08001759 cputime_to_timeval(utime, &r->ru_utime);
1760 cputime_to_timeval(stime, &r->ru_stime);
Jiri Pirko1f102062009-09-22 16:44:10 -07001761
1762 if (who != RUSAGE_CHILDREN) {
1763 struct mm_struct *mm = get_task_mm(p);
1764 if (mm) {
1765 setmax_mm_hiwater_rss(&maxrss, mm);
1766 mmput(mm);
1767 }
1768 }
1769 r->ru_maxrss = maxrss * (PAGE_SIZE / 1024); /* convert pages to KBs */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770}
1771
1772int getrusage(struct task_struct *p, int who, struct rusage __user *ru)
1773{
1774 struct rusage r;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775 k_getrusage(p, who, &r);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776 return copy_to_user(ru, &r, sizeof(r)) ? -EFAULT : 0;
1777}
1778
Heiko Carstense48fbb62009-01-14 14:14:26 +01001779SYSCALL_DEFINE2(getrusage, int, who, struct rusage __user *, ru)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001780{
Sripathi Kodi679c9cd2008-04-29 00:58:42 -07001781 if (who != RUSAGE_SELF && who != RUSAGE_CHILDREN &&
1782 who != RUSAGE_THREAD)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001783 return -EINVAL;
1784 return getrusage(current, who, ru);
1785}
1786
Al Viro8d2d5c42013-03-03 12:49:06 -05001787#ifdef CONFIG_COMPAT
1788COMPAT_SYSCALL_DEFINE2(getrusage, int, who, struct compat_rusage __user *, ru)
1789{
1790 struct rusage r;
1791
1792 if (who != RUSAGE_SELF && who != RUSAGE_CHILDREN &&
1793 who != RUSAGE_THREAD)
1794 return -EINVAL;
1795
1796 k_getrusage(current, who, &r);
1797 return put_compat_rusage(&r, ru);
1798}
1799#endif
1800
Heiko Carstense48fbb62009-01-14 14:14:26 +01001801SYSCALL_DEFINE1(umask, int, mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802{
1803 mask = xchg(&current->fs->umask, mask & S_IRWXUGO);
1804 return mask;
1805}
Serge E. Hallyn3b7391d2008-02-04 22:29:45 -08001806
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001807#ifdef CONFIG_CHECKPOINT_RESTORE
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001808static int prctl_set_mm_exe_file(struct mm_struct *mm, unsigned int fd)
1809{
Al Viro2903ff02012-08-28 12:52:22 -04001810 struct fd exe;
Al Viro496ad9a2013-01-23 17:07:38 -05001811 struct inode *inode;
Al Viro2903ff02012-08-28 12:52:22 -04001812 int err;
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001813
Al Viro2903ff02012-08-28 12:52:22 -04001814 exe = fdget(fd);
1815 if (!exe.file)
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001816 return -EBADF;
1817
Al Viro496ad9a2013-01-23 17:07:38 -05001818 inode = file_inode(exe.file);
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001819
1820 /*
1821 * Because the original mm->exe_file points to executable file, make
1822 * sure that this one is executable as well, to avoid breaking an
1823 * overall picture.
1824 */
1825 err = -EACCES;
Al Viro496ad9a2013-01-23 17:07:38 -05001826 if (!S_ISREG(inode->i_mode) ||
Al Viro2903ff02012-08-28 12:52:22 -04001827 exe.file->f_path.mnt->mnt_flags & MNT_NOEXEC)
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001828 goto exit;
1829
Al Viro496ad9a2013-01-23 17:07:38 -05001830 err = inode_permission(inode, MAY_EXEC);
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001831 if (err)
1832 goto exit;
1833
Konstantin Khlebnikovbafb2822012-06-07 14:21:11 -07001834 down_write(&mm->mmap_sem);
1835
1836 /*
Konstantin Khlebnikov4229fb1d2012-07-11 14:02:11 -07001837 * Forbid mm->exe_file change if old file still mapped.
Konstantin Khlebnikovbafb2822012-06-07 14:21:11 -07001838 */
1839 err = -EBUSY;
Konstantin Khlebnikov4229fb1d2012-07-11 14:02:11 -07001840 if (mm->exe_file) {
1841 struct vm_area_struct *vma;
1842
1843 for (vma = mm->mmap; vma; vma = vma->vm_next)
1844 if (vma->vm_file &&
1845 path_equal(&vma->vm_file->f_path,
1846 &mm->exe_file->f_path))
1847 goto exit_unlock;
Konstantin Khlebnikovbafb2822012-06-07 14:21:11 -07001848 }
1849
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001850 /*
1851 * The symlink can be changed only once, just to disallow arbitrary
1852 * transitions malicious software might bring in. This means one
1853 * could make a snapshot over all processes running and monitor
1854 * /proc/pid/exe changes to notice unusual activity if needed.
1855 */
Konstantin Khlebnikovbafb2822012-06-07 14:21:11 -07001856 err = -EPERM;
1857 if (test_and_set_bit(MMF_EXE_FILE_CHANGED, &mm->flags))
1858 goto exit_unlock;
1859
Konstantin Khlebnikov4229fb1d2012-07-11 14:02:11 -07001860 err = 0;
Al Viro2903ff02012-08-28 12:52:22 -04001861 set_mm_exe_file(mm, exe.file); /* this grabs a reference to exe.file */
Konstantin Khlebnikovbafb2822012-06-07 14:21:11 -07001862exit_unlock:
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001863 up_write(&mm->mmap_sem);
1864
1865exit:
Al Viro2903ff02012-08-28 12:52:22 -04001866 fdput(exe);
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001867 return err;
1868}
1869
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001870static int prctl_set_mm(int opt, unsigned long addr,
1871 unsigned long arg4, unsigned long arg5)
1872{
1873 unsigned long rlim = rlimit(RLIMIT_DATA);
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001874 struct mm_struct *mm = current->mm;
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001875 struct vm_area_struct *vma;
1876 int error;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001877
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001878 if (arg5 || (arg4 && opt != PR_SET_MM_AUXV))
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001879 return -EINVAL;
1880
Cyrill Gorcunov79f07132012-03-15 15:17:10 -07001881 if (!capable(CAP_SYS_RESOURCE))
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001882 return -EPERM;
1883
Cyrill Gorcunovb32dfe32012-05-31 16:26:46 -07001884 if (opt == PR_SET_MM_EXE_FILE)
1885 return prctl_set_mm_exe_file(mm, (unsigned int)addr);
1886
Cyrill Gorcunov1ad75b92012-06-07 14:21:11 -07001887 if (addr >= TASK_SIZE || addr < mmap_min_addr)
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001888 return -EINVAL;
1889
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001890 error = -EINVAL;
1891
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001892 down_read(&mm->mmap_sem);
1893 vma = find_vma(mm, addr);
1894
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001895 switch (opt) {
1896 case PR_SET_MM_START_CODE:
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001897 mm->start_code = addr;
1898 break;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001899 case PR_SET_MM_END_CODE:
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001900 mm->end_code = addr;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001901 break;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001902 case PR_SET_MM_START_DATA:
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001903 mm->start_data = addr;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001904 break;
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001905 case PR_SET_MM_END_DATA:
1906 mm->end_data = addr;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001907 break;
1908
1909 case PR_SET_MM_START_BRK:
1910 if (addr <= mm->end_data)
1911 goto out;
1912
1913 if (rlim < RLIM_INFINITY &&
1914 (mm->brk - addr) +
1915 (mm->end_data - mm->start_data) > rlim)
1916 goto out;
1917
1918 mm->start_brk = addr;
1919 break;
1920
1921 case PR_SET_MM_BRK:
1922 if (addr <= mm->end_data)
1923 goto out;
1924
1925 if (rlim < RLIM_INFINITY &&
1926 (addr - mm->start_brk) +
1927 (mm->end_data - mm->start_data) > rlim)
1928 goto out;
1929
1930 mm->brk = addr;
1931 break;
1932
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001933 /*
1934 * If command line arguments and environment
1935 * are placed somewhere else on stack, we can
1936 * set them up here, ARG_START/END to setup
1937 * command line argumets and ENV_START/END
1938 * for environment.
1939 */
1940 case PR_SET_MM_START_STACK:
1941 case PR_SET_MM_ARG_START:
1942 case PR_SET_MM_ARG_END:
1943 case PR_SET_MM_ENV_START:
1944 case PR_SET_MM_ENV_END:
1945 if (!vma) {
1946 error = -EFAULT;
1947 goto out;
1948 }
Cyrill Gorcunovfe8c7f52012-05-31 16:26:45 -07001949 if (opt == PR_SET_MM_START_STACK)
1950 mm->start_stack = addr;
1951 else if (opt == PR_SET_MM_ARG_START)
1952 mm->arg_start = addr;
1953 else if (opt == PR_SET_MM_ARG_END)
1954 mm->arg_end = addr;
1955 else if (opt == PR_SET_MM_ENV_START)
1956 mm->env_start = addr;
1957 else if (opt == PR_SET_MM_ENV_END)
1958 mm->env_end = addr;
1959 break;
1960
1961 /*
1962 * This doesn't move auxiliary vector itself
1963 * since it's pinned to mm_struct, but allow
1964 * to fill vector with new values. It's up
1965 * to a caller to provide sane values here
1966 * otherwise user space tools which use this
1967 * vector might be unhappy.
1968 */
1969 case PR_SET_MM_AUXV: {
1970 unsigned long user_auxv[AT_VECTOR_SIZE];
1971
1972 if (arg4 > sizeof(user_auxv))
1973 goto out;
1974 up_read(&mm->mmap_sem);
1975
1976 if (copy_from_user(user_auxv, (const void __user *)addr, arg4))
1977 return -EFAULT;
1978
1979 /* Make sure the last entry is always AT_NULL */
1980 user_auxv[AT_VECTOR_SIZE - 2] = 0;
1981 user_auxv[AT_VECTOR_SIZE - 1] = 0;
1982
1983 BUILD_BUG_ON(sizeof(user_auxv) != sizeof(mm->saved_auxv));
1984
1985 task_lock(current);
1986 memcpy(mm->saved_auxv, user_auxv, arg4);
1987 task_unlock(current);
1988
1989 return 0;
1990 }
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001991 default:
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001992 goto out;
1993 }
1994
1995 error = 0;
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001996out:
1997 up_read(&mm->mmap_sem);
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08001998 return error;
1999}
Cyrill Gorcunov300f7862012-06-07 14:21:12 -07002000
2001static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr)
2002{
2003 return put_user(me->clear_child_tid, tid_addr);
2004}
2005
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08002006#else /* CONFIG_CHECKPOINT_RESTORE */
2007static int prctl_set_mm(int opt, unsigned long addr,
2008 unsigned long arg4, unsigned long arg5)
2009{
2010 return -EINVAL;
2011}
Cyrill Gorcunov300f7862012-06-07 14:21:12 -07002012static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr)
2013{
2014 return -EINVAL;
2015}
Cyrill Gorcunov028ee4b2012-01-12 17:20:55 -08002016#endif
2017
Heiko Carstensc4ea37c2009-01-14 14:14:28 +01002018SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3,
2019 unsigned long, arg4, unsigned long, arg5)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020{
David Howellsb6dff3e2008-11-14 10:39:16 +11002021 struct task_struct *me = current;
2022 unsigned char comm[sizeof(me->comm)];
2023 long error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024
David Howellsd84f4f92008-11-14 10:39:23 +11002025 error = security_task_prctl(option, arg2, arg3, arg4, arg5);
2026 if (error != -ENOSYS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027 return error;
2028
David Howellsd84f4f92008-11-14 10:39:23 +11002029 error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030 switch (option) {
Andrew Mortonf3cbd432013-02-21 16:43:07 -08002031 case PR_SET_PDEATHSIG:
2032 if (!valid_signal(arg2)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033 error = -EINVAL;
2034 break;
Andrew Mortonf3cbd432013-02-21 16:43:07 -08002035 }
2036 me->pdeath_signal = arg2;
2037 break;
2038 case PR_GET_PDEATHSIG:
2039 error = put_user(me->pdeath_signal, (int __user *)arg2);
2040 break;
2041 case PR_GET_DUMPABLE:
2042 error = get_dumpable(me->mm);
2043 break;
2044 case PR_SET_DUMPABLE:
2045 if (arg2 != SUID_DUMP_DISABLE && arg2 != SUID_DUMP_USER) {
2046 error = -EINVAL;
2047 break;
2048 }
2049 set_dumpable(me->mm, arg2);
2050 break;
2051
2052 case PR_SET_UNALIGN:
2053 error = SET_UNALIGN_CTL(me, arg2);
2054 break;
2055 case PR_GET_UNALIGN:
2056 error = GET_UNALIGN_CTL(me, arg2);
2057 break;
2058 case PR_SET_FPEMU:
2059 error = SET_FPEMU_CTL(me, arg2);
2060 break;
2061 case PR_GET_FPEMU:
2062 error = GET_FPEMU_CTL(me, arg2);
2063 break;
2064 case PR_SET_FPEXC:
2065 error = SET_FPEXC_CTL(me, arg2);
2066 break;
2067 case PR_GET_FPEXC:
2068 error = GET_FPEXC_CTL(me, arg2);
2069 break;
2070 case PR_GET_TIMING:
2071 error = PR_TIMING_STATISTICAL;
2072 break;
2073 case PR_SET_TIMING:
2074 if (arg2 != PR_TIMING_STATISTICAL)
2075 error = -EINVAL;
2076 break;
2077 case PR_SET_NAME:
2078 comm[sizeof(me->comm) - 1] = 0;
2079 if (strncpy_from_user(comm, (char __user *)arg2,
2080 sizeof(me->comm) - 1) < 0)
2081 return -EFAULT;
2082 set_task_comm(me, comm);
2083 proc_comm_connector(me);
2084 break;
2085 case PR_GET_NAME:
2086 get_task_comm(comm, me);
2087 if (copy_to_user((char __user *)arg2, comm, sizeof(comm)))
2088 return -EFAULT;
2089 break;
2090 case PR_GET_ENDIAN:
2091 error = GET_ENDIAN(me, arg2);
2092 break;
2093 case PR_SET_ENDIAN:
2094 error = SET_ENDIAN(me, arg2);
2095 break;
2096 case PR_GET_SECCOMP:
2097 error = prctl_get_seccomp();
2098 break;
2099 case PR_SET_SECCOMP:
2100 error = prctl_set_seccomp(arg2, (char __user *)arg3);
2101 break;
2102 case PR_GET_TSC:
2103 error = GET_TSC_CTL(arg2);
2104 break;
2105 case PR_SET_TSC:
2106 error = SET_TSC_CTL(arg2);
2107 break;
2108 case PR_TASK_PERF_EVENTS_DISABLE:
2109 error = perf_event_task_disable();
2110 break;
2111 case PR_TASK_PERF_EVENTS_ENABLE:
2112 error = perf_event_task_enable();
2113 break;
2114 case PR_GET_TIMERSLACK:
2115 error = current->timer_slack_ns;
2116 break;
2117 case PR_SET_TIMERSLACK:
2118 if (arg2 <= 0)
2119 current->timer_slack_ns =
2120 current->default_timer_slack_ns;
2121 else
2122 current->timer_slack_ns = arg2;
2123 break;
2124 case PR_MCE_KILL:
2125 if (arg4 | arg5)
2126 return -EINVAL;
2127 switch (arg2) {
2128 case PR_MCE_KILL_CLEAR:
2129 if (arg3 != 0)
2130 return -EINVAL;
2131 current->flags &= ~PF_MCE_PROCESS;
2132 break;
2133 case PR_MCE_KILL_SET:
2134 current->flags |= PF_MCE_PROCESS;
2135 if (arg3 == PR_MCE_KILL_EARLY)
2136 current->flags |= PF_MCE_EARLY;
2137 else if (arg3 == PR_MCE_KILL_LATE)
2138 current->flags &= ~PF_MCE_EARLY;
2139 else if (arg3 == PR_MCE_KILL_DEFAULT)
2140 current->flags &=
2141 ~(PF_MCE_EARLY|PF_MCE_PROCESS);
2142 else
2143 return -EINVAL;
2144 break;
2145 default:
2146 return -EINVAL;
2147 }
2148 break;
2149 case PR_MCE_KILL_GET:
2150 if (arg2 | arg3 | arg4 | arg5)
2151 return -EINVAL;
2152 if (current->flags & PF_MCE_PROCESS)
2153 error = (current->flags & PF_MCE_EARLY) ?
2154 PR_MCE_KILL_EARLY : PR_MCE_KILL_LATE;
2155 else
2156 error = PR_MCE_KILL_DEFAULT;
2157 break;
2158 case PR_SET_MM:
2159 error = prctl_set_mm(arg2, arg3, arg4, arg5);
2160 break;
2161 case PR_GET_TID_ADDRESS:
2162 error = prctl_get_tid_address(me, (int __user **)arg2);
2163 break;
2164 case PR_SET_CHILD_SUBREAPER:
2165 me->signal->is_child_subreaper = !!arg2;
2166 break;
2167 case PR_GET_CHILD_SUBREAPER:
2168 error = put_user(me->signal->is_child_subreaper,
2169 (int __user *)arg2);
2170 break;
2171 case PR_SET_NO_NEW_PRIVS:
2172 if (arg2 != 1 || arg3 || arg4 || arg5)
2173 return -EINVAL;
2174
2175 current->no_new_privs = 1;
2176 break;
2177 case PR_GET_NO_NEW_PRIVS:
2178 if (arg2 || arg3 || arg4 || arg5)
2179 return -EINVAL;
2180 return current->no_new_privs ? 1 : 0;
2181 default:
2182 error = -EINVAL;
2183 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184 }
2185 return error;
2186}
Andi Kleen3cfc3482006-09-26 10:52:28 +02002187
Heiko Carstens836f92a2009-01-14 14:14:33 +01002188SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep,
2189 struct getcpu_cache __user *, unused)
Andi Kleen3cfc3482006-09-26 10:52:28 +02002190{
2191 int err = 0;
2192 int cpu = raw_smp_processor_id();
2193 if (cpup)
2194 err |= put_user(cpu, cpup);
2195 if (nodep)
2196 err |= put_user(cpu_to_node(cpu), nodep);
Andi Kleen3cfc3482006-09-26 10:52:28 +02002197 return err ? -EFAULT : 0;
2198}
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -07002199
2200char poweroff_cmd[POWEROFF_CMD_PATH_LEN] = "/sbin/poweroff";
2201
Andrew Mortonb57b44a2012-07-30 14:40:03 -07002202static int __orderly_poweroff(void)
2203{
2204 int argc;
2205 char **argv;
2206 static char *envp[] = {
2207 "HOME=/",
2208 "PATH=/sbin:/bin:/usr/sbin:/usr/bin",
2209 NULL
2210 };
2211 int ret;
2212
2213 argv = argv_split(GFP_ATOMIC, poweroff_cmd, &argc);
2214 if (argv == NULL) {
2215 printk(KERN_WARNING "%s failed to allocate memory for \"%s\"\n",
2216 __func__, poweroff_cmd);
2217 return -ENOMEM;
2218 }
2219
hongfeng6c0c0d42012-10-04 17:12:25 -07002220 ret = call_usermodehelper_fns(argv[0], argv, envp, UMH_WAIT_EXEC,
Oleg Nesterov7ff67642013-02-27 17:02:52 -08002221 NULL, NULL, NULL);
2222 argv_free(argv);
Andrew Mortonb57b44a2012-07-30 14:40:03 -07002223
2224 return ret;
2225}
2226
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -07002227/**
2228 * orderly_poweroff - Trigger an orderly system poweroff
2229 * @force: force poweroff if command execution fails
2230 *
2231 * This may be called from any context to trigger a system shutdown.
2232 * If the orderly shutdown fails, it will force an immediate shutdown.
2233 */
2234int orderly_poweroff(bool force)
2235{
Andrew Mortonb57b44a2012-07-30 14:40:03 -07002236 int ret = __orderly_poweroff();
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -07002237
Andrew Mortonb57b44a2012-07-30 14:40:03 -07002238 if (ret && force) {
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -07002239 printk(KERN_WARNING "Failed to start orderly shutdown: "
2240 "forcing the issue\n");
2241
Andrew Mortonb57b44a2012-07-30 14:40:03 -07002242 /*
2243 * I guess this should try to kick off some daemon to sync and
2244 * poweroff asap. Or not even bother syncing if we're doing an
2245 * emergency shutdown?
2246 */
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -07002247 emergency_sync();
2248 kernel_power_off();
2249 }
2250
2251 return ret;
2252}
2253EXPORT_SYMBOL_GPL(orderly_poweroff);