Similarly to the softlockup case, the current stack trace is displayed upon detection and the system will stay locked up unless the default behavior is changed, which can be done through a sysctl, ‘hardlockup_panic’, a compile time knob,“BOOTPARAM_HARDLOCKUP_PANIC”, and a kernel...
1 change: 1 addition & 0 deletions 1 Documentation/sysctl/kernel.txt Original file line numberDiff line numberDiff line change @@ -826,6 +826,7 @@ can be ORed together: 4096 - An out-of-tree module has been loaded. 8192 - An unsigned module has been loaded in a kernel supporting...
traceisdisplayed upon detection and, bydefault, the system will stay locked up. Alternatively, the kernel can be configured to panic; a sysctl, “kernel.softlockup_panic”, a kernel parameter, “softlockup_panic” (see “Documentation/kernel-parameters.txt”fordetails), and a compile option,...