diff options
Diffstat (limited to 'Documentation')
-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 |