Hi Linus, Please pull following watchdog changes for the v5.19 release cycle. This series contains: * Add tracing events for the most usual watchdog events The output from git request-pull: ---------------------------------------------------------------- The following changes since commit 099d387ebbcd70c6adc906ab5b66ef639c09dede: watchdog: twl4030_wdt: add missing mod_devicetable.h include (2022-10-07 11:03:25 +0200) are available in the git repository at: git://www.linux-watchdog.org/linux-watchdog.git tags/linux-watchdog-6.1-rc2 for you to fetch changes up to e25b091bed4946078c0998e4be77bc56824a9adf: watchdog: Add tracing events for the most usual watchdog events (2022-10-12 09:47:02 +0200) ---------------------------------------------------------------- linux-watchdog 6.1-rc2 tag ---------------------------------------------------------------- Uwe Kleine-König (1): watchdog: Add tracing events for the most usual watchdog events MAINTAINERS | 1 + drivers/watchdog/watchdog_core.c | 4 +++ drivers/watchdog/watchdog_dev.c | 12 ++++++-- include/trace/events/watchdog.h | 66 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 include/trace/events/watchdog.h ---------------------------------------------------------------- Kind regards, Wim.