[PATCH v2 0/2] watchdog: pika_wdt: portability and timer lifecycle fixes

Rosen Penev posted 2 patches 5 days, 1 hour ago
drivers/watchdog/Kconfig    |  3 ++-
drivers/watchdog/pika_wdt.c | 14 ++++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
[PATCH v2 0/2] watchdog: pika_wdt: portability and timer lifecycle fixes
Posted by Rosen Penev 5 days, 1 hour ago
Replace ppc4xx-specific MMIO accessors with portable helpers and
fix two high-severity timer bugs: a UAF on module exit (timer
fires after iounmap) and a close race that defeats the watchdog
reset on unexpected daemon termination.

v2: fix preexisting issues

Rosen Penev (2):
  watchdog: pika_wdt: fix timer leak and close race
  watchdog: pika_wdt: replace in_be32/out_be32 with
    ioread32be/iowrite32be

 drivers/watchdog/Kconfig    |  3 ++-
 drivers/watchdog/pika_wdt.c | 14 ++++++++------
 2 files changed, 10 insertions(+), 7 deletions(-)

--
2.54.0