diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-05 12:52:33 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-05 12:52:33 -0500 |
commit | 69f061e0c2ed47304b3eeac7fb7bd5268652dc50 (patch) | |
tree | 69bca9d5c7e7eb5e79dae030cbce713686e4d209 /Documentation/kernel-parameters.txt | |
parent | 607781762e7aae9c976f0a9a8829d4ba3e2da4ab (diff) | |
parent | f84d49b218b7d4c6cba2e0b41f24bd4045403962 (diff) |
Merge branch 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'core-signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
signal: Print warning message when dropping signals
signal: Fix alternate signal stack check
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 332fe3b47e0c..1d28812260cd 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2031,8 +2031,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2031 | 2031 | ||
2032 | print-fatal-signals= | 2032 | print-fatal-signals= |
2033 | [KNL] debug: print fatal signals | 2033 | [KNL] debug: print fatal signals |
2034 | print-fatal-signals=1: print segfault info to | 2034 | |
2035 | the kernel console. | 2035 | If enabled, warn about various signal handling |
2036 | related application anomalies: too many signals, | ||
2037 | too many POSIX.1 timers, fatal signals causing a | ||
2038 | coredump - etc. | ||
2039 | |||
2040 | If you hit the warning due to signal overflow, | ||
2041 | you might want to try "ulimit -i unlimited". | ||
2042 | |||
2036 | default: off. | 2043 | default: off. |
2037 | 2044 | ||
2038 | printk.time= Show timing data prefixed to each printk message line | 2045 | printk.time= Show timing data prefixed to each printk message line |