hardlockup_panic

file: /proc/sys/kernel/hardlockup_panic
variable: kernel.hardlockup_panic
Official reference

This parameter can be used to control whether the kernel panics when a hard lockup is detected.

  • 0 - don’t panic on hard lockup
  • 1 - panic on hard lockup

See Documentation/lockup-watchdogs.txt for more information. This can also be set using the nmi_watchdog kernel parameter.

source