Bug 218574
Summary: | Setting negative PANIC_TIMEOUT values not respected | ||
---|---|---|---|
Product: | Other | Reporter: | Donald Carr (sirspudd) |
Component: | Configuration | Assignee: | other_configuration (other_configuration) |
Status: | NEW --- | ||
Severity: | normal | CC: | sirspudd |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Donald Carr
2024-03-08 18:48:08 UTC
despite there being existing defconfigs which specify negative values, this channel does not actually appear to work, and the kernel behaves as if the sign is being discarded. A PANIC_TIMEOUT=-1 reboots after a second, not immediately. Hardcoding the value in situ works, passing it via defconfig not so much. I assume the negative value code path is intended for consumption |