blob: 40d791d616b521d9ed974e8a5be7c9cba2ec3660 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * sysctl.c: General linux system control interface
3 *
4 * Begun 24 March 1995, Stephen Tweedie
5 * Added /proc support, Dec 1995
6 * Added bdflush entry and intvec min/max checking, 2/23/96, Tom Dyas.
7 * Added hooks for /proc/sys/net (minor, minor patch), 96/4/1, Mike Shaver.
8 * Added kernel/java-{interpreter,appletviewer}, 96/5/10, Mike Shaver.
9 * Dynamic registration fixes, Stephen Tweedie.
10 * Added kswapd-interval, ctrl-alt-del, printk stuff, 1/8/97, Chris Horn.
11 * Made sysctl support optional via CONFIG_SYSCTL, 1/10/97, Chris
12 * Horn.
13 * Added proc_doulongvec_ms_jiffies_minmax, 09/08/99, Carlos H. Bauer.
14 * Added proc_doulongvec_minmax, 09/08/99, Carlos H. Bauer.
15 * Changed linked lists to use list.h instead of lists.h, 02/24/00, Bill
16 * Wendling.
17 * The list_for_each() macro wasn't appropriate for the sysctl loop.
18 * Removed it and replaced it with older style, 03/23/00, Bill Wendling
19 */
20
Linus Torvalds1da177e2005-04-16 15:20:36 -070021#include <linux/module.h>
22#include <linux/mm.h>
23#include <linux/swap.h>
24#include <linux/slab.h>
25#include <linux/sysctl.h>
26#include <linux/proc_fs.h>
Andrew Morgan72c2d582007-10-18 03:05:59 -070027#include <linux/security.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include <linux/ctype.h>
Vegard Nossumdfec0722008-04-04 00:51:41 +020029#include <linux/kmemcheck.h>
Adrian Bunk62239ac2007-07-17 04:03:45 -070030#include <linux/fs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#include <linux/init.h>
32#include <linux/kernel.h>
Kay Sievers0296b222005-11-11 05:33:52 +010033#include <linux/kobject.h>
Arnaldo Carvalho de Melo20380732005-08-16 02:18:02 -030034#include <linux/net.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include <linux/sysrq.h>
36#include <linux/highuid.h>
37#include <linux/writeback.h>
Ingo Molnar3fff4c42009-09-22 16:18:09 +020038#include <linux/ratelimit.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <linux/hugetlb.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include <linux/initrd.h>
David Howells0b77f5b2008-04-29 01:01:32 -070041#include <linux/key.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include <linux/times.h>
43#include <linux/limits.h>
44#include <linux/dcache.h>
45#include <linux/syscalls.h>
Adrian Bunkc748e132008-07-23 21:27:03 -070046#include <linux/vmstat.h>
Pavel Machekc255d842006-02-20 18:27:58 -080047#include <linux/nfs_fs.h>
48#include <linux/acpi.h>
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -070049#include <linux/reboot.h>
Steven Rostedtb0fc4942008-05-12 21:20:43 +020050#include <linux/ftrace.h>
David Howells12e22c52009-04-03 16:42:35 +010051#include <linux/slow-work.h>
Ingo Molnarcdd6c482009-09-21 12:02:48 +020052#include <linux/perf_event.h>
Masami Hiramatsub2be84d2010-02-25 08:34:15 -050053#include <linux/kprobes.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
55#include <asm/uaccess.h>
56#include <asm/processor.h>
57
Andi Kleen29cbc782006-09-30 01:47:55 +020058#ifdef CONFIG_X86
59#include <asm/nmi.h>
Chuck Ebbert0741f4d2006-12-07 02:14:11 +010060#include <asm/stacktrace.h>
Ingo Molnar6e7c4022008-01-30 13:30:05 +010061#include <asm/io.h>
Andi Kleen29cbc782006-09-30 01:47:55 +020062#endif
63
Eric W. Biederman7058cb02007-10-18 03:05:58 -070064
Linus Torvalds1da177e2005-04-16 15:20:36 -070065#if defined(CONFIG_SYSCTL)
66
67/* External variables not in a header file. */
68extern int C_A_D;
Ingo Molnar45807a12007-07-15 23:40:10 -070069extern int print_fatal_signals;
Linus Torvalds1da177e2005-04-16 15:20:36 -070070extern int sysctl_overcommit_memory;
71extern int sysctl_overcommit_ratio;
KAMEZAWA Hiroyukifadd8fb2006-06-23 02:03:13 -070072extern int sysctl_panic_on_oom;
David Rientjesfe071d72007-10-16 23:25:56 -070073extern int sysctl_oom_kill_allocating_task;
David Rientjesfef1bdd2008-02-07 00:14:07 -080074extern int sysctl_oom_dump_tasks;
Linus Torvalds1da177e2005-04-16 15:20:36 -070075extern int max_threads;
Linus Torvalds1da177e2005-04-16 15:20:36 -070076extern int core_uses_pid;
Alan Coxd6e71142005-06-23 00:09:43 -070077extern int suid_dumpable;
Linus Torvalds1da177e2005-04-16 15:20:36 -070078extern char core_pattern[];
Neil Hormana2939802009-09-23 15:56:56 -070079extern unsigned int core_pipe_limit;
Linus Torvalds1da177e2005-04-16 15:20:36 -070080extern int pid_max;
81extern int min_free_kbytes;
Linus Torvalds1da177e2005-04-16 15:20:36 -070082extern int pid_max_min, pid_max_max;
Andrew Morton9d0243b2006-01-08 01:00:39 -080083extern int sysctl_drop_caches;
Rohit Seth8ad4b1f2006-01-08 01:00:40 -080084extern int percpu_pagelist_fraction;
Andi Kleenbebfa102006-06-26 13:56:52 +020085extern int compat_log;
Arjan van de Ven97455122008-01-25 21:08:34 +010086extern int latencytop_enabled;
Al Viroeceea0b2008-05-10 10:08:32 -040087extern int sysctl_nr_open_min, sysctl_nr_open_max;
Paul Mundtdd8632a2009-01-08 12:04:47 +000088#ifndef CONFIG_MMU
89extern int sysctl_nr_trim_pages;
90#endif
Paul E. McKenney31a72bc2008-06-18 09:26:49 -070091#ifdef CONFIG_RCU_TORTURE_TEST
92extern int rcutorture_runnable;
93#endif /* #ifdef CONFIG_RCU_TORTURE_TEST */
Jens Axboecb684b52009-09-15 21:53:11 +020094#ifdef CONFIG_BLOCK
Jens Axboe5e605b62009-08-05 09:07:21 +020095extern int blk_iopoll_enabled;
Jens Axboecb684b52009-09-15 21:53:11 +020096#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070097
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -070098/* Constants used for minimum and maximum */
Bron Gondwana195cf4532008-02-04 22:29:20 -080099#ifdef CONFIG_DETECT_SOFTLOCKUP
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700100static int sixty = 60;
Dimitri Sivanich9383d962008-05-12 21:21:14 +0200101static int neg_one = -1;
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700102#endif
103
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700104static int zero;
Linus Torvaldscd5f9a42009-04-06 13:38:46 -0700105static int __maybe_unused one = 1;
106static int __maybe_unused two = 2;
Sven Wegenerfc3501d2009-02-11 13:04:23 -0800107static unsigned long one_ul = 1;
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700108static int one_hundred = 100;
Dave Youngaf913222009-09-22 16:43:33 -0700109#ifdef CONFIG_PRINTK
110static int ten_thousand = 10000;
111#endif
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700112
Andrea Righi9e4a5bd2009-04-30 15:08:57 -0700113/* this is needed for the proc_doulongvec_minmax of vm_dirty_bytes */
114static unsigned long dirty_bytes_min = 2 * PAGE_SIZE;
115
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116/* this is needed for the proc_dointvec_minmax for [fs_]overflow UID and GID */
117static int maxolduid = 65535;
118static int minolduid;
Rohit Seth8ad4b1f2006-01-08 01:00:40 -0800119static int min_percpu_pagelist_fract = 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120
121static int ngroups_max = NGROUPS_MAX;
122
Johannes Berga1ef5ad2008-07-08 19:00:17 +0200123#ifdef CONFIG_MODULES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124extern char modprobe_path[];
Kees Cook3d433212009-04-02 15:49:29 -0700125extern int modules_disabled;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127#ifdef CONFIG_CHR_DEV_SG
128extern int sg_big_buff;
129#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130
David S. Miller72c57ed2008-09-11 23:29:54 -0700131#ifdef CONFIG_SPARC
David S. Miller17f04fb2008-09-11 23:33:53 -0700132#include <asm/system.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133#endif
134
David S. Miller08714202008-11-16 23:49:24 -0800135#ifdef CONFIG_SPARC64
136extern int sysctl_tsb_ratio;
137#endif
138
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139#ifdef __hppa__
140extern int pwrsw_enabled;
141extern int unaligned_enabled;
142#endif
143
Martin Schwidefsky347a8dc2006-01-06 00:19:28 -0800144#ifdef CONFIG_S390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145#ifdef CONFIG_MATHEMU
146extern int sysctl_ieee_emulation_warnings;
147#endif
148extern int sysctl_userprocess_debug;
Martin Schwidefsky951f22d2005-07-27 11:44:57 -0700149extern int spin_retry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150#endif
151
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152#ifdef CONFIG_BSD_PROCESS_ACCT
153extern int acct_parm[];
154#endif
155
Jes Sorensend2b176e2006-02-28 09:42:23 -0800156#ifdef CONFIG_IA64
157extern int no_unaligned_warning;
Doug Chapman88fc2412009-01-15 10:38:56 -0800158extern int unaligned_dump_stack;
Jes Sorensend2b176e2006-02-28 09:42:23 -0800159#endif
160
Ingo Molnar3fff4c42009-09-22 16:18:09 +0200161extern struct ratelimit_state printk_ratelimit_state;
162
Ingo Molnar23f78d4a2006-06-27 02:54:53 -0700163#ifdef CONFIG_RT_MUTEXES
164extern int max_lock_depth;
165#endif
166
Randy Dunlapd6f8ff72006-10-19 23:28:34 -0700167#ifdef CONFIG_PROC_SYSCTL
Alexey Dobriyan8d65af72009-09-23 15:57:19 -0700168static int proc_do_cad_pid(struct ctl_table *table, int write,
Cedric Le Goater9ec52092006-10-02 02:19:00 -0700169 void __user *buffer, size_t *lenp, loff_t *ppos);
Alexey Dobriyan8d65af72009-09-23 15:57:19 -0700170static int proc_taint(struct ctl_table *table, int write,
Theodore Ts'o34f5a392007-02-10 01:45:24 -0800171 void __user *buffer, size_t *lenp, loff_t *ppos);
Randy Dunlapd6f8ff72006-10-19 23:28:34 -0700172#endif
Cedric Le Goater9ec52092006-10-02 02:19:00 -0700173
Eric W. Biedermand8217f02007-10-18 03:05:22 -0700174static struct ctl_table root_table[];
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +1100175static struct ctl_table_root sysctl_table_root;
176static struct ctl_table_header root_table_header = {
Al Virob380b0d2008-09-04 17:05:57 +0100177 .count = 1,
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +1100178 .ctl_table = root_table,
Al Viro73455092008-07-14 21:22:20 -0400179 .ctl_entry = LIST_HEAD_INIT(sysctl_table_root.default_set.list),
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +1100180 .root = &sysctl_table_root,
Al Viro73455092008-07-14 21:22:20 -0400181 .set = &sysctl_table_root.default_set,
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +1100182};
183static struct ctl_table_root sysctl_table_root = {
184 .root_list = LIST_HEAD_INIT(sysctl_table_root.root_list),
Al Viro73455092008-07-14 21:22:20 -0400185 .default_set.list = LIST_HEAD_INIT(root_table_header.ctl_entry),
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +1100186};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
Eric W. Biedermand8217f02007-10-18 03:05:22 -0700188static struct ctl_table kern_table[];
189static struct ctl_table vm_table[];
190static struct ctl_table fs_table[];
191static struct ctl_table debug_table[];
192static struct ctl_table dev_table[];
193extern struct ctl_table random_table[];
Amy Griffis2d9048e2006-06-01 13:10:59 -0700194#ifdef CONFIG_INOTIFY_USER
Eric W. Biedermand8217f02007-10-18 03:05:22 -0700195extern struct ctl_table inotify_table[];
Robert Love0399cb02005-07-13 12:38:18 -0400196#endif
Davide Libenzi7ef99642008-12-01 13:13:55 -0800197#ifdef CONFIG_EPOLL
198extern struct ctl_table epoll_table[];
199#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200
201#ifdef HAVE_ARCH_PICK_MMAP_LAYOUT
202int sysctl_legacy_va_layout;
203#endif
204
Peter Zijlstraf20786f2007-07-19 01:48:56 -0700205extern int prove_locking;
206extern int lock_stat;
Eric W. Biederman9bc9a6b2006-12-08 02:39:56 -0800207
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208/* The default sysctl tables: */
209
Eric W. Biedermand8217f02007-10-18 03:05:22 -0700210static struct ctl_table root_table[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 .procname = "kernel",
213 .mode = 0555,
214 .child = kern_table,
215 },
216 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217 .procname = "vm",
218 .mode = 0555,
219 .child = vm_table,
220 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222 .procname = "fs",
223 .mode = 0555,
224 .child = fs_table,
225 },
226 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227 .procname = "debug",
228 .mode = 0555,
229 .child = debug_table,
230 },
231 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 .procname = "dev",
233 .mode = 0555,
234 .child = dev_table,
235 },
Andrew Morton2be7fe02007-07-15 23:41:21 -0700236/*
237 * NOTE: do not add new entries to this table unless you have read
238 * Documentation/sysctl/ctl_unnumbered.txt
239 */
Eric W. Biederman6fce56e2009-04-03 02:30:53 -0700240 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241};
242
Ingo Molnar77e54a12007-07-09 18:52:00 +0200243#ifdef CONFIG_SCHED_DEBUG
Eric Dumazet73c4efd2007-12-18 15:21:13 +0100244static int min_sched_granularity_ns = 100000; /* 100 usecs */
245static int max_sched_granularity_ns = NSEC_PER_SEC; /* 1 second */
246static int min_wakeup_granularity_ns; /* 0 usecs */
247static int max_wakeup_granularity_ns = NSEC_PER_SEC; /* 1 second */
Christian Ehrhardt1983a922009-11-30 12:16:47 +0100248static int min_sched_tunable_scaling = SCHED_TUNABLESCALING_NONE;
249static int max_sched_tunable_scaling = SCHED_TUNABLESCALING_END-1;
Christian Ehrhardtacb4a842009-11-30 12:16:48 +0100250static int min_sched_shares_ratelimit = 100000; /* 100 usec */
251static int max_sched_shares_ratelimit = NSEC_PER_SEC; /* 1 second */
Ingo Molnar77e54a12007-07-09 18:52:00 +0200252#endif
253
Eric W. Biedermand8217f02007-10-18 03:05:22 -0700254static struct ctl_table kern_table[] = {
Mike Galbraith2bba22c2009-09-09 15:41:37 +0200255 {
Mike Galbraith2bba22c2009-09-09 15:41:37 +0200256 .procname = "sched_child_runs_first",
257 .data = &sysctl_sched_child_runs_first,
258 .maxlen = sizeof(unsigned int),
259 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800260 .proc_handler = proc_dointvec,
Mike Galbraith2bba22c2009-09-09 15:41:37 +0200261 },
Ingo Molnar77e54a12007-07-09 18:52:00 +0200262#ifdef CONFIG_SCHED_DEBUG
263 {
Peter Zijlstrab2be5e92007-11-09 22:39:37 +0100264 .procname = "sched_min_granularity_ns",
265 .data = &sysctl_sched_min_granularity,
Ingo Molnar77e54a12007-07-09 18:52:00 +0200266 .maxlen = sizeof(unsigned int),
267 .mode = 0644,
Linus Torvalds702a7c72009-12-12 11:34:10 -0800268 .proc_handler = sched_proc_update_handler,
Peter Zijlstrab2be5e92007-11-09 22:39:37 +0100269 .extra1 = &min_sched_granularity_ns,
270 .extra2 = &max_sched_granularity_ns,
Ingo Molnar77e54a12007-07-09 18:52:00 +0200271 },
272 {
Peter Zijlstra21805082007-08-25 18:41:53 +0200273 .procname = "sched_latency_ns",
274 .data = &sysctl_sched_latency,
275 .maxlen = sizeof(unsigned int),
276 .mode = 0644,
Linus Torvalds702a7c72009-12-12 11:34:10 -0800277 .proc_handler = sched_proc_update_handler,
Peter Zijlstra21805082007-08-25 18:41:53 +0200278 .extra1 = &min_sched_granularity_ns,
279 .extra2 = &max_sched_granularity_ns,
280 },
281 {
Ingo Molnar77e54a12007-07-09 18:52:00 +0200282 .procname = "sched_wakeup_granularity_ns",
283 .data = &sysctl_sched_wakeup_granularity,
284 .maxlen = sizeof(unsigned int),
285 .mode = 0644,
Linus Torvalds702a7c72009-12-12 11:34:10 -0800286 .proc_handler = sched_proc_update_handler,
Ingo Molnar77e54a12007-07-09 18:52:00 +0200287 .extra1 = &min_wakeup_granularity_ns,
288 .extra2 = &max_wakeup_granularity_ns,
289 },
290 {
Peter Zijlstra2398f2c2008-06-27 13:41:35 +0200291 .procname = "sched_shares_ratelimit",
292 .data = &sysctl_sched_shares_ratelimit,
293 .maxlen = sizeof(unsigned int),
294 .mode = 0644,
Linus Torvalds702a7c72009-12-12 11:34:10 -0800295 .proc_handler = sched_proc_update_handler,
Christian Ehrhardtacb4a842009-11-30 12:16:48 +0100296 .extra1 = &min_sched_shares_ratelimit,
297 .extra2 = &max_sched_shares_ratelimit,
Peter Zijlstra2398f2c2008-06-27 13:41:35 +0200298 },
299 {
Christian Ehrhardt1983a922009-11-30 12:16:47 +0100300 .procname = "sched_tunable_scaling",
301 .data = &sysctl_sched_tunable_scaling,
302 .maxlen = sizeof(enum sched_tunable_scaling),
303 .mode = 0644,
Linus Torvalds702a7c72009-12-12 11:34:10 -0800304 .proc_handler = sched_proc_update_handler,
Christian Ehrhardt1983a922009-11-30 12:16:47 +0100305 .extra1 = &min_sched_tunable_scaling,
306 .extra2 = &max_sched_tunable_scaling,
Peter Zijlstra2398f2c2008-06-27 13:41:35 +0200307 },
308 {
Peter Zijlstraffda12a2008-10-17 19:27:02 +0200309 .procname = "sched_shares_thresh",
310 .data = &sysctl_sched_shares_thresh,
311 .maxlen = sizeof(unsigned int),
312 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800313 .proc_handler = proc_dointvec_minmax,
Peter Zijlstraffda12a2008-10-17 19:27:02 +0200314 .extra1 = &zero,
315 },
316 {
Ingo Molnarda84d962007-10-15 17:00:18 +0200317 .procname = "sched_migration_cost",
318 .data = &sysctl_sched_migration_cost,
319 .maxlen = sizeof(unsigned int),
320 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800321 .proc_handler = proc_dointvec,
Ingo Molnarda84d962007-10-15 17:00:18 +0200322 },
Peter Zijlstrab82d9fd2007-11-09 22:39:39 +0100323 {
Peter Zijlstrab82d9fd2007-11-09 22:39:39 +0100324 .procname = "sched_nr_migrate",
325 .data = &sysctl_sched_nr_migrate,
326 .maxlen = sizeof(unsigned int),
Peter Zijlstrafa85ae22008-01-25 21:08:29 +0100327 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800328 .proc_handler = proc_dointvec,
Peter Zijlstrafa85ae22008-01-25 21:08:29 +0100329 },
Arun R Bharadwajcd1bb942009-04-16 12:15:34 +0530330 {
Peter Zijlstrae9e92502009-09-01 10:34:37 +0200331 .procname = "sched_time_avg",
332 .data = &sysctl_sched_time_avg,
333 .maxlen = sizeof(unsigned int),
334 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800335 .proc_handler = proc_dointvec,
Peter Zijlstrae9e92502009-09-01 10:34:37 +0200336 },
337 {
Arun R Bharadwajcd1bb942009-04-16 12:15:34 +0530338 .procname = "timer_migration",
339 .data = &sysctl_timer_migration,
340 .maxlen = sizeof(unsigned int),
341 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800342 .proc_handler = proc_dointvec_minmax,
Arun R Bharadwajbfdb4d92009-06-23 10:00:58 +0530343 .extra1 = &zero,
344 .extra2 = &one,
Arun R Bharadwajcd1bb942009-04-16 12:15:34 +0530345 },
Peter Zijlstra1fc84aa2007-08-25 18:41:52 +0200346#endif
Ingo Molnar1799e352007-09-19 23:34:46 +0200347 {
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +0100348 .procname = "sched_rt_period_us",
349 .data = &sysctl_sched_rt_period,
350 .maxlen = sizeof(unsigned int),
351 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800352 .proc_handler = sched_rt_handler,
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +0100353 },
354 {
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +0100355 .procname = "sched_rt_runtime_us",
356 .data = &sysctl_sched_rt_runtime,
357 .maxlen = sizeof(int),
358 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800359 .proc_handler = sched_rt_handler,
Peter Zijlstra9f0c1e52008-02-13 15:45:39 +0100360 },
361 {
Ingo Molnar1799e352007-09-19 23:34:46 +0200362 .procname = "sched_compat_yield",
363 .data = &sysctl_sched_compat_yield,
364 .maxlen = sizeof(unsigned int),
365 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800366 .proc_handler = proc_dointvec,
Ingo Molnar1799e352007-09-19 23:34:46 +0200367 },
Peter Zijlstraf20786f2007-07-19 01:48:56 -0700368#ifdef CONFIG_PROVE_LOCKING
369 {
Peter Zijlstraf20786f2007-07-19 01:48:56 -0700370 .procname = "prove_locking",
371 .data = &prove_locking,
372 .maxlen = sizeof(int),
373 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800374 .proc_handler = proc_dointvec,
Peter Zijlstraf20786f2007-07-19 01:48:56 -0700375 },
376#endif
377#ifdef CONFIG_LOCK_STAT
378 {
Peter Zijlstraf20786f2007-07-19 01:48:56 -0700379 .procname = "lock_stat",
380 .data = &lock_stat,
381 .maxlen = sizeof(int),
382 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800383 .proc_handler = proc_dointvec,
Peter Zijlstraf20786f2007-07-19 01:48:56 -0700384 },
385#endif
Ingo Molnar77e54a12007-07-09 18:52:00 +0200386 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 .procname = "panic",
388 .data = &panic_timeout,
389 .maxlen = sizeof(int),
390 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800391 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392 },
393 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394 .procname = "core_uses_pid",
395 .data = &core_uses_pid,
396 .maxlen = sizeof(int),
397 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800398 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 },
400 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 .procname = "core_pattern",
402 .data = core_pattern,
Dan Aloni71ce92f2007-05-16 22:11:16 -0700403 .maxlen = CORENAME_MAX_SIZE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800405 .proc_handler = proc_dostring,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406 },
Neil Hormana2939802009-09-23 15:56:56 -0700407 {
Neil Hormana2939802009-09-23 15:56:56 -0700408 .procname = "core_pipe_limit",
409 .data = &core_pipe_limit,
410 .maxlen = sizeof(unsigned int),
411 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800412 .proc_handler = proc_dointvec,
Neil Hormana2939802009-09-23 15:56:56 -0700413 },
Theodore Ts'o34f5a392007-02-10 01:45:24 -0800414#ifdef CONFIG_PROC_SYSCTL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416 .procname = "tainted",
Andi Kleen25ddbb12008-10-15 22:01:41 -0700417 .maxlen = sizeof(long),
Theodore Ts'o34f5a392007-02-10 01:45:24 -0800418 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800419 .proc_handler = proc_taint,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420 },
Theodore Ts'o34f5a392007-02-10 01:45:24 -0800421#endif
Arjan van de Ven97455122008-01-25 21:08:34 +0100422#ifdef CONFIG_LATENCYTOP
423 {
424 .procname = "latencytop",
425 .data = &latencytop_enabled,
426 .maxlen = sizeof(int),
427 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800428 .proc_handler = proc_dointvec,
Arjan van de Ven97455122008-01-25 21:08:34 +0100429 },
430#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700431#ifdef CONFIG_BLK_DEV_INITRD
432 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 .procname = "real-root-dev",
434 .data = &real_root_dev,
435 .maxlen = sizeof(int),
436 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800437 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 },
439#endif
Ingo Molnar45807a12007-07-15 23:40:10 -0700440 {
Ingo Molnar45807a12007-07-15 23:40:10 -0700441 .procname = "print-fatal-signals",
442 .data = &print_fatal_signals,
443 .maxlen = sizeof(int),
444 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800445 .proc_handler = proc_dointvec,
Ingo Molnar45807a12007-07-15 23:40:10 -0700446 },
David S. Miller72c57ed2008-09-11 23:29:54 -0700447#ifdef CONFIG_SPARC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449 .procname = "reboot-cmd",
450 .data = reboot_command,
451 .maxlen = 256,
452 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800453 .proc_handler = proc_dostring,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 },
455 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 .procname = "stop-a",
457 .data = &stop_a_enabled,
458 .maxlen = sizeof (int),
459 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800460 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 },
462 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 .procname = "scons-poweroff",
464 .data = &scons_pwroff,
465 .maxlen = sizeof (int),
466 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800467 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 },
469#endif
David S. Miller08714202008-11-16 23:49:24 -0800470#ifdef CONFIG_SPARC64
471 {
David S. Miller08714202008-11-16 23:49:24 -0800472 .procname = "tsb-ratio",
473 .data = &sysctl_tsb_ratio,
474 .maxlen = sizeof (int),
475 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800476 .proc_handler = proc_dointvec,
David S. Miller08714202008-11-16 23:49:24 -0800477 },
478#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479#ifdef __hppa__
480 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 .procname = "soft-power",
482 .data = &pwrsw_enabled,
483 .maxlen = sizeof (int),
484 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800485 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 },
487 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 .procname = "unaligned-trap",
489 .data = &unaligned_enabled,
490 .maxlen = sizeof (int),
491 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800492 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493 },
494#endif
495 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 .procname = "ctrl-alt-del",
497 .data = &C_A_D,
498 .maxlen = sizeof(int),
499 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800500 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501 },
Steven Rostedt606576c2008-10-06 19:06:12 -0400502#ifdef CONFIG_FUNCTION_TRACER
Steven Rostedtb0fc4942008-05-12 21:20:43 +0200503 {
Steven Rostedtb0fc4942008-05-12 21:20:43 +0200504 .procname = "ftrace_enabled",
505 .data = &ftrace_enabled,
506 .maxlen = sizeof(int),
507 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800508 .proc_handler = ftrace_enable_sysctl,
Steven Rostedtb0fc4942008-05-12 21:20:43 +0200509 },
510#endif
Steven Rostedtf38f1d22008-12-16 23:06:40 -0500511#ifdef CONFIG_STACK_TRACER
512 {
Steven Rostedtf38f1d22008-12-16 23:06:40 -0500513 .procname = "stack_tracer_enabled",
514 .data = &stack_tracer_enabled,
515 .maxlen = sizeof(int),
516 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800517 .proc_handler = stack_trace_sysctl,
Steven Rostedtf38f1d22008-12-16 23:06:40 -0500518 },
519#endif
Steven Rostedt944ac422008-10-23 19:26:08 -0400520#ifdef CONFIG_TRACING
521 {
Peter Zijlstra3299b4d2008-11-04 11:58:21 +0100522 .procname = "ftrace_dump_on_oops",
Steven Rostedt944ac422008-10-23 19:26:08 -0400523 .data = &ftrace_dump_on_oops,
524 .maxlen = sizeof(int),
525 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800526 .proc_handler = proc_dointvec,
Steven Rostedt944ac422008-10-23 19:26:08 -0400527 },
528#endif
Johannes Berga1ef5ad2008-07-08 19:00:17 +0200529#ifdef CONFIG_MODULES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531 .procname = "modprobe",
532 .data = &modprobe_path,
533 .maxlen = KMOD_PATH_LEN,
534 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800535 .proc_handler = proc_dostring,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536 },
Kees Cook3d433212009-04-02 15:49:29 -0700537 {
Kees Cook3d433212009-04-02 15:49:29 -0700538 .procname = "modules_disabled",
539 .data = &modules_disabled,
540 .maxlen = sizeof(int),
541 .mode = 0644,
542 /* only handle a transition from default "0" to "1" */
Eric W. Biederman6d456112009-11-16 03:11:48 -0800543 .proc_handler = proc_dointvec_minmax,
Kees Cook3d433212009-04-02 15:49:29 -0700544 .extra1 = &one,
545 .extra2 = &one,
546 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547#endif
Andrew Morton57ae2502006-06-23 02:05:47 -0700548#if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 .procname = "hotplug",
Kay Sievers312c0042005-11-16 09:00:00 +0100551 .data = &uevent_helper,
552 .maxlen = UEVENT_HELPER_PATH_LEN,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800554 .proc_handler = proc_dostring,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555 },
556#endif
557#ifdef CONFIG_CHR_DEV_SG
558 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559 .procname = "sg-big-buff",
560 .data = &sg_big_buff,
561 .maxlen = sizeof (int),
562 .mode = 0444,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800563 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 },
565#endif
566#ifdef CONFIG_BSD_PROCESS_ACCT
567 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 .procname = "acct",
569 .data = &acct_parm,
570 .maxlen = 3*sizeof(int),
571 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800572 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 },
574#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575#ifdef CONFIG_MAGIC_SYSRQ
576 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577 .procname = "sysrq",
Ingo Molnar5d6f6472006-12-13 00:34:36 -0800578 .data = &__sysrq_enabled,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 .maxlen = sizeof (int),
580 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800581 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 },
583#endif
Randy Dunlapd6f8ff72006-10-19 23:28:34 -0700584#ifdef CONFIG_PROC_SYSCTL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 .procname = "cad_pid",
Cedric Le Goater9ec52092006-10-02 02:19:00 -0700587 .data = NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588 .maxlen = sizeof (int),
589 .mode = 0600,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800590 .proc_handler = proc_do_cad_pid,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 },
Randy Dunlapd6f8ff72006-10-19 23:28:34 -0700592#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594 .procname = "threads-max",
595 .data = &max_threads,
596 .maxlen = sizeof(int),
597 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800598 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 },
600 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601 .procname = "random",
602 .mode = 0555,
603 .child = random_table,
604 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606 .procname = "overflowuid",
607 .data = &overflowuid,
608 .maxlen = sizeof(int),
609 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800610 .proc_handler = proc_dointvec_minmax,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 .extra1 = &minolduid,
612 .extra2 = &maxolduid,
613 },
614 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615 .procname = "overflowgid",
616 .data = &overflowgid,
617 .maxlen = sizeof(int),
618 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800619 .proc_handler = proc_dointvec_minmax,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 .extra1 = &minolduid,
621 .extra2 = &maxolduid,
622 },
Martin Schwidefsky347a8dc2006-01-06 00:19:28 -0800623#ifdef CONFIG_S390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624#ifdef CONFIG_MATHEMU
625 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 .procname = "ieee_emulation_warnings",
627 .data = &sysctl_ieee_emulation_warnings,
628 .maxlen = sizeof(int),
629 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800630 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 },
632#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 .procname = "userprocess_debug",
635 .data = &sysctl_userprocess_debug,
636 .maxlen = sizeof(int),
637 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800638 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 },
640#endif
641 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 .procname = "pid_max",
643 .data = &pid_max,
644 .maxlen = sizeof (int),
645 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800646 .proc_handler = proc_dointvec_minmax,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647 .extra1 = &pid_max_min,
648 .extra2 = &pid_max_max,
649 },
650 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651 .procname = "panic_on_oops",
652 .data = &panic_on_oops,
653 .maxlen = sizeof(int),
654 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800655 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656 },
Joe Perches7ef3d2f2008-02-08 04:21:25 -0800657#if defined CONFIG_PRINTK
658 {
Joe Perches7ef3d2f2008-02-08 04:21:25 -0800659 .procname = "printk",
660 .data = &console_loglevel,
661 .maxlen = 4*sizeof(int),
662 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800663 .proc_handler = proc_dointvec,
Joe Perches7ef3d2f2008-02-08 04:21:25 -0800664 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666 .procname = "printk_ratelimit",
Dave Young717115e2008-07-25 01:45:58 -0700667 .data = &printk_ratelimit_state.interval,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668 .maxlen = sizeof(int),
669 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800670 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 },
672 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 .procname = "printk_ratelimit_burst",
Dave Young717115e2008-07-25 01:45:58 -0700674 .data = &printk_ratelimit_state.burst,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 .maxlen = sizeof(int),
676 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800677 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678 },
Dave Youngaf913222009-09-22 16:43:33 -0700679 {
Dave Youngaf913222009-09-22 16:43:33 -0700680 .procname = "printk_delay",
681 .data = &printk_delay_msec,
682 .maxlen = sizeof(int),
683 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800684 .proc_handler = proc_dointvec_minmax,
Dave Youngaf913222009-09-22 16:43:33 -0700685 .extra1 = &zero,
686 .extra2 = &ten_thousand,
687 },
Joe Perches7ef3d2f2008-02-08 04:21:25 -0800688#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 .procname = "ngroups_max",
691 .data = &ngroups_max,
692 .maxlen = sizeof (int),
693 .mode = 0444,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800694 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695 },
696#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_X86)
697 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698 .procname = "unknown_nmi_panic",
699 .data = &unknown_nmi_panic,
700 .maxlen = sizeof (int),
701 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800702 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703 },
Don Zickus407984f2006-09-26 10:52:27 +0200704 {
Don Zickus407984f2006-09-26 10:52:27 +0200705 .procname = "nmi_watchdog",
706 .data = &nmi_watchdog_enabled,
707 .maxlen = sizeof (int),
708 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800709 .proc_handler = proc_nmi_enabled,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 },
711#endif
712#if defined(CONFIG_X86)
713 {
Don Zickus8da5add2006-09-26 10:52:27 +0200714 .procname = "panic_on_unrecovered_nmi",
715 .data = &panic_on_unrecovered_nmi,
716 .maxlen = sizeof(int),
717 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800718 .proc_handler = proc_dointvec,
Don Zickus8da5add2006-09-26 10:52:27 +0200719 },
720 {
Kurt Garloff5211a242009-06-24 14:32:11 -0700721 .procname = "panic_on_io_nmi",
722 .data = &panic_on_io_nmi,
723 .maxlen = sizeof(int),
724 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800725 .proc_handler = proc_dointvec,
Kurt Garloff5211a242009-06-24 14:32:11 -0700726 },
727 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728 .procname = "bootloader_type",
729 .data = &bootloader_type,
730 .maxlen = sizeof (int),
731 .mode = 0444,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800732 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733 },
Chuck Ebbert0741f4d2006-12-07 02:14:11 +0100734 {
H. Peter Anvin50312962009-05-07 16:54:11 -0700735 .procname = "bootloader_version",
736 .data = &bootloader_version,
737 .maxlen = sizeof (int),
738 .mode = 0444,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800739 .proc_handler = proc_dointvec,
H. Peter Anvin50312962009-05-07 16:54:11 -0700740 },
741 {
Chuck Ebbert0741f4d2006-12-07 02:14:11 +0100742 .procname = "kstack_depth_to_print",
743 .data = &kstack_depth_to_print,
744 .maxlen = sizeof(int),
745 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800746 .proc_handler = proc_dointvec,
Chuck Ebbert0741f4d2006-12-07 02:14:11 +0100747 },
Ingo Molnar6e7c4022008-01-30 13:30:05 +0100748 {
Ingo Molnar6e7c4022008-01-30 13:30:05 +0100749 .procname = "io_delay_type",
750 .data = &io_delay_type,
751 .maxlen = sizeof(int),
752 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800753 .proc_handler = proc_dointvec,
Ingo Molnar6e7c4022008-01-30 13:30:05 +0100754 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755#endif
Luke Yang7a9166e2006-02-20 18:28:07 -0800756#if defined(CONFIG_MMU)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758 .procname = "randomize_va_space",
759 .data = &randomize_va_space,
760 .maxlen = sizeof(int),
761 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800762 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763 },
Luke Yang7a9166e2006-02-20 18:28:07 -0800764#endif
Martin Schwidefsky0152fb32006-01-14 13:21:00 -0800765#if defined(CONFIG_S390) && defined(CONFIG_SMP)
Martin Schwidefsky951f22d2005-07-27 11:44:57 -0700766 {
Martin Schwidefsky951f22d2005-07-27 11:44:57 -0700767 .procname = "spin_retry",
768 .data = &spin_retry,
769 .maxlen = sizeof (int),
770 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800771 .proc_handler = proc_dointvec,
Martin Schwidefsky951f22d2005-07-27 11:44:57 -0700772 },
773#endif
Len Brown673d5b42007-07-28 03:33:16 -0400774#if defined(CONFIG_ACPI_SLEEP) && defined(CONFIG_X86)
Pavel Machekc255d842006-02-20 18:27:58 -0800775 {
Pavel Machekc255d842006-02-20 18:27:58 -0800776 .procname = "acpi_video_flags",
Pavel Machek77afcf72007-07-19 01:47:41 -0700777 .data = &acpi_realmode_flags,
Pavel Machekc255d842006-02-20 18:27:58 -0800778 .maxlen = sizeof (unsigned long),
779 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800780 .proc_handler = proc_doulongvec_minmax,
Pavel Machekc255d842006-02-20 18:27:58 -0800781 },
782#endif
Jes Sorensend2b176e2006-02-28 09:42:23 -0800783#ifdef CONFIG_IA64
784 {
Jes Sorensend2b176e2006-02-28 09:42:23 -0800785 .procname = "ignore-unaligned-usertrap",
786 .data = &no_unaligned_warning,
787 .maxlen = sizeof (int),
788 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800789 .proc_handler = proc_dointvec,
Jes Sorensend2b176e2006-02-28 09:42:23 -0800790 },
Doug Chapman88fc2412009-01-15 10:38:56 -0800791 {
Doug Chapman88fc2412009-01-15 10:38:56 -0800792 .procname = "unaligned-dump-stack",
793 .data = &unaligned_dump_stack,
794 .maxlen = sizeof (int),
795 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800796 .proc_handler = proc_dointvec,
Doug Chapman88fc2412009-01-15 10:38:56 -0800797 },
Jes Sorensend2b176e2006-02-28 09:42:23 -0800798#endif
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700799#ifdef CONFIG_DETECT_SOFTLOCKUP
800 {
Ingo Molnar9c44bc02008-05-12 21:21:04 +0200801 .procname = "softlockup_panic",
802 .data = &softlockup_panic,
803 .maxlen = sizeof(int),
804 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800805 .proc_handler = proc_dointvec_minmax,
Ingo Molnar9c44bc02008-05-12 21:21:04 +0200806 .extra1 = &zero,
807 .extra2 = &one,
808 },
809 {
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700810 .procname = "softlockup_thresh",
811 .data = &softlockup_thresh,
Dimitri Sivanich9383d962008-05-12 21:21:14 +0200812 .maxlen = sizeof(int),
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700813 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800814 .proc_handler = proc_dosoftlockup_thresh,
Dimitri Sivanich9383d962008-05-12 21:21:14 +0200815 .extra1 = &neg_one,
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700816 .extra2 = &sixty,
817 },
Mandeep Singh Bainese162b392009-01-15 11:08:40 -0800818#endif
819#ifdef CONFIG_DETECT_HUNG_TASK
820 {
Mandeep Singh Bainese162b392009-01-15 11:08:40 -0800821 .procname = "hung_task_panic",
822 .data = &sysctl_hung_task_panic,
823 .maxlen = sizeof(int),
824 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800825 .proc_handler = proc_dointvec_minmax,
Mandeep Singh Bainese162b392009-01-15 11:08:40 -0800826 .extra1 = &zero,
827 .extra2 = &one,
828 },
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100829 {
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100830 .procname = "hung_task_check_count",
831 .data = &sysctl_hung_task_check_count,
Ingo Molnar90739082008-01-25 21:08:34 +0100832 .maxlen = sizeof(unsigned long),
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100833 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800834 .proc_handler = proc_doulongvec_minmax,
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100835 },
836 {
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100837 .procname = "hung_task_timeout_secs",
838 .data = &sysctl_hung_task_timeout_secs,
Ingo Molnar90739082008-01-25 21:08:34 +0100839 .maxlen = sizeof(unsigned long),
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100840 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800841 .proc_handler = proc_dohung_task_timeout_secs,
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100842 },
843 {
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100844 .procname = "hung_task_warnings",
845 .data = &sysctl_hung_task_warnings,
Ingo Molnar90739082008-01-25 21:08:34 +0100846 .maxlen = sizeof(unsigned long),
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100847 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800848 .proc_handler = proc_doulongvec_minmax,
Ingo Molnar82a1fcb2008-01-25 21:08:02 +0100849 },
Ravikiran G Thirumalaic4f3b632007-10-16 23:26:09 -0700850#endif
Andi Kleenbebfa102006-06-26 13:56:52 +0200851#ifdef CONFIG_COMPAT
852 {
Andi Kleenbebfa102006-06-26 13:56:52 +0200853 .procname = "compat-log",
854 .data = &compat_log,
855 .maxlen = sizeof (int),
856 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800857 .proc_handler = proc_dointvec,
Andi Kleenbebfa102006-06-26 13:56:52 +0200858 },
859#endif
Ingo Molnar23f78d4a2006-06-27 02:54:53 -0700860#ifdef CONFIG_RT_MUTEXES
861 {
Ingo Molnar23f78d4a2006-06-27 02:54:53 -0700862 .procname = "max_lock_depth",
863 .data = &max_lock_depth,
864 .maxlen = sizeof(int),
865 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800866 .proc_handler = proc_dointvec,
Ingo Molnar23f78d4a2006-06-27 02:54:53 -0700867 },
868#endif
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -0700869 {
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -0700870 .procname = "poweroff_cmd",
871 .data = &poweroff_cmd,
872 .maxlen = POWEROFF_CMD_PATH_LEN,
873 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800874 .proc_handler = proc_dostring,
Jeremy Fitzhardinge10a0a8d2007-07-17 18:37:02 -0700875 },
David Howells0b77f5b2008-04-29 01:01:32 -0700876#ifdef CONFIG_KEYS
877 {
David Howells0b77f5b2008-04-29 01:01:32 -0700878 .procname = "keys",
879 .mode = 0555,
880 .child = key_sysctls,
881 },
882#endif
Paul E. McKenney31a72bc2008-06-18 09:26:49 -0700883#ifdef CONFIG_RCU_TORTURE_TEST
884 {
Paul E. McKenney31a72bc2008-06-18 09:26:49 -0700885 .procname = "rcutorture_runnable",
886 .data = &rcutorture_runnable,
887 .maxlen = sizeof(int),
888 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800889 .proc_handler = proc_dointvec,
Paul E. McKenney31a72bc2008-06-18 09:26:49 -0700890 },
891#endif
David Howells12e22c52009-04-03 16:42:35 +0100892#ifdef CONFIG_SLOW_WORK
893 {
David Howells12e22c52009-04-03 16:42:35 +0100894 .procname = "slow-work",
895 .mode = 0555,
896 .child = slow_work_sysctls,
897 },
898#endif
Ingo Molnarcdd6c482009-09-21 12:02:48 +0200899#ifdef CONFIG_PERF_EVENTS
Peter Zijlstra1ccd1542009-04-09 10:53:45 +0200900 {
Ingo Molnarcdd6c482009-09-21 12:02:48 +0200901 .procname = "perf_event_paranoid",
902 .data = &sysctl_perf_event_paranoid,
903 .maxlen = sizeof(sysctl_perf_event_paranoid),
Peter Zijlstra1ccd1542009-04-09 10:53:45 +0200904 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800905 .proc_handler = proc_dointvec,
Peter Zijlstra1ccd1542009-04-09 10:53:45 +0200906 },
Peter Zijlstrac5078f72009-05-05 17:50:24 +0200907 {
Ingo Molnarcdd6c482009-09-21 12:02:48 +0200908 .procname = "perf_event_mlock_kb",
909 .data = &sysctl_perf_event_mlock,
910 .maxlen = sizeof(sysctl_perf_event_mlock),
Peter Zijlstrac5078f72009-05-05 17:50:24 +0200911 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800912 .proc_handler = proc_dointvec,
Peter Zijlstrac5078f72009-05-05 17:50:24 +0200913 },
Peter Zijlstraa78ac322009-05-25 17:39:05 +0200914 {
Ingo Molnarcdd6c482009-09-21 12:02:48 +0200915 .procname = "perf_event_max_sample_rate",
916 .data = &sysctl_perf_event_sample_rate,
917 .maxlen = sizeof(sysctl_perf_event_sample_rate),
Peter Zijlstraa78ac322009-05-25 17:39:05 +0200918 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800919 .proc_handler = proc_dointvec,
Peter Zijlstraa78ac322009-05-25 17:39:05 +0200920 },
Peter Zijlstra1ccd1542009-04-09 10:53:45 +0200921#endif
Vegard Nossumdfec0722008-04-04 00:51:41 +0200922#ifdef CONFIG_KMEMCHECK
923 {
Vegard Nossumdfec0722008-04-04 00:51:41 +0200924 .procname = "kmemcheck",
925 .data = &kmemcheck_enabled,
926 .maxlen = sizeof(int),
927 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800928 .proc_handler = proc_dointvec,
Vegard Nossumdfec0722008-04-04 00:51:41 +0200929 },
930#endif
Jens Axboecb684b52009-09-15 21:53:11 +0200931#ifdef CONFIG_BLOCK
Jens Axboe5e605b62009-08-05 09:07:21 +0200932 {
Jens Axboe5e605b62009-08-05 09:07:21 +0200933 .procname = "blk_iopoll",
934 .data = &blk_iopoll_enabled,
935 .maxlen = sizeof(int),
936 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800937 .proc_handler = proc_dointvec,
Jens Axboe5e605b62009-08-05 09:07:21 +0200938 },
Jens Axboecb684b52009-09-15 21:53:11 +0200939#endif
Andrew Mortoned2c12f2007-07-19 01:50:35 -0700940/*
941 * NOTE: do not add new entries to this table unless you have read
942 * Documentation/sysctl/ctl_unnumbered.txt
943 */
Eric W. Biederman6fce56e2009-04-03 02:30:53 -0700944 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945};
946
Eric W. Biedermand8217f02007-10-18 03:05:22 -0700947static struct ctl_table vm_table[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700948 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 .procname = "overcommit_memory",
950 .data = &sysctl_overcommit_memory,
951 .maxlen = sizeof(sysctl_overcommit_memory),
952 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800953 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954 },
955 {
KAMEZAWA Hiroyukifadd8fb2006-06-23 02:03:13 -0700956 .procname = "panic_on_oom",
957 .data = &sysctl_panic_on_oom,
958 .maxlen = sizeof(sysctl_panic_on_oom),
959 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800960 .proc_handler = proc_dointvec,
KAMEZAWA Hiroyukifadd8fb2006-06-23 02:03:13 -0700961 },
962 {
David Rientjesfe071d72007-10-16 23:25:56 -0700963 .procname = "oom_kill_allocating_task",
964 .data = &sysctl_oom_kill_allocating_task,
965 .maxlen = sizeof(sysctl_oom_kill_allocating_task),
966 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800967 .proc_handler = proc_dointvec,
David Rientjesfe071d72007-10-16 23:25:56 -0700968 },
969 {
David Rientjesfef1bdd2008-02-07 00:14:07 -0800970 .procname = "oom_dump_tasks",
971 .data = &sysctl_oom_dump_tasks,
972 .maxlen = sizeof(sysctl_oom_dump_tasks),
973 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800974 .proc_handler = proc_dointvec,
David Rientjesfef1bdd2008-02-07 00:14:07 -0800975 },
976 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977 .procname = "overcommit_ratio",
978 .data = &sysctl_overcommit_ratio,
979 .maxlen = sizeof(sysctl_overcommit_ratio),
980 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800981 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 },
983 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 .procname = "page-cluster",
985 .data = &page_cluster,
986 .maxlen = sizeof(int),
987 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800988 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989 },
990 {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991 .procname = "dirty_background_ratio",
992 .data = &dirty_background_ratio,
993 .maxlen = sizeof(dirty_background_ratio),
994 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -0800995 .proc_handler = dirty_background_ratio_handler,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996 .extra1 = &zero,
997 .extra2 = &one_hundred,
998 },
999 {
David Rientjes2da02992009-01-06 14:39:31 -08001000 .procname = "dirty_background_bytes",
1001 .data = &dirty_background_bytes,
1002 .maxlen = sizeof(dirty_background_bytes),
1003 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001004 .proc_handler = dirty_background_bytes_handler,
Sven Wegenerfc3501d2009-02-11 13:04:23 -08001005 .extra1 = &one_ul,
David Rientjes2da02992009-01-06 14:39:31 -08001006 },
1007 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 .procname = "dirty_ratio",
1009 .data = &vm_dirty_ratio,
1010 .maxlen = sizeof(vm_dirty_ratio),
1011 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001012 .proc_handler = dirty_ratio_handler,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 .extra1 = &zero,
1014 .extra2 = &one_hundred,
1015 },
1016 {
David Rientjes2da02992009-01-06 14:39:31 -08001017 .procname = "dirty_bytes",
1018 .data = &vm_dirty_bytes,
1019 .maxlen = sizeof(vm_dirty_bytes),
1020 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001021 .proc_handler = dirty_bytes_handler,
Andrea Righi9e4a5bd2009-04-30 15:08:57 -07001022 .extra1 = &dirty_bytes_min,
David Rientjes2da02992009-01-06 14:39:31 -08001023 },
1024 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025 .procname = "dirty_writeback_centisecs",
Bart Samwelf6ef9432006-03-24 03:15:48 -08001026 .data = &dirty_writeback_interval,
1027 .maxlen = sizeof(dirty_writeback_interval),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001029 .proc_handler = dirty_writeback_centisecs_handler,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030 },
1031 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001032 .procname = "dirty_expire_centisecs",
Bart Samwelf6ef9432006-03-24 03:15:48 -08001033 .data = &dirty_expire_interval,
1034 .maxlen = sizeof(dirty_expire_interval),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001036 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 },
1038 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039 .procname = "nr_pdflush_threads",
1040 .data = &nr_pdflush_threads,
1041 .maxlen = sizeof nr_pdflush_threads,
1042 .mode = 0444 /* read-only*/,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001043 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044 },
1045 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046 .procname = "swappiness",
1047 .data = &vm_swappiness,
1048 .maxlen = sizeof(vm_swappiness),
1049 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001050 .proc_handler = proc_dointvec_minmax,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 .extra1 = &zero,
1052 .extra2 = &one_hundred,
1053 },
1054#ifdef CONFIG_HUGETLB_PAGE
Lee Schermerhorn06808b02009-12-14 17:58:21 -08001055 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056 .procname = "nr_hugepages",
Andi Kleene5ff2152008-07-23 21:27:42 -07001057 .data = NULL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 .maxlen = sizeof(unsigned long),
1059 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001060 .proc_handler = hugetlb_sysctl_handler,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061 .extra1 = (void *)&hugetlb_zero,
1062 .extra2 = (void *)&hugetlb_infinity,
Lee Schermerhorn06808b02009-12-14 17:58:21 -08001063 },
1064#ifdef CONFIG_NUMA
1065 {
1066 .procname = "nr_hugepages_mempolicy",
1067 .data = NULL,
1068 .maxlen = sizeof(unsigned long),
1069 .mode = 0644,
1070 .proc_handler = &hugetlb_mempolicy_sysctl_handler,
1071 .extra1 = (void *)&hugetlb_zero,
1072 .extra2 = (void *)&hugetlb_infinity,
1073 },
1074#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076 .procname = "hugetlb_shm_group",
1077 .data = &sysctl_hugetlb_shm_group,
1078 .maxlen = sizeof(gid_t),
1079 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001080 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081 },
Mel Gorman396faf02007-07-17 04:03:13 -07001082 {
Mel Gorman396faf02007-07-17 04:03:13 -07001083 .procname = "hugepages_treat_as_movable",
1084 .data = &hugepages_treat_as_movable,
1085 .maxlen = sizeof(int),
1086 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001087 .proc_handler = hugetlb_treat_movable_handler,
Mel Gorman396faf02007-07-17 04:03:13 -07001088 },
Adam Litke54f9f802007-10-16 01:26:20 -07001089 {
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001090 .procname = "nr_overcommit_hugepages",
Andi Kleene5ff2152008-07-23 21:27:42 -07001091 .data = NULL,
1092 .maxlen = sizeof(unsigned long),
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001093 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001094 .proc_handler = hugetlb_overcommit_handler,
Andi Kleene5ff2152008-07-23 21:27:42 -07001095 .extra1 = (void *)&hugetlb_zero,
1096 .extra2 = (void *)&hugetlb_infinity,
Nishanth Aravamudand1c3fb12007-12-17 16:20:12 -08001097 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098#endif
1099 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100 .procname = "lowmem_reserve_ratio",
1101 .data = &sysctl_lowmem_reserve_ratio,
1102 .maxlen = sizeof(sysctl_lowmem_reserve_ratio),
1103 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001104 .proc_handler = lowmem_reserve_ratio_sysctl_handler,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 },
1106 {
Andrew Morton9d0243b2006-01-08 01:00:39 -08001107 .procname = "drop_caches",
1108 .data = &sysctl_drop_caches,
1109 .maxlen = sizeof(int),
1110 .mode = 0644,
1111 .proc_handler = drop_caches_sysctl_handler,
Andrew Morton9d0243b2006-01-08 01:00:39 -08001112 },
1113 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114 .procname = "min_free_kbytes",
1115 .data = &min_free_kbytes,
1116 .maxlen = sizeof(min_free_kbytes),
1117 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001118 .proc_handler = min_free_kbytes_sysctl_handler,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119 .extra1 = &zero,
1120 },
Rohit Seth8ad4b1f2006-01-08 01:00:40 -08001121 {
Rohit Seth8ad4b1f2006-01-08 01:00:40 -08001122 .procname = "percpu_pagelist_fraction",
1123 .data = &percpu_pagelist_fraction,
1124 .maxlen = sizeof(percpu_pagelist_fraction),
1125 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001126 .proc_handler = percpu_pagelist_fraction_sysctl_handler,
Rohit Seth8ad4b1f2006-01-08 01:00:40 -08001127 .extra1 = &min_percpu_pagelist_fract,
1128 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129#ifdef CONFIG_MMU
1130 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 .procname = "max_map_count",
1132 .data = &sysctl_max_map_count,
1133 .maxlen = sizeof(sysctl_max_map_count),
1134 .mode = 0644,
WANG Cong3e261202009-12-17 15:27:05 -08001135 .proc_handler = proc_dointvec_minmax,
Amerigo Wang70da2342009-12-14 17:59:52 -08001136 .extra1 = &zero,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137 },
Paul Mundtdd8632a2009-01-08 12:04:47 +00001138#else
1139 {
Paul Mundtdd8632a2009-01-08 12:04:47 +00001140 .procname = "nr_trim_pages",
1141 .data = &sysctl_nr_trim_pages,
1142 .maxlen = sizeof(sysctl_nr_trim_pages),
1143 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001144 .proc_handler = proc_dointvec_minmax,
Paul Mundtdd8632a2009-01-08 12:04:47 +00001145 .extra1 = &zero,
1146 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147#endif
1148 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149 .procname = "laptop_mode",
1150 .data = &laptop_mode,
1151 .maxlen = sizeof(laptop_mode),
1152 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001153 .proc_handler = proc_dointvec_jiffies,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154 },
1155 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156 .procname = "block_dump",
1157 .data = &block_dump,
1158 .maxlen = sizeof(block_dump),
1159 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001160 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161 .extra1 = &zero,
1162 },
1163 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164 .procname = "vfs_cache_pressure",
1165 .data = &sysctl_vfs_cache_pressure,
1166 .maxlen = sizeof(sysctl_vfs_cache_pressure),
1167 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001168 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169 .extra1 = &zero,
1170 },
1171#ifdef HAVE_ARCH_PICK_MMAP_LAYOUT
1172 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 .procname = "legacy_va_layout",
1174 .data = &sysctl_legacy_va_layout,
1175 .maxlen = sizeof(sysctl_legacy_va_layout),
1176 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001177 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178 .extra1 = &zero,
1179 },
1180#endif
Christoph Lameter17436602006-01-18 17:42:32 -08001181#ifdef CONFIG_NUMA
1182 {
Christoph Lameter17436602006-01-18 17:42:32 -08001183 .procname = "zone_reclaim_mode",
1184 .data = &zone_reclaim_mode,
1185 .maxlen = sizeof(zone_reclaim_mode),
1186 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001187 .proc_handler = proc_dointvec,
Christoph Lameterc84db232006-02-01 03:05:29 -08001188 .extra1 = &zero,
Christoph Lameter17436602006-01-18 17:42:32 -08001189 },
Christoph Lameter96146342006-07-03 00:24:13 -07001190 {
Christoph Lameter96146342006-07-03 00:24:13 -07001191 .procname = "min_unmapped_ratio",
1192 .data = &sysctl_min_unmapped_ratio,
1193 .maxlen = sizeof(sysctl_min_unmapped_ratio),
1194 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001195 .proc_handler = sysctl_min_unmapped_ratio_sysctl_handler,
Christoph Lameter96146342006-07-03 00:24:13 -07001196 .extra1 = &zero,
1197 .extra2 = &one_hundred,
1198 },
Christoph Lameter0ff38492006-09-25 23:31:52 -07001199 {
Christoph Lameter0ff38492006-09-25 23:31:52 -07001200 .procname = "min_slab_ratio",
1201 .data = &sysctl_min_slab_ratio,
1202 .maxlen = sizeof(sysctl_min_slab_ratio),
1203 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001204 .proc_handler = sysctl_min_slab_ratio_sysctl_handler,
Christoph Lameter0ff38492006-09-25 23:31:52 -07001205 .extra1 = &zero,
1206 .extra2 = &one_hundred,
1207 },
Christoph Lameter17436602006-01-18 17:42:32 -08001208#endif
Christoph Lameter77461ab2007-05-09 02:35:13 -07001209#ifdef CONFIG_SMP
1210 {
Christoph Lameter77461ab2007-05-09 02:35:13 -07001211 .procname = "stat_interval",
1212 .data = &sysctl_stat_interval,
1213 .maxlen = sizeof(sysctl_stat_interval),
1214 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001215 .proc_handler = proc_dointvec_jiffies,
Christoph Lameter77461ab2007-05-09 02:35:13 -07001216 },
1217#endif
David Howells6e141542009-12-15 19:27:45 +00001218#ifdef CONFIG_MMU
Eric Parised032182007-06-28 15:55:21 -04001219 {
Eric Parised032182007-06-28 15:55:21 -04001220 .procname = "mmap_min_addr",
Eric Paris788084a2009-07-31 12:54:11 -04001221 .data = &dac_mmap_min_addr,
1222 .maxlen = sizeof(unsigned long),
Eric Parised032182007-06-28 15:55:21 -04001223 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001224 .proc_handler = mmap_min_addr_handler,
Eric Parised032182007-06-28 15:55:21 -04001225 },
David Howells6e141542009-12-15 19:27:45 +00001226#endif
KAMEZAWA Hiroyukif0c0b2b2007-07-15 23:38:01 -07001227#ifdef CONFIG_NUMA
1228 {
KAMEZAWA Hiroyukif0c0b2b2007-07-15 23:38:01 -07001229 .procname = "numa_zonelist_order",
1230 .data = &numa_zonelist_order,
1231 .maxlen = NUMA_ZONELIST_ORDER_LEN,
1232 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001233 .proc_handler = numa_zonelist_order_handler,
KAMEZAWA Hiroyukif0c0b2b2007-07-15 23:38:01 -07001234 },
1235#endif
Al Viro2b8232c2007-10-13 08:16:04 +01001236#if (defined(CONFIG_X86_32) && !defined(CONFIG_UML))|| \
Paul Mundt5c36e652007-03-01 10:07:42 +09001237 (defined(CONFIG_SUPERH) && defined(CONFIG_VSYSCALL))
Ingo Molnare6e54942006-06-27 02:53:50 -07001238 {
Ingo Molnare6e54942006-06-27 02:53:50 -07001239 .procname = "vdso_enabled",
1240 .data = &vdso_enabled,
1241 .maxlen = sizeof(vdso_enabled),
1242 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001243 .proc_handler = proc_dointvec,
Ingo Molnare6e54942006-06-27 02:53:50 -07001244 .extra1 = &zero,
1245 },
1246#endif
Bron Gondwana195cf4532008-02-04 22:29:20 -08001247#ifdef CONFIG_HIGHMEM
1248 {
Bron Gondwana195cf4532008-02-04 22:29:20 -08001249 .procname = "highmem_is_dirtyable",
1250 .data = &vm_highmem_is_dirtyable,
1251 .maxlen = sizeof(vm_highmem_is_dirtyable),
1252 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001253 .proc_handler = proc_dointvec_minmax,
Bron Gondwana195cf4532008-02-04 22:29:20 -08001254 .extra1 = &zero,
1255 .extra2 = &one,
1256 },
1257#endif
Peter Zijlstra4be6f6b2009-04-13 14:39:33 -07001258 {
Peter Zijlstra4be6f6b2009-04-13 14:39:33 -07001259 .procname = "scan_unevictable_pages",
1260 .data = &scan_unevictable_pages,
1261 .maxlen = sizeof(scan_unevictable_pages),
1262 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001263 .proc_handler = scan_unevictable_handler,
Peter Zijlstra4be6f6b2009-04-13 14:39:33 -07001264 },
Andi Kleen6a460792009-09-16 11:50:15 +02001265#ifdef CONFIG_MEMORY_FAILURE
1266 {
Andi Kleen6a460792009-09-16 11:50:15 +02001267 .procname = "memory_failure_early_kill",
1268 .data = &sysctl_memory_failure_early_kill,
1269 .maxlen = sizeof(sysctl_memory_failure_early_kill),
1270 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001271 .proc_handler = proc_dointvec_minmax,
Andi Kleen6a460792009-09-16 11:50:15 +02001272 .extra1 = &zero,
1273 .extra2 = &one,
1274 },
1275 {
Andi Kleen6a460792009-09-16 11:50:15 +02001276 .procname = "memory_failure_recovery",
1277 .data = &sysctl_memory_failure_recovery,
1278 .maxlen = sizeof(sysctl_memory_failure_recovery),
1279 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001280 .proc_handler = proc_dointvec_minmax,
Andi Kleen6a460792009-09-16 11:50:15 +02001281 .extra1 = &zero,
1282 .extra2 = &one,
1283 },
1284#endif
1285
Andrew Morton2be7fe02007-07-15 23:41:21 -07001286/*
1287 * NOTE: do not add new entries to this table unless you have read
1288 * Documentation/sysctl/ctl_unnumbered.txt
1289 */
Eric W. Biederman6fce56e2009-04-03 02:30:53 -07001290 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291};
1292
Eric W. Biederman2abc26f2007-02-14 00:34:07 -08001293#if defined(CONFIG_BINFMT_MISC) || defined(CONFIG_BINFMT_MISC_MODULE)
Eric W. Biedermand8217f02007-10-18 03:05:22 -07001294static struct ctl_table binfmt_misc_table[] = {
Eric W. Biederman6fce56e2009-04-03 02:30:53 -07001295 { }
Eric W. Biederman2abc26f2007-02-14 00:34:07 -08001296};
1297#endif
1298
Eric W. Biedermand8217f02007-10-18 03:05:22 -07001299static struct ctl_table fs_table[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 .procname = "inode-nr",
1302 .data = &inodes_stat,
1303 .maxlen = 2*sizeof(int),
1304 .mode = 0444,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001305 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306 },
1307 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308 .procname = "inode-state",
1309 .data = &inodes_stat,
1310 .maxlen = 7*sizeof(int),
1311 .mode = 0444,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001312 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313 },
1314 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001315 .procname = "file-nr",
1316 .data = &files_stat,
1317 .maxlen = 3*sizeof(int),
1318 .mode = 0444,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001319 .proc_handler = proc_nr_files,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320 },
1321 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 .procname = "file-max",
1323 .data = &files_stat.max_files,
1324 .maxlen = sizeof(int),
1325 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001326 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327 },
1328 {
Eric Dumazet9cfe0152008-02-06 01:37:16 -08001329 .procname = "nr_open",
1330 .data = &sysctl_nr_open,
1331 .maxlen = sizeof(int),
1332 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001333 .proc_handler = proc_dointvec_minmax,
Al Viroeceea0b2008-05-10 10:08:32 -04001334 .extra1 = &sysctl_nr_open_min,
1335 .extra2 = &sysctl_nr_open_max,
Eric Dumazet9cfe0152008-02-06 01:37:16 -08001336 },
1337 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338 .procname = "dentry-state",
1339 .data = &dentry_stat,
1340 .maxlen = 6*sizeof(int),
1341 .mode = 0444,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001342 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001343 },
1344 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345 .procname = "overflowuid",
1346 .data = &fs_overflowuid,
1347 .maxlen = sizeof(int),
1348 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001349 .proc_handler = proc_dointvec_minmax,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350 .extra1 = &minolduid,
1351 .extra2 = &maxolduid,
1352 },
1353 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 .procname = "overflowgid",
1355 .data = &fs_overflowgid,
1356 .maxlen = sizeof(int),
1357 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001358 .proc_handler = proc_dointvec_minmax,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359 .extra1 = &minolduid,
1360 .extra2 = &maxolduid,
1361 },
Thomas Petazzonibfcd17a2008-08-06 15:12:22 +02001362#ifdef CONFIG_FILE_LOCKING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364 .procname = "leases-enable",
1365 .data = &leases_enable,
1366 .maxlen = sizeof(int),
1367 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001368 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369 },
Thomas Petazzonibfcd17a2008-08-06 15:12:22 +02001370#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371#ifdef CONFIG_DNOTIFY
1372 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001373 .procname = "dir-notify-enable",
1374 .data = &dir_notify_enable,
1375 .maxlen = sizeof(int),
1376 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001377 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 },
1379#endif
1380#ifdef CONFIG_MMU
Thomas Petazzonibfcd17a2008-08-06 15:12:22 +02001381#ifdef CONFIG_FILE_LOCKING
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383 .procname = "lease-break-time",
1384 .data = &lease_break_time,
1385 .maxlen = sizeof(int),
1386 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001387 .proc_handler = proc_dointvec,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388 },
Thomas Petazzonibfcd17a2008-08-06 15:12:22 +02001389#endif
Thomas Petazzoniebf3f092008-10-15 22:05:12 -07001390#ifdef CONFIG_AIO
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392 .procname = "aio-nr",
1393 .data = &aio_nr,
1394 .maxlen = sizeof(aio_nr),
1395 .mode = 0444,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001396 .proc_handler = proc_doulongvec_minmax,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397 },
1398 {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399 .procname = "aio-max-nr",
1400 .data = &aio_max_nr,
1401 .maxlen = sizeof(aio_max_nr),
1402 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001403 .proc_handler = proc_doulongvec_minmax,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404 },
Thomas Petazzoniebf3f092008-10-15 22:05:12 -07001405#endif /* CONFIG_AIO */
Amy Griffis2d9048e2006-06-01 13:10:59 -07001406#ifdef CONFIG_INOTIFY_USER
Robert Love0399cb02005-07-13 12:38:18 -04001407 {
Robert Love0399cb02005-07-13 12:38:18 -04001408 .procname = "inotify",
1409 .mode = 0555,
1410 .child = inotify_table,
1411 },
1412#endif
Davide Libenzi7ef99642008-12-01 13:13:55 -08001413#ifdef CONFIG_EPOLL
1414 {
1415 .procname = "epoll",
1416 .mode = 0555,
1417 .child = epoll_table,
1418 },
1419#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420#endif
Alan Coxd6e71142005-06-23 00:09:43 -07001421 {
Alan Coxd6e71142005-06-23 00:09:43 -07001422 .procname = "suid_dumpable",
1423 .data = &suid_dumpable,
1424 .maxlen = sizeof(int),
1425 .mode = 0644,
Eric W. Biederman6d456112009-11-16 03:11:48 -08001426 .proc_handler = proc_dointvec_minmax,
Matthew Wilcox8e654fb2009-04-02 16:58:33 -07001427 .extra1 = &zero,
1428 .extra2 = &two,
Alan Coxd6e71142005-06-23 00:09:43 -07001429 },
Eric W. Biederman2abc26f2007-02-14 00:34:07 -08001430#if defined(CONFIG_BINFMT_MISC) || defined(CONFIG_BINFMT_MISC_MODULE)
1431 {
Eric W. Biederman2abc26f2007-02-14 00:34:07 -08001432 .procname = "binfmt_misc",
1433 .mode = 0555,
1434 .child = binfmt_misc_table,
1435 },
1436#endif
Andrew Morton2be7fe02007-07-15 23:41:21 -07001437/*
1438 * NOTE: do not add new entries to this table unless you have read
1439 * Documentation/sysctl/ctl_unnumbered.txt
1440 */
Eric W. Biederman6fce56e2009-04-03 02:30:53 -07001441 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442};
1443
Eric W. Biedermand8217f02007-10-18 03:05:22 -07001444static struct ctl_table debug_table[] = {
Olof Johanssond0c3d532007-10-12 10:20:07 +10001445#if defined(CONFIG_X86) || defined(CONFIG_PPC)
Masoud Asgharifard Sharbianiabd4f752007-07-22 11:12:28 +02001446 {
Masoud Asgharifard Sharbianiabd4f752007-07-22 11:12:28 +02001447 .procname = "exception-trace",
1448 .data = &show_unhandled_signals,
1449 .maxlen = sizeof(int),
1450 .mode = 0644,
1451 .proc_handler = proc_dointvec
1452 },
1453#endif
Masami Hiramatsub2be84d2010-02-25 08:34:15 -05001454#if defined(CONFIG_OPTPROBES)
1455 {
1456 .procname = "kprobes-optimization",
1457 .data = &sysctl_kprobes_optimization,
1458 .maxlen = sizeof(int),
1459 .mode = 0644,
1460 .proc_handler = proc_kprobes_optimization_handler,
1461 .extra1 = &zero,
1462 .extra2 = &one,
1463 },
1464#endif
Eric W. Biederman6fce56e2009-04-03 02:30:53 -07001465 { }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466};
1467
Eric W. Biedermand8217f02007-10-18 03:05:22 -07001468static struct ctl_table dev_table[] = {
Eric W. Biederman6fce56e2009-04-03 02:30:53 -07001469 { }
Robert Love0eeca282005-07-12 17:06:03 -04001470};
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471
Al Viro330d57f2005-11-04 10:18:40 +00001472static DEFINE_SPINLOCK(sysctl_lock);
1473
1474/* called under sysctl_lock */
1475static int use_table(struct ctl_table_header *p)
1476{
1477 if (unlikely(p->unregistering))
1478 return 0;
1479 p->used++;
1480 return 1;
1481}
1482
1483/* called under sysctl_lock */
1484static void unuse_table(struct ctl_table_header *p)
1485{
1486 if (!--p->used)
1487 if (unlikely(p->unregistering))
1488 complete(p->unregistering);
1489}
1490
1491/* called under sysctl_lock, will reacquire if has to wait */
1492static void start_unregistering(struct ctl_table_header *p)
1493{
1494 /*
1495 * if p->used is 0, nobody will ever touch that entry again;
1496 * we'll eliminate all paths to it before dropping sysctl_lock
1497 */
1498 if (unlikely(p->used)) {
1499 struct completion wait;
1500 init_completion(&wait);
1501 p->unregistering = &wait;
1502 spin_unlock(&sysctl_lock);
1503 wait_for_completion(&wait);
1504 spin_lock(&sysctl_lock);
Al Virof7e6ced2008-07-15 01:44:23 -04001505 } else {
1506 /* anything non-NULL; we'll never dereference it */
1507 p->unregistering = ERR_PTR(-EINVAL);
Al Viro330d57f2005-11-04 10:18:40 +00001508 }
1509 /*
1510 * do not remove from the list until nobody holds it; walking the
1511 * list in do_sysctl() relies on that.
1512 */
1513 list_del_init(&p->ctl_entry);
1514}
1515
Al Virof7e6ced2008-07-15 01:44:23 -04001516void sysctl_head_get(struct ctl_table_header *head)
1517{
1518 spin_lock(&sysctl_lock);
1519 head->count++;
1520 spin_unlock(&sysctl_lock);
1521}
1522
1523void sysctl_head_put(struct ctl_table_header *head)
1524{
1525 spin_lock(&sysctl_lock);
1526 if (!--head->count)
1527 kfree(head);
1528 spin_unlock(&sysctl_lock);
1529}
1530
1531struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head)
1532{
1533 if (!head)
1534 BUG();
1535 spin_lock(&sysctl_lock);
1536 if (!use_table(head))
1537 head = ERR_PTR(-ENOENT);
1538 spin_unlock(&sysctl_lock);
1539 return head;
1540}
1541
Eric W. Biederman805b5d52007-02-14 00:34:11 -08001542void sysctl_head_finish(struct ctl_table_header *head)
1543{
1544 if (!head)
1545 return;
1546 spin_lock(&sysctl_lock);
1547 unuse_table(head);
1548 spin_unlock(&sysctl_lock);
1549}
1550
Al Viro73455092008-07-14 21:22:20 -04001551static struct ctl_table_set *
1552lookup_header_set(struct ctl_table_root *root, struct nsproxy *namespaces)
1553{
1554 struct ctl_table_set *set = &root->default_set;
1555 if (root->lookup)
1556 set = root->lookup(root, namespaces);
1557 return set;
1558}
1559
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001560static struct list_head *
1561lookup_header_list(struct ctl_table_root *root, struct nsproxy *namespaces)
Eric W. Biederman805b5d52007-02-14 00:34:11 -08001562{
Al Viro73455092008-07-14 21:22:20 -04001563 struct ctl_table_set *set = lookup_header_set(root, namespaces);
1564 return &set->list;
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001565}
1566
1567struct ctl_table_header *__sysctl_head_next(struct nsproxy *namespaces,
1568 struct ctl_table_header *prev)
1569{
1570 struct ctl_table_root *root;
1571 struct list_head *header_list;
Eric W. Biederman805b5d52007-02-14 00:34:11 -08001572 struct ctl_table_header *head;
1573 struct list_head *tmp;
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001574
Eric W. Biederman805b5d52007-02-14 00:34:11 -08001575 spin_lock(&sysctl_lock);
1576 if (prev) {
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001577 head = prev;
Eric W. Biederman805b5d52007-02-14 00:34:11 -08001578 tmp = &prev->ctl_entry;
1579 unuse_table(prev);
1580 goto next;
1581 }
1582 tmp = &root_table_header.ctl_entry;
1583 for (;;) {
1584 head = list_entry(tmp, struct ctl_table_header, ctl_entry);
1585
1586 if (!use_table(head))
1587 goto next;
1588 spin_unlock(&sysctl_lock);
1589 return head;
1590 next:
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001591 root = head->root;
Eric W. Biederman805b5d52007-02-14 00:34:11 -08001592 tmp = tmp->next;
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001593 header_list = lookup_header_list(root, namespaces);
1594 if (tmp != header_list)
1595 continue;
1596
1597 do {
1598 root = list_entry(root->root_list.next,
1599 struct ctl_table_root, root_list);
1600 if (root == &sysctl_table_root)
1601 goto out;
1602 header_list = lookup_header_list(root, namespaces);
1603 } while (list_empty(header_list));
1604 tmp = header_list->next;
Eric W. Biederman805b5d52007-02-14 00:34:11 -08001605 }
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001606out:
Eric W. Biederman805b5d52007-02-14 00:34:11 -08001607 spin_unlock(&sysctl_lock);
1608 return NULL;
1609}
1610
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001611struct ctl_table_header *sysctl_head_next(struct ctl_table_header *prev)
1612{
1613 return __sysctl_head_next(current->nsproxy, prev);
1614}
1615
1616void register_sysctl_root(struct ctl_table_root *root)
1617{
1618 spin_lock(&sysctl_lock);
1619 list_add_tail(&root->root_list, &sysctl_table_root.root_list);
1620 spin_unlock(&sysctl_lock);
1621}
1622
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623/*
Eric W. Biederman1ff007e2007-02-14 00:34:11 -08001624 * sysctl_perm does NOT grant the superuser all rights automatically, because
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625 * some sysctl variables are readonly even to root.
1626 */
1627
1628static int test_perm(int mode, int op)
1629{
David Howells76aac0e2008-11-14 10:39:12 +11001630 if (!current_euid())
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631 mode >>= 6;
1632 else if (in_egroup_p(0))
1633 mode >>= 3;
Al Viroe6305c42008-07-15 21:03:57 -04001634 if ((op & ~mode & (MAY_READ|MAY_WRITE|MAY_EXEC)) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635 return 0;
1636 return -EACCES;
1637}
1638
Pavel Emelyanovd7321cd2008-04-29 01:02:44 -07001639int sysctl_perm(struct ctl_table_root *root, struct ctl_table *table, int op)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640{
1641 int error;
Pavel Emelyanovd7321cd2008-04-29 01:02:44 -07001642 int mode;
1643
Al Viroe6305c42008-07-15 21:03:57 -04001644 error = security_sysctl(table, op & (MAY_READ | MAY_WRITE | MAY_EXEC));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645 if (error)
1646 return error;
Pavel Emelyanovd7321cd2008-04-29 01:02:44 -07001647
1648 if (root->permissions)
1649 mode = root->permissions(root, current->nsproxy, table);
1650 else
1651 mode = table->mode;
1652
1653 return test_perm(mode, op);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654}
1655
Eric W. Biedermand912b0c2007-02-14 00:34:13 -08001656static void sysctl_set_parent(struct ctl_table *parent, struct ctl_table *table)
1657{
Eric W. Biederman2315ffa2009-04-03 03:18:02 -07001658 for (; table->procname; table++) {
Eric W. Biedermand912b0c2007-02-14 00:34:13 -08001659 table->parent = parent;
1660 if (table->child)
1661 sysctl_set_parent(table, table->child);
1662 }
1663}
1664
1665static __init int sysctl_init(void)
1666{
1667 sysctl_set_parent(NULL, root_table);
Holger Schurig88f458e2008-04-29 01:02:36 -07001668#ifdef CONFIG_SYSCTL_SYSCALL_CHECK
1669 {
1670 int err;
1671 err = sysctl_check_table(current->nsproxy, root_table);
1672 }
1673#endif
Eric W. Biedermand912b0c2007-02-14 00:34:13 -08001674 return 0;
1675}
1676
1677core_initcall(sysctl_init);
1678
Al Virobfbcf032008-07-27 06:31:22 +01001679static struct ctl_table *is_branch_in(struct ctl_table *branch,
1680 struct ctl_table *table)
Al Viroae7edec2008-07-15 06:33:31 -04001681{
1682 struct ctl_table *p;
1683 const char *s = branch->procname;
1684
1685 /* branch should have named subdirectory as its first element */
1686 if (!s || !branch->child)
Al Virobfbcf032008-07-27 06:31:22 +01001687 return NULL;
Al Viroae7edec2008-07-15 06:33:31 -04001688
1689 /* ... and nothing else */
Eric W. Biederman2315ffa2009-04-03 03:18:02 -07001690 if (branch[1].procname)
Al Virobfbcf032008-07-27 06:31:22 +01001691 return NULL;
Al Viroae7edec2008-07-15 06:33:31 -04001692
1693 /* table should contain subdirectory with the same name */
Eric W. Biederman2315ffa2009-04-03 03:18:02 -07001694 for (p = table; p->procname; p++) {
Al Viroae7edec2008-07-15 06:33:31 -04001695 if (!p->child)
1696 continue;
1697 if (p->procname && strcmp(p->procname, s) == 0)
Al Virobfbcf032008-07-27 06:31:22 +01001698 return p;
Al Viroae7edec2008-07-15 06:33:31 -04001699 }
Al Virobfbcf032008-07-27 06:31:22 +01001700 return NULL;
Al Viroae7edec2008-07-15 06:33:31 -04001701}
1702
1703/* see if attaching q to p would be an improvement */
1704static void try_attach(struct ctl_table_header *p, struct ctl_table_header *q)
1705{
1706 struct ctl_table *to = p->ctl_table, *by = q->ctl_table;
Al Virobfbcf032008-07-27 06:31:22 +01001707 struct ctl_table *next;
Al Viroae7edec2008-07-15 06:33:31 -04001708 int is_better = 0;
1709 int not_in_parent = !p->attached_by;
1710
Al Virobfbcf032008-07-27 06:31:22 +01001711 while ((next = is_branch_in(by, to)) != NULL) {
Al Viroae7edec2008-07-15 06:33:31 -04001712 if (by == q->attached_by)
1713 is_better = 1;
1714 if (to == p->attached_by)
1715 not_in_parent = 1;
1716 by = by->child;
Al Virobfbcf032008-07-27 06:31:22 +01001717 to = next->child;
Al Viroae7edec2008-07-15 06:33:31 -04001718 }
1719
1720 if (is_better && not_in_parent) {
1721 q->attached_by = by;
1722 q->attached_to = to;
1723 q->parent = p;
1724 }
1725}
1726
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727/**
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001728 * __register_sysctl_paths - register a sysctl hierarchy
1729 * @root: List of sysctl headers to register on
1730 * @namespaces: Data to compute which lists of sysctl entries are visible
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001731 * @path: The path to the directory the sysctl table is in.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732 * @table: the top-level table structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733 *
1734 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001735 * array. A completely 0 filled entry terminates the table.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736 *
Eric W. Biedermand8217f02007-10-18 03:05:22 -07001737 * The members of the &struct ctl_table structure are used as follows:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001739 * procname - the name of the sysctl file under /proc/sys. Set to %NULL to not
1740 * enter a sysctl file
1741 *
1742 * data - a pointer to data for use by proc_handler
1743 *
1744 * maxlen - the maximum size in bytes of the data
1745 *
1746 * mode - the file permissions for the /proc/sys file, and for sysctl(2)
1747 *
1748 * child - a pointer to the child sysctl table if this entry is a directory, or
1749 * %NULL.
1750 *
1751 * proc_handler - the text handler routine (described below)
1752 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753 * de - for internal use by the sysctl routines
1754 *
1755 * extra1, extra2 - extra pointers usable by the proc handler routines
1756 *
1757 * Leaf nodes in the sysctl tree will be represented by a single file
1758 * under /proc; non-leaf nodes will be represented by directories.
1759 *
1760 * sysctl(2) can automatically manage read and write requests through
1761 * the sysctl table. The data and maxlen fields of the ctl_table
1762 * struct enable minimal validation of the values being written to be
1763 * performed, and the mode field allows minimal authentication.
1764 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001765 * There must be a proc_handler routine for any terminal nodes
1766 * mirrored under /proc/sys (non-terminals are handled by a built-in
1767 * directory handler). Several default handlers are available to
1768 * cover common cases -
1769 *
1770 * proc_dostring(), proc_dointvec(), proc_dointvec_jiffies(),
1771 * proc_dointvec_userhz_jiffies(), proc_dointvec_minmax(),
1772 * proc_doulongvec_ms_jiffies_minmax(), proc_doulongvec_minmax()
1773 *
1774 * It is the handler's job to read the input buffer from user memory
1775 * and process it. The handler should return 0 on success.
1776 *
1777 * This routine returns %NULL on a failure to register, and a pointer
1778 * to the table header on success.
1779 */
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001780struct ctl_table_header *__register_sysctl_paths(
1781 struct ctl_table_root *root,
1782 struct nsproxy *namespaces,
1783 const struct ctl_path *path, struct ctl_table *table)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784{
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001785 struct ctl_table_header *header;
1786 struct ctl_table *new, **prevp;
1787 unsigned int n, npath;
Al Viroae7edec2008-07-15 06:33:31 -04001788 struct ctl_table_set *set;
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001789
1790 /* Count the path components */
Eric W. Biederman2315ffa2009-04-03 03:18:02 -07001791 for (npath = 0; path[npath].procname; ++npath)
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001792 ;
1793
1794 /*
1795 * For each path component, allocate a 2-element ctl_table array.
1796 * The first array element will be filled with the sysctl entry
Eric W. Biederman2315ffa2009-04-03 03:18:02 -07001797 * for this, the second will be the sentinel (procname == 0).
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001798 *
1799 * We allocate everything in one go so that we don't have to
1800 * worry about freeing additional memory in unregister_sysctl_table.
1801 */
1802 header = kzalloc(sizeof(struct ctl_table_header) +
1803 (2 * npath * sizeof(struct ctl_table)), GFP_KERNEL);
1804 if (!header)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 return NULL;
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001806
1807 new = (struct ctl_table *) (header + 1);
1808
1809 /* Now connect the dots */
1810 prevp = &header->ctl_table;
1811 for (n = 0; n < npath; ++n, ++path) {
1812 /* Copy the procname */
1813 new->procname = path->procname;
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001814 new->mode = 0555;
1815
1816 *prevp = new;
1817 prevp = &new->child;
1818
1819 new += 2;
1820 }
1821 *prevp = table;
Eric W. Biederman23eb06d2007-11-30 23:52:10 +11001822 header->ctl_table_arg = table;
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001823
1824 INIT_LIST_HEAD(&header->ctl_entry);
1825 header->used = 0;
1826 header->unregistering = NULL;
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001827 header->root = root;
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001828 sysctl_set_parent(NULL, header->ctl_table);
Al Virof7e6ced2008-07-15 01:44:23 -04001829 header->count = 1;
Holger Schurig88f458e2008-04-29 01:02:36 -07001830#ifdef CONFIG_SYSCTL_SYSCALL_CHECK
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001831 if (sysctl_check_table(namespaces, header->ctl_table)) {
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001832 kfree(header);
Eric W. Biedermanfc6cd252007-10-18 03:05:54 -07001833 return NULL;
1834 }
Holger Schurig88f458e2008-04-29 01:02:36 -07001835#endif
Al Viro330d57f2005-11-04 10:18:40 +00001836 spin_lock(&sysctl_lock);
Al Viro73455092008-07-14 21:22:20 -04001837 header->set = lookup_header_set(root, namespaces);
Al Viroae7edec2008-07-15 06:33:31 -04001838 header->attached_by = header->ctl_table;
1839 header->attached_to = root_table;
1840 header->parent = &root_table_header;
1841 for (set = header->set; set; set = set->parent) {
1842 struct ctl_table_header *p;
1843 list_for_each_entry(p, &set->list, ctl_entry) {
1844 if (p->unregistering)
1845 continue;
1846 try_attach(p, header);
1847 }
1848 }
1849 header->parent->count++;
Al Viro73455092008-07-14 21:22:20 -04001850 list_add_tail(&header->ctl_entry, &header->set->list);
Al Viro330d57f2005-11-04 10:18:40 +00001851 spin_unlock(&sysctl_lock);
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001852
1853 return header;
1854}
1855
1856/**
Eric W. Biedermane51b6ba2007-11-30 23:54:00 +11001857 * register_sysctl_table_path - register a sysctl table hierarchy
1858 * @path: The path to the directory the sysctl table is in.
1859 * @table: the top-level table structure
1860 *
1861 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1862 * array. A completely 0 filled entry terminates the table.
1863 *
1864 * See __register_sysctl_paths for more details.
1865 */
1866struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
1867 struct ctl_table *table)
1868{
1869 return __register_sysctl_paths(&sysctl_table_root, current->nsproxy,
1870 path, table);
1871}
1872
1873/**
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001874 * register_sysctl_table - register a sysctl table hierarchy
1875 * @table: the top-level table structure
1876 *
1877 * Register a sysctl table hierarchy. @table should be a filled in ctl_table
1878 * array. A completely 0 filled entry terminates the table.
1879 *
1880 * See register_sysctl_paths for more details.
1881 */
1882struct ctl_table_header *register_sysctl_table(struct ctl_table *table)
1883{
1884 static const struct ctl_path null_path[] = { {} };
1885
1886 return register_sysctl_paths(null_path, table);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887}
1888
1889/**
1890 * unregister_sysctl_table - unregister a sysctl table hierarchy
1891 * @header: the header returned from register_sysctl_table
1892 *
1893 * Unregisters the sysctl table and all children. proc entries may not
1894 * actually be removed until they are no longer used by anyone.
1895 */
1896void unregister_sysctl_table(struct ctl_table_header * header)
1897{
Al Viro330d57f2005-11-04 10:18:40 +00001898 might_sleep();
Pavel Emelyanovf1dad162007-12-04 23:45:24 -08001899
1900 if (header == NULL)
1901 return;
1902
Al Viro330d57f2005-11-04 10:18:40 +00001903 spin_lock(&sysctl_lock);
1904 start_unregistering(header);
Al Viroae7edec2008-07-15 06:33:31 -04001905 if (!--header->parent->count) {
1906 WARN_ON(1);
1907 kfree(header->parent);
1908 }
Al Virof7e6ced2008-07-15 01:44:23 -04001909 if (!--header->count)
1910 kfree(header);
Al Viro330d57f2005-11-04 10:18:40 +00001911 spin_unlock(&sysctl_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912}
1913
Al Viro9043476f2008-07-15 08:54:06 -04001914int sysctl_is_seen(struct ctl_table_header *p)
1915{
1916 struct ctl_table_set *set = p->set;
1917 int res;
1918 spin_lock(&sysctl_lock);
1919 if (p->unregistering)
1920 res = 0;
1921 else if (!set->is_seen)
1922 res = 1;
1923 else
1924 res = set->is_seen(set);
1925 spin_unlock(&sysctl_lock);
1926 return res;
1927}
1928
Al Viro73455092008-07-14 21:22:20 -04001929void setup_sysctl_set(struct ctl_table_set *p,
1930 struct ctl_table_set *parent,
1931 int (*is_seen)(struct ctl_table_set *))
1932{
1933 INIT_LIST_HEAD(&p->list);
1934 p->parent = parent ? parent : &sysctl_table_root.default_set;
1935 p->is_seen = is_seen;
1936}
1937
Eric W. Biedermanb89a8172006-09-27 01:51:04 -07001938#else /* !CONFIG_SYSCTL */
Eric W. Biedermand8217f02007-10-18 03:05:22 -07001939struct ctl_table_header *register_sysctl_table(struct ctl_table * table)
Eric W. Biedermanb89a8172006-09-27 01:51:04 -07001940{
1941 return NULL;
1942}
1943
Eric W. Biederman29e796f2007-11-30 23:50:18 +11001944struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
1945 struct ctl_table *table)
1946{
1947 return NULL;
1948}
1949
Eric W. Biedermanb89a8172006-09-27 01:51:04 -07001950void unregister_sysctl_table(struct ctl_table_header * table)
1951{
1952}
1953
Al Viro73455092008-07-14 21:22:20 -04001954void setup_sysctl_set(struct ctl_table_set *p,
1955 struct ctl_table_set *parent,
1956 int (*is_seen)(struct ctl_table_set *))
1957{
1958}
1959
Al Virof7e6ced2008-07-15 01:44:23 -04001960void sysctl_head_put(struct ctl_table_header *head)
1961{
1962}
1963
Eric W. Biedermanb89a8172006-09-27 01:51:04 -07001964#endif /* CONFIG_SYSCTL */
1965
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966/*
1967 * /proc/sys support
1968 */
1969
Eric W. Biedermanb89a8172006-09-27 01:51:04 -07001970#ifdef CONFIG_PROC_SYSCTL
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971
Adrian Bunkb1ba4dd2006-10-02 02:18:05 -07001972static int _proc_do_string(void* data, int maxlen, int write,
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07001973 void __user *buffer,
Adrian Bunkb1ba4dd2006-10-02 02:18:05 -07001974 size_t *lenp, loff_t *ppos)
Sam Vilainf5dd3d62006-10-02 02:18:04 -07001975{
1976 size_t len;
1977 char __user *p;
1978 char c;
Oleg Nesterov8d060872007-02-10 01:46:38 -08001979
1980 if (!data || !maxlen || !*lenp) {
Sam Vilainf5dd3d62006-10-02 02:18:04 -07001981 *lenp = 0;
1982 return 0;
1983 }
Oleg Nesterov8d060872007-02-10 01:46:38 -08001984
Sam Vilainf5dd3d62006-10-02 02:18:04 -07001985 if (write) {
1986 len = 0;
1987 p = buffer;
1988 while (len < *lenp) {
1989 if (get_user(c, p++))
1990 return -EFAULT;
1991 if (c == 0 || c == '\n')
1992 break;
1993 len++;
1994 }
1995 if (len >= maxlen)
1996 len = maxlen-1;
1997 if(copy_from_user(data, buffer, len))
1998 return -EFAULT;
1999 ((char *) data)[len] = 0;
2000 *ppos += *lenp;
2001 } else {
2002 len = strlen(data);
2003 if (len > maxlen)
2004 len = maxlen;
Oleg Nesterov8d060872007-02-10 01:46:38 -08002005
2006 if (*ppos > len) {
2007 *lenp = 0;
2008 return 0;
2009 }
2010
2011 data += *ppos;
2012 len -= *ppos;
2013
Sam Vilainf5dd3d62006-10-02 02:18:04 -07002014 if (len > *lenp)
2015 len = *lenp;
2016 if (len)
2017 if(copy_to_user(buffer, data, len))
2018 return -EFAULT;
2019 if (len < *lenp) {
2020 if(put_user('\n', ((char __user *) buffer) + len))
2021 return -EFAULT;
2022 len++;
2023 }
2024 *lenp = len;
2025 *ppos += len;
2026 }
2027 return 0;
2028}
2029
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030/**
2031 * proc_dostring - read a string sysctl
2032 * @table: the sysctl table
2033 * @write: %TRUE if this is a write to the sysctl file
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 * @buffer: the user buffer
2035 * @lenp: the size of the user buffer
2036 * @ppos: file position
2037 *
2038 * Reads/writes a string from/to the user buffer. If the kernel
2039 * buffer provided is not large enough to hold the string, the
2040 * string is truncated. The copied string is %NULL-terminated.
2041 * If the string is being read by the user process, it is copied
2042 * and a newline '\n' is added. It is truncated if the buffer is
2043 * not large enough.
2044 *
2045 * Returns 0 on success.
2046 */
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002047int proc_dostring(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048 void __user *buffer, size_t *lenp, loff_t *ppos)
2049{
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002050 return _proc_do_string(table->data, table->maxlen, write,
Sam Vilainf5dd3d62006-10-02 02:18:04 -07002051 buffer, lenp, ppos);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052}
2053
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054
2055static int do_proc_dointvec_conv(int *negp, unsigned long *lvalp,
2056 int *valp,
2057 int write, void *data)
2058{
2059 if (write) {
2060 *valp = *negp ? -*lvalp : *lvalp;
2061 } else {
2062 int val = *valp;
2063 if (val < 0) {
2064 *negp = -1;
2065 *lvalp = (unsigned long)-val;
2066 } else {
2067 *negp = 0;
2068 *lvalp = (unsigned long)val;
2069 }
2070 }
2071 return 0;
2072}
2073
Eric W. Biedermand8217f02007-10-18 03:05:22 -07002074static int __do_proc_dointvec(void *tbl_data, struct ctl_table *table,
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002075 int write, void __user *buffer,
Kirill Korotaevfcfbd542006-10-02 02:18:23 -07002076 size_t *lenp, loff_t *ppos,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077 int (*conv)(int *negp, unsigned long *lvalp, int *valp,
2078 int write, void *data),
2079 void *data)
2080{
2081#define TMPBUFLEN 21
Sukanto Ghosh7338f292009-06-17 16:27:50 -07002082 int *i, vleft, first = 1, neg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083 unsigned long lval;
2084 size_t left, len;
2085
2086 char buf[TMPBUFLEN], *p;
2087 char __user *s = buffer;
2088
Kirill Korotaevfcfbd542006-10-02 02:18:23 -07002089 if (!tbl_data || !table->maxlen || !*lenp ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090 (*ppos && !write)) {
2091 *lenp = 0;
2092 return 0;
2093 }
2094
Kirill Korotaevfcfbd542006-10-02 02:18:23 -07002095 i = (int *) tbl_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 vleft = table->maxlen / sizeof(*i);
2097 left = *lenp;
2098
2099 if (!conv)
2100 conv = do_proc_dointvec_conv;
2101
2102 for (; left && vleft--; i++, first=0) {
2103 if (write) {
2104 while (left) {
2105 char c;
2106 if (get_user(c, s))
2107 return -EFAULT;
2108 if (!isspace(c))
2109 break;
2110 left--;
2111 s++;
2112 }
2113 if (!left)
2114 break;
2115 neg = 0;
2116 len = left;
2117 if (len > sizeof(buf) - 1)
2118 len = sizeof(buf) - 1;
2119 if (copy_from_user(buf, s, len))
2120 return -EFAULT;
2121 buf[len] = 0;
2122 p = buf;
2123 if (*p == '-' && left > 1) {
2124 neg = 1;
BP, Praveenbd9b0ba2006-12-06 20:39:09 -08002125 p++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126 }
2127 if (*p < '0' || *p > '9')
2128 break;
2129
2130 lval = simple_strtoul(p, &p, 0);
2131
2132 len = p-buf;
2133 if ((len < left) && *p && !isspace(*p))
2134 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135 s += len;
2136 left -= len;
2137
2138 if (conv(&neg, &lval, i, 1, data))
2139 break;
2140 } else {
2141 p = buf;
2142 if (!first)
2143 *p++ = '\t';
2144
2145 if (conv(&neg, &lval, i, 0, data))
2146 break;
2147
2148 sprintf(p, "%s%lu", neg ? "-" : "", lval);
2149 len = strlen(buf);
2150 if (len > left)
2151 len = left;
2152 if(copy_to_user(s, buf, len))
2153 return -EFAULT;
2154 left -= len;
2155 s += len;
2156 }
2157 }
2158
2159 if (!write && !first && left) {
2160 if(put_user('\n', s))
2161 return -EFAULT;
2162 left--, s++;
2163 }
2164 if (write) {
2165 while (left) {
2166 char c;
2167 if (get_user(c, s++))
2168 return -EFAULT;
2169 if (!isspace(c))
2170 break;
2171 left--;
2172 }
2173 }
2174 if (write && first)
2175 return -EINVAL;
2176 *lenp -= left;
2177 *ppos += *lenp;
2178 return 0;
2179#undef TMPBUFLEN
2180}
2181
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002182static int do_proc_dointvec(struct ctl_table *table, int write,
Kirill Korotaevfcfbd542006-10-02 02:18:23 -07002183 void __user *buffer, size_t *lenp, loff_t *ppos,
2184 int (*conv)(int *negp, unsigned long *lvalp, int *valp,
2185 int write, void *data),
2186 void *data)
2187{
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002188 return __do_proc_dointvec(table->data, table, write,
Kirill Korotaevfcfbd542006-10-02 02:18:23 -07002189 buffer, lenp, ppos, conv, data);
2190}
2191
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192/**
2193 * proc_dointvec - read a vector of integers
2194 * @table: the sysctl table
2195 * @write: %TRUE if this is a write to the sysctl file
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196 * @buffer: the user buffer
2197 * @lenp: the size of the user buffer
2198 * @ppos: file position
2199 *
2200 * Reads/writes up to table->maxlen/sizeof(unsigned int) integer
2201 * values from/to the user buffer, treated as an ASCII string.
2202 *
2203 * Returns 0 on success.
2204 */
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002205int proc_dointvec(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206 void __user *buffer, size_t *lenp, loff_t *ppos)
2207{
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002208 return do_proc_dointvec(table,write,buffer,lenp,ppos,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209 NULL,NULL);
2210}
2211
Theodore Ts'o34f5a392007-02-10 01:45:24 -08002212/*
Andi Kleen25ddbb12008-10-15 22:01:41 -07002213 * Taint values can only be increased
2214 * This means we can safely use a temporary.
Theodore Ts'o34f5a392007-02-10 01:45:24 -08002215 */
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002216static int proc_taint(struct ctl_table *table, int write,
Theodore Ts'o34f5a392007-02-10 01:45:24 -08002217 void __user *buffer, size_t *lenp, loff_t *ppos)
2218{
Andi Kleen25ddbb12008-10-15 22:01:41 -07002219 struct ctl_table t;
2220 unsigned long tmptaint = get_taint();
2221 int err;
Theodore Ts'o34f5a392007-02-10 01:45:24 -08002222
Bastian Blank91fcd412007-04-23 14:41:14 -07002223 if (write && !capable(CAP_SYS_ADMIN))
Theodore Ts'o34f5a392007-02-10 01:45:24 -08002224 return -EPERM;
2225
Andi Kleen25ddbb12008-10-15 22:01:41 -07002226 t = *table;
2227 t.data = &tmptaint;
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002228 err = proc_doulongvec_minmax(&t, write, buffer, lenp, ppos);
Andi Kleen25ddbb12008-10-15 22:01:41 -07002229 if (err < 0)
2230 return err;
2231
2232 if (write) {
2233 /*
2234 * Poor man's atomic or. Not worth adding a primitive
2235 * to everyone's atomic.h for this
2236 */
2237 int i;
2238 for (i = 0; i < BITS_PER_LONG && tmptaint >> i; i++) {
2239 if ((tmptaint >> i) & 1)
2240 add_taint(i);
2241 }
2242 }
2243
2244 return err;
Theodore Ts'o34f5a392007-02-10 01:45:24 -08002245}
2246
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247struct do_proc_dointvec_minmax_conv_param {
2248 int *min;
2249 int *max;
2250};
2251
2252static int do_proc_dointvec_minmax_conv(int *negp, unsigned long *lvalp,
2253 int *valp,
2254 int write, void *data)
2255{
2256 struct do_proc_dointvec_minmax_conv_param *param = data;
2257 if (write) {
2258 int val = *negp ? -*lvalp : *lvalp;
2259 if ((param->min && *param->min > val) ||
2260 (param->max && *param->max < val))
2261 return -EINVAL;
2262 *valp = val;
2263 } else {
2264 int val = *valp;
2265 if (val < 0) {
2266 *negp = -1;
2267 *lvalp = (unsigned long)-val;
2268 } else {
2269 *negp = 0;
2270 *lvalp = (unsigned long)val;
2271 }
2272 }
2273 return 0;
2274}
2275
2276/**
2277 * proc_dointvec_minmax - read a vector of integers with min/max values
2278 * @table: the sysctl table
2279 * @write: %TRUE if this is a write to the sysctl file
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280 * @buffer: the user buffer
2281 * @lenp: the size of the user buffer
2282 * @ppos: file position
2283 *
2284 * Reads/writes up to table->maxlen/sizeof(unsigned int) integer
2285 * values from/to the user buffer, treated as an ASCII string.
2286 *
2287 * This routine will ensure the values are within the range specified by
2288 * table->extra1 (min) and table->extra2 (max).
2289 *
2290 * Returns 0 on success.
2291 */
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002292int proc_dointvec_minmax(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293 void __user *buffer, size_t *lenp, loff_t *ppos)
2294{
2295 struct do_proc_dointvec_minmax_conv_param param = {
2296 .min = (int *) table->extra1,
2297 .max = (int *) table->extra2,
2298 };
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002299 return do_proc_dointvec(table, write, buffer, lenp, ppos,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300 do_proc_dointvec_minmax_conv, &param);
2301}
2302
Eric W. Biedermand8217f02007-10-18 03:05:22 -07002303static int __do_proc_doulongvec_minmax(void *data, struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304 void __user *buffer,
2305 size_t *lenp, loff_t *ppos,
2306 unsigned long convmul,
2307 unsigned long convdiv)
2308{
2309#define TMPBUFLEN 21
2310 unsigned long *i, *min, *max, val;
2311 int vleft, first=1, neg;
2312 size_t len, left;
2313 char buf[TMPBUFLEN], *p;
2314 char __user *s = buffer;
2315
Kirill Korotaevfcfbd542006-10-02 02:18:23 -07002316 if (!data || !table->maxlen || !*lenp ||
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317 (*ppos && !write)) {
2318 *lenp = 0;
2319 return 0;
2320 }
2321
Kirill Korotaevfcfbd542006-10-02 02:18:23 -07002322 i = (unsigned long *) data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323 min = (unsigned long *) table->extra1;
2324 max = (unsigned long *) table->extra2;
2325 vleft = table->maxlen / sizeof(unsigned long);
2326 left = *lenp;
2327
2328 for (; left && vleft--; i++, min++, max++, first=0) {
2329 if (write) {
2330 while (left) {
2331 char c;
2332 if (get_user(c, s))
2333 return -EFAULT;
2334 if (!isspace(c))
2335 break;
2336 left--;
2337 s++;
2338 }
2339 if (!left)
2340 break;
2341 neg = 0;
2342 len = left;
2343 if (len > TMPBUFLEN-1)
2344 len = TMPBUFLEN-1;
2345 if (copy_from_user(buf, s, len))
2346 return -EFAULT;
2347 buf[len] = 0;
2348 p = buf;
2349 if (*p == '-' && left > 1) {
2350 neg = 1;
BP, Praveenbd9b0ba2006-12-06 20:39:09 -08002351 p++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 }
2353 if (*p < '0' || *p > '9')
2354 break;
2355 val = simple_strtoul(p, &p, 0) * convmul / convdiv ;
2356 len = p-buf;
2357 if ((len < left) && *p && !isspace(*p))
2358 break;
2359 if (neg)
2360 val = -val;
2361 s += len;
2362 left -= len;
2363
2364 if(neg)
2365 continue;
2366 if ((min && val < *min) || (max && val > *max))
2367 continue;
2368 *i = val;
2369 } else {
2370 p = buf;
2371 if (!first)
2372 *p++ = '\t';
2373 sprintf(p, "%lu", convdiv * (*i) / convmul);
2374 len = strlen(buf);
2375 if (len > left)
2376 len = left;
2377 if(copy_to_user(s, buf, len))
2378 return -EFAULT;
2379 left -= len;
2380 s += len;
2381 }
2382 }
2383
2384 if (!write && !first && left) {
2385 if(put_user('\n', s))
2386 return -EFAULT;
2387 left--, s++;
2388 }
2389 if (write) {
2390 while (left) {
2391 char c;
2392 if (get_user(c, s++))
2393 return -EFAULT;
2394 if (!isspace(c))
2395 break;
2396 left--;
2397 }
2398 }
2399 if (write && first)
2400 return -EINVAL;
2401 *lenp -= left;
2402 *ppos += *lenp;
2403 return 0;
2404#undef TMPBUFLEN
2405}
2406
Eric W. Biedermand8217f02007-10-18 03:05:22 -07002407static int do_proc_doulongvec_minmax(struct ctl_table *table, int write,
Kirill Korotaevfcfbd542006-10-02 02:18:23 -07002408 void __user *buffer,
2409 size_t *lenp, loff_t *ppos,
2410 unsigned long convmul,
2411 unsigned long convdiv)
2412{
2413 return __do_proc_doulongvec_minmax(table->data, table, write,
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002414 buffer, lenp, ppos, convmul, convdiv);
Kirill Korotaevfcfbd542006-10-02 02:18:23 -07002415}
2416
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417/**
2418 * proc_doulongvec_minmax - read a vector of long integers with min/max values
2419 * @table: the sysctl table
2420 * @write: %TRUE if this is a write to the sysctl file
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421 * @buffer: the user buffer
2422 * @lenp: the size of the user buffer
2423 * @ppos: file position
2424 *
2425 * Reads/writes up to table->maxlen/sizeof(unsigned long) unsigned long
2426 * values from/to the user buffer, treated as an ASCII string.
2427 *
2428 * This routine will ensure the values are within the range specified by
2429 * table->extra1 (min) and table->extra2 (max).
2430 *
2431 * Returns 0 on success.
2432 */
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002433int proc_doulongvec_minmax(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434 void __user *buffer, size_t *lenp, loff_t *ppos)
2435{
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002436 return do_proc_doulongvec_minmax(table, write, buffer, lenp, ppos, 1l, 1l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437}
2438
2439/**
2440 * proc_doulongvec_ms_jiffies_minmax - read a vector of millisecond values with min/max values
2441 * @table: the sysctl table
2442 * @write: %TRUE if this is a write to the sysctl file
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443 * @buffer: the user buffer
2444 * @lenp: the size of the user buffer
2445 * @ppos: file position
2446 *
2447 * Reads/writes up to table->maxlen/sizeof(unsigned long) unsigned long
2448 * values from/to the user buffer, treated as an ASCII string. The values
2449 * are treated as milliseconds, and converted to jiffies when they are stored.
2450 *
2451 * This routine will ensure the values are within the range specified by
2452 * table->extra1 (min) and table->extra2 (max).
2453 *
2454 * Returns 0 on success.
2455 */
Eric W. Biedermand8217f02007-10-18 03:05:22 -07002456int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457 void __user *buffer,
2458 size_t *lenp, loff_t *ppos)
2459{
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002460 return do_proc_doulongvec_minmax(table, write, buffer,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461 lenp, ppos, HZ, 1000l);
2462}
2463
2464
2465static int do_proc_dointvec_jiffies_conv(int *negp, unsigned long *lvalp,
2466 int *valp,
2467 int write, void *data)
2468{
2469 if (write) {
Bart Samwelcba9f332006-03-24 03:15:50 -08002470 if (*lvalp > LONG_MAX / HZ)
2471 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472 *valp = *negp ? -(*lvalp*HZ) : (*lvalp*HZ);
2473 } else {
2474 int val = *valp;
2475 unsigned long lval;
2476 if (val < 0) {
2477 *negp = -1;
2478 lval = (unsigned long)-val;
2479 } else {
2480 *negp = 0;
2481 lval = (unsigned long)val;
2482 }
2483 *lvalp = lval / HZ;
2484 }
2485 return 0;
2486}
2487
2488static int do_proc_dointvec_userhz_jiffies_conv(int *negp, unsigned long *lvalp,
2489 int *valp,
2490 int write, void *data)
2491{
2492 if (write) {
Bart Samwelcba9f332006-03-24 03:15:50 -08002493 if (USER_HZ < HZ && *lvalp > (LONG_MAX / HZ) * USER_HZ)
2494 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495 *valp = clock_t_to_jiffies(*negp ? -*lvalp : *lvalp);
2496 } else {
2497 int val = *valp;
2498 unsigned long lval;
2499 if (val < 0) {
2500 *negp = -1;
2501 lval = (unsigned long)-val;
2502 } else {
2503 *negp = 0;
2504 lval = (unsigned long)val;
2505 }
2506 *lvalp = jiffies_to_clock_t(lval);
2507 }
2508 return 0;
2509}
2510
2511static int do_proc_dointvec_ms_jiffies_conv(int *negp, unsigned long *lvalp,
2512 int *valp,
2513 int write, void *data)
2514{
2515 if (write) {
2516 *valp = msecs_to_jiffies(*negp ? -*lvalp : *lvalp);
2517 } else {
2518 int val = *valp;
2519 unsigned long lval;
2520 if (val < 0) {
2521 *negp = -1;
2522 lval = (unsigned long)-val;
2523 } else {
2524 *negp = 0;
2525 lval = (unsigned long)val;
2526 }
2527 *lvalp = jiffies_to_msecs(lval);
2528 }
2529 return 0;
2530}
2531
2532/**
2533 * proc_dointvec_jiffies - read a vector of integers as seconds
2534 * @table: the sysctl table
2535 * @write: %TRUE if this is a write to the sysctl file
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536 * @buffer: the user buffer
2537 * @lenp: the size of the user buffer
2538 * @ppos: file position
2539 *
2540 * Reads/writes up to table->maxlen/sizeof(unsigned int) integer
2541 * values from/to the user buffer, treated as an ASCII string.
2542 * The values read are assumed to be in seconds, and are converted into
2543 * jiffies.
2544 *
2545 * Returns 0 on success.
2546 */
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002547int proc_dointvec_jiffies(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 void __user *buffer, size_t *lenp, loff_t *ppos)
2549{
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002550 return do_proc_dointvec(table,write,buffer,lenp,ppos,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551 do_proc_dointvec_jiffies_conv,NULL);
2552}
2553
2554/**
2555 * proc_dointvec_userhz_jiffies - read a vector of integers as 1/USER_HZ seconds
2556 * @table: the sysctl table
2557 * @write: %TRUE if this is a write to the sysctl file
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558 * @buffer: the user buffer
2559 * @lenp: the size of the user buffer
Randy Dunlap1e5d5332005-11-07 01:01:06 -08002560 * @ppos: pointer to the file position
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561 *
2562 * Reads/writes up to table->maxlen/sizeof(unsigned int) integer
2563 * values from/to the user buffer, treated as an ASCII string.
2564 * The values read are assumed to be in 1/USER_HZ seconds, and
2565 * are converted into jiffies.
2566 *
2567 * Returns 0 on success.
2568 */
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002569int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570 void __user *buffer, size_t *lenp, loff_t *ppos)
2571{
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002572 return do_proc_dointvec(table,write,buffer,lenp,ppos,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573 do_proc_dointvec_userhz_jiffies_conv,NULL);
2574}
2575
2576/**
2577 * proc_dointvec_ms_jiffies - read a vector of integers as 1 milliseconds
2578 * @table: the sysctl table
2579 * @write: %TRUE if this is a write to the sysctl file
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 * @buffer: the user buffer
2581 * @lenp: the size of the user buffer
Martin Waitz67be2dd2005-05-01 08:59:26 -07002582 * @ppos: file position
2583 * @ppos: the current position in the file
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584 *
2585 * Reads/writes up to table->maxlen/sizeof(unsigned int) integer
2586 * values from/to the user buffer, treated as an ASCII string.
2587 * The values read are assumed to be in 1/1000 seconds, and
2588 * are converted into jiffies.
2589 *
2590 * Returns 0 on success.
2591 */
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002592int proc_dointvec_ms_jiffies(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593 void __user *buffer, size_t *lenp, loff_t *ppos)
2594{
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002595 return do_proc_dointvec(table, write, buffer, lenp, ppos,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596 do_proc_dointvec_ms_jiffies_conv, NULL);
2597}
2598
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002599static int proc_do_cad_pid(struct ctl_table *table, int write,
Cedric Le Goater9ec52092006-10-02 02:19:00 -07002600 void __user *buffer, size_t *lenp, loff_t *ppos)
2601{
2602 struct pid *new_pid;
2603 pid_t tmp;
2604 int r;
2605
Pavel Emelyanov6c5f3e72008-02-08 04:19:20 -08002606 tmp = pid_vnr(cad_pid);
Cedric Le Goater9ec52092006-10-02 02:19:00 -07002607
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002608 r = __do_proc_dointvec(&tmp, table, write, buffer,
Cedric Le Goater9ec52092006-10-02 02:19:00 -07002609 lenp, ppos, NULL, NULL);
2610 if (r || !write)
2611 return r;
2612
2613 new_pid = find_get_pid(tmp);
2614 if (!new_pid)
2615 return -ESRCH;
2616
2617 put_pid(xchg(&cad_pid, new_pid));
2618 return 0;
2619}
2620
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621#else /* CONFIG_PROC_FS */
2622
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002623int proc_dostring(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624 void __user *buffer, size_t *lenp, loff_t *ppos)
2625{
2626 return -ENOSYS;
2627}
2628
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002629int proc_dointvec(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002630 void __user *buffer, size_t *lenp, loff_t *ppos)
2631{
2632 return -ENOSYS;
2633}
2634
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002635int proc_dointvec_minmax(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636 void __user *buffer, size_t *lenp, loff_t *ppos)
2637{
2638 return -ENOSYS;
2639}
2640
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002641int proc_dointvec_jiffies(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642 void __user *buffer, size_t *lenp, loff_t *ppos)
2643{
2644 return -ENOSYS;
2645}
2646
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002647int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648 void __user *buffer, size_t *lenp, loff_t *ppos)
2649{
2650 return -ENOSYS;
2651}
2652
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002653int proc_dointvec_ms_jiffies(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654 void __user *buffer, size_t *lenp, loff_t *ppos)
2655{
2656 return -ENOSYS;
2657}
2658
Alexey Dobriyan8d65af72009-09-23 15:57:19 -07002659int proc_doulongvec_minmax(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660 void __user *buffer, size_t *lenp, loff_t *ppos)
2661{
2662 return -ENOSYS;
2663}
2664
Eric W. Biedermand8217f02007-10-18 03:05:22 -07002665int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int write,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666 void __user *buffer,
2667 size_t *lenp, loff_t *ppos)
2668{
2669 return -ENOSYS;
2670}
2671
2672
2673#endif /* CONFIG_PROC_FS */
2674
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675/*
2676 * No sense putting this after each symbol definition, twice,
2677 * exception granted :-)
2678 */
2679EXPORT_SYMBOL(proc_dointvec);
2680EXPORT_SYMBOL(proc_dointvec_jiffies);
2681EXPORT_SYMBOL(proc_dointvec_minmax);
2682EXPORT_SYMBOL(proc_dointvec_userhz_jiffies);
2683EXPORT_SYMBOL(proc_dointvec_ms_jiffies);
2684EXPORT_SYMBOL(proc_dostring);
2685EXPORT_SYMBOL(proc_doulongvec_minmax);
2686EXPORT_SYMBOL(proc_doulongvec_ms_jiffies_minmax);
2687EXPORT_SYMBOL(register_sysctl_table);
Eric W. Biederman29e796f2007-11-30 23:50:18 +11002688EXPORT_SYMBOL(register_sysctl_paths);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002689EXPORT_SYMBOL(unregister_sysctl_table);