summaryrefslogtreecommitdiff
path: root/tools/docs/parse-headers.py
diff options
context:
space:
mode:
authorJoel Granados <joel.granados@kernel.org>2025-09-29 14:43:54 +0200
committerJoel Granados <joel.granados@kernel.org>2025-10-24 15:35:11 +0200
commit18c4e028847092003c11f824796d1309bc01cd69 (patch)
tree64c0629cf96df4de6deddc6f7aaff3db6c994590 /tools/docs/parse-headers.py
parent3a8660878839faadb4f1a6dd72c3179c1df56787 (diff)
watchdog: move nmi_watchdog sysctl into .rodata
Move nmi_watchdog into the watchdog_sysctls array to prevent it from unnecessary modification. This move effectively moves it inside the .rodata section. Initially moved out into its own non-const array in commit 9ec272c586b0 ("watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe fails"), which made it writable only when watchdog_hardlockup_available was true. Moving it back to watchdog_sysctl keeps this behavior as writing to nmi_watchdog still fails when watchdog_hardlockup_available is false. Reviewed-by: Petr Mladek <pmladek@suse.com> Signed-off-by: Joel Granados <joel.granados@kernel.org>
Diffstat (limited to 'tools/docs/parse-headers.py')
0 files changed, 0 insertions, 0 deletions