diff options
author | Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com> | 2009-01-06 17:42:47 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:29 -0500 |
commit | 4cb0e11b15d2badad455fcd538af0cccf05dc012 (patch) | |
tree | 49975df37debdb274aa1b9b09a127ad217a405c0 /Documentation/kernel-parameters.txt | |
parent | 9cd4fd10437dda6b520cb1410b28f36967a34de8 (diff) |
coredump_filter: permit changing of the default filter
Introduce a new kernel parameter `coredump_filter'. Setting a value to
this parameter causes the default bitmask of coredump_filter to be
changed.
It is useful for users to change coredump_filter settings for the whole
system at boot time. Without this parameter, users have to change
coredump_filter settings for each /proc/<pid>/ in an initializing script.
Signed-off-by: Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com>
Cc: Roland McGrath <roland@redhat.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 3ccf1bc5affe..0b3f6711d2f1 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -551,6 +551,11 @@ and is between 256 and 4096 characters. It is defined in the file | |||
551 | not work reliably with all consoles, but is known | 551 | not work reliably with all consoles, but is known |
552 | to work with serial and VGA consoles. | 552 | to work with serial and VGA consoles. |
553 | 553 | ||
554 | coredump_filter= | ||
555 | [KNL] Change the default value for | ||
556 | /proc/<pid>/coredump_filter. | ||
557 | See also Documentation/filesystems/proc.txt. | ||
558 | |||
554 | cpcihp_generic= [HW,PCI] Generic port I/O CompactPCI driver | 559 | cpcihp_generic= [HW,PCI] Generic port I/O CompactPCI driver |
555 | Format: | 560 | Format: |
556 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] | 561 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] |