Rusty Russell
|
c772be5231
param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC
|
10 years ago |
Rusty Russell
|
574732c73d
param: initialize store function to NULL if not available.
|
10 years ago |
Kees Cook
|
b0a65b0ccc
param: do not set store func without write perm
|
10 years ago |
Rusty Russell
|
18eb74fa94
params: cleanup sysfs allocation
|
10 years ago |
Geert Uytterhoeven
|
63a12d9d01
kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>
|
10 years ago |
Rusty Russell
|
7a486d3781
param: check for tainting before calling set op.
|
11 years ago |
Jani Nikula
|
91f9d330cc
module: make it possible to have unsafe, tainting module params
|
11 years ago |
Jani Nikula
|
6a4c264313
module: rename KERNEL_PARAM_FL_NOARG to avoid confusion
|
11 years ago |
Hannes Reinecke
|
b4210b810e
Add module param type 'ullong'
|
11 years ago |
Rusty Russell
|
51e158c12a
param: hand arguments after -- straight to init
|
11 years ago |
Felipe Contreras
|
88a88b320a
params: improve standard definitions
|
11 years ago |
Jean Delvare
|
3a126f85e0
kernel/params: fix handling of signed integer types
|
12 years ago |
Jingoo Han
|
6072ddc852
kernel: replace strict_strto*() with kstrto*()
|
12 years ago |
Li Zhong
|
942e443127
module: Fix mod->mkobj.kobj potentially freed too early
|
12 years ago |
Chen Gang
|
f4940ab7c5
kernel/params.c: use scnprintf() instead of sprintf()
|
12 years ago |
Steven Rostedt
|
ab013c5f60
module: Add flag to allow mod params to have no arguments
|
12 years ago |
Christoph Jaeger
|
79ac6834c2
module: fix sprintf format specifier in param_get_byte()
|
12 years ago |
Jean Delvare
|
b634d130e4
There is no /sys/parameters
|
12 years ago |
David Woodhouse
|
63662139e5
params: Fix potential memory leak in add_sysfs_param()
|
12 years ago |
Jim Cromie
|
b5f3abf950
params: replace printk(KERN_<LVL>...) with pr_<lvl>(...)
|
13 years ago |
Jim Cromie
|
1ef9eaf2bf
params.c: fix Smack complaint about parse_args
|
13 years ago |
Jim Cromie
|
9fb48c744b
params: add 3rd arg to option handler callback signature
|
13 years ago |
Pawel Moll
|
026cee0086
params: <level>_initcall-like kernel parameters
|
13 years ago |
Rusty Russell
|
8b8252813d
module_param: remove support for bool parameters which are really int.
|
13 years ago |
Paul Gortmaker
|
13ae246db4
includecheck: delete any duplicate instances of module.h
|
13 years ago |
Dave Young
|
10f296cbfe
module: make module param bint handle nul value
|
13 years ago |
Rusty Russell
|
69116f279a
module_param: avoid bool abuse, add bint for special cases.
|
13 years ago |
Jim Cromie
|
8487bfd954
kernel/params: replace DEBUGP with pr_debug
|
13 years ago |
Paul Gortmaker
|
72a59aaada
kernel: params.c needs module.h not moduleparam.h
|
14 years ago |
Michal Schmidt
|
b1e4d20cbf
params: make dashes and underscores in parameter names truly equal
|
14 years ago |