commit | 278fb8920fdf9a2c896287e3f5b721c65504e5c9 | [log] [tgz] |
---|---|---|
author | Brian Norris <[email protected]> | Tue Nov 10 21:26:10 2020 |
committer | Commit Bot <[email protected]> | Fri Nov 13 16:31:53 2020 |
tree | 384327298544dbbeacfb00d82c68ad7825dcb7cc | |
parent | 4eab63117e0103bcd000c91a69969409a1741ab7 [diff] |
CHROMIUM: config: CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y It's already set for non-x86 architectures; x86 is the oddball, instead relying on specifying `nmi_watchdog=panic` in build_kernel_image.sh. It's generally best to avoid relying on kernel command-line for this kind of configuration though, so specify it here instead. Generated by echo CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y >> \ chromeos/config/x86_64/common.config chromeos/scripts/kernelconfig olddefconfig atop a normalized config. BUG=b:172222678 TEST=none Signed-off-by: Brian Norris <[email protected]> Change-Id: Idd46b11e21ade10bf7f399055a7d462076137335 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2530136 Reviewed-by: Stephen Boyd <[email protected]>