diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 2035bc77bcd..29c74d48813 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -445,11 +445,12 @@ Several sysctls are available to enable the watchdog running out of the processor's idle thread; a callout is launched to reset a timer in the watchdog. If the callout fails to reset the timer for ten seconds, - the timeout process will take place. The sysctl allows to select - which CPU will run the watchdog. + the timeout process will take place. The debug.watchdog_cpu + sysctl allows to select which CPU will run the watchdog. A sysctl debug.leak_schedlock - has been added. This causes a sysctl to spin holding sched_lock + has been added. This causes a sysctl handler that incorrectly leaks + the holding sched lock, to spin the lock in order to trigger the watchdog provided by the MP_WATCHDOG option. diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 2035bc77bcd..29c74d48813 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -445,11 +445,12 @@ Several sysctls are available to enable the watchdog running out of the processor's idle thread; a callout is launched to reset a timer in the watchdog. If the callout fails to reset the timer for ten seconds, - the timeout process will take place. The sysctl allows to select - which CPU will run the watchdog. + the timeout process will take place. The debug.watchdog_cpu + sysctl allows to select which CPU will run the watchdog. A sysctl debug.leak_schedlock - has been added. This causes a sysctl to spin holding sched_lock + has been added. This causes a sysctl handler that incorrectly leaks + the holding sched lock, to spin the lock in order to trigger the watchdog provided by the MP_WATCHDOG option.