mbox series

[0/2,5.15,5.10,5,4] watchdog: iTCO: Backport of handle_boot_enabled=0 fix

Message ID cover.1696230335.git.jan.kiszka@siemens.com (mailing list archive)
Headers show
Series watchdog: iTCO: Backport of handle_boot_enabled=0 fix | expand

Message

Jan Kiszka Oct. 2, 2023, 7:05 a.m. UTC
This suggests a commit (and a follow-up fix for it) from 5.16+ for stable
because it fixes the usage of watchdog.handle_boot_enabled=0 for iTCO,
closing a monitoring gap in OTA update scenarios.

These patches are applicable to and have been tested with 5.15, 5.10 and
5.4 stable heads.

Jan

Cc: Malin Jonsson <malin.jonsson@ericsson.com>

Mika Westerberg (2):
  watchdog: iTCO_wdt: No need to stop the timer in probe
  watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already
    running

 drivers/watchdog/iTCO_wdt.c | 26 +++++++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

Comments

Sasha Levin Oct. 3, 2023, 4:28 p.m. UTC | #1
On Mon, Oct 02, 2023 at 09:05:33AM +0200, Jan Kiszka wrote:
>This suggests a commit (and a follow-up fix for it) from 5.16+ for stable
>because it fixes the usage of watchdog.handle_boot_enabled=0 for iTCO,
>closing a monitoring gap in OTA update scenarios.
>
>These patches are applicable to and have been tested with 5.15, 5.10 and
>5.4 stable heads.

Queued up this and the other series, thanks Jan!