diff options
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 9107b387e91f..3bbd92f805a6 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2032,8 +2032,15 @@ and is between 256 and 4096 characters. It is defined in the file | |||
2032 | 2032 | ||
2033 | print-fatal-signals= | 2033 | print-fatal-signals= |
2034 | [KNL] debug: print fatal signals | 2034 | [KNL] debug: print fatal signals |
2035 | print-fatal-signals=1: print segfault info to | 2035 | |
2036 | the kernel console. | 2036 | If enabled, warn about various signal handling |
2037 | related application anomalies: too many signals, | ||
2038 | too many POSIX.1 timers, fatal signals causing a | ||
2039 | coredump - etc. | ||
2040 | |||
2041 | If you hit the warning due to signal overflow, | ||
2042 | you might want to try "ulimit -i unlimited". | ||
2043 | |||
2037 | default: off. | 2044 | default: off. |
2038 | 2045 | ||
2039 | printk.time= Show timing data prefixed to each printk message line | 2046 | printk.time= Show timing data prefixed to each printk message line |