|
4037 | 4037 | timeout < 0: reboot immediately
|
4038 | 4038 | Format: <timeout>
|
4039 | 4039 |
|
4040 |
| - panic_print= Bitmask for printing system info when panic happens. |
4041 |
| - User can chose combination of the following bits: |
4042 |
| - bit 0: print all tasks info |
4043 |
| - bit 1: print system memory info |
4044 |
| - bit 2: print timer info |
4045 |
| - bit 3: print locks info if CONFIG_LOCKDEP is on |
4046 |
| - bit 4: print ftrace buffer |
4047 |
| - bit 5: print all printk messages in buffer |
4048 |
| - bit 6: print all CPUs backtrace (if available in the arch) |
4049 |
| - *Be aware* that this option may print a _lot_ of lines, |
4050 |
| - so there are risks of losing older messages in the log. |
4051 |
| - Use this option carefully, maybe worth to setup a |
4052 |
| - bigger log buffer with "log_buf_len" along with this. |
4053 |
| - |
4054 | 4040 | panic_on_taint= Bitmask for conditionally calling panic() in add_taint()
|
4055 | 4041 | Format: <hex>[,nousertaint]
|
4056 | 4042 | Hexadecimal bitmask representing the set of TAINT flags
|
|
4067 | 4053 | panic_on_warn=1 panic() instead of WARN(). Useful to cause kdump
|
4068 | 4054 | on a WARN().
|
4069 | 4055 |
|
| 4056 | + panic_print= Bitmask for printing system info when panic happens. |
| 4057 | + User can chose combination of the following bits: |
| 4058 | + bit 0: print all tasks info |
| 4059 | + bit 1: print system memory info |
| 4060 | + bit 2: print timer info |
| 4061 | + bit 3: print locks info if CONFIG_LOCKDEP is on |
| 4062 | + bit 4: print ftrace buffer |
| 4063 | + bit 5: print all printk messages in buffer |
| 4064 | + bit 6: print all CPUs backtrace (if available in the arch) |
| 4065 | + *Be aware* that this option may print a _lot_ of lines, |
| 4066 | + so there are risks of losing older messages in the log. |
| 4067 | + Use this option carefully, maybe worth to setup a |
| 4068 | + bigger log buffer with "log_buf_len" along with this. |
| 4069 | + |
4070 | 4070 | parkbd.port= [HW] Parallel port number the keyboard adapter is
|
4071 | 4071 | connected to, default is 0.
|
4072 | 4072 | Format: <parport#>
|
|
4186 | 4186 | mode 0, bit 1 is for mode 1, and so on. Mode 0 only
|
4187 | 4187 | allowed by default.
|
4188 | 4188 |
|
4189 |
| - pause_on_oops= |
| 4189 | + pause_on_oops=<int> |
4190 | 4190 | Halt all CPUs after the first oops has been printed for
|
4191 | 4191 | the specified number of seconds. This is to be used if
|
4192 | 4192 | your oopses keep scrolling off the screen.
|
|
0 commit comments