From patchwork Wed Oct 19 18:04:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wim Van Sebroeck X-Patchwork-Id: 13012311 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0C45C4332F for ; Wed, 19 Oct 2022 19:48:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230517AbiJSTsq (ORCPT ); Wed, 19 Oct 2022 15:48:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230353AbiJSTsp (ORCPT ); Wed, 19 Oct 2022 15:48:45 -0400 Received: from www.linux-watchdog.org (www.linux-watchdog.org [185.87.125.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 0EAF519E02C; Wed, 19 Oct 2022 12:48:44 -0700 (PDT) Received: by www.linux-watchdog.org (Postfix, from userid 500) id DF543409F8; Wed, 19 Oct 2022 20:04:49 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 www.linux-watchdog.org DF543409F8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-watchdog.org; s=odk20180602; t=1666202689; bh=1HHZXkFh9povR5NiCygpNN0T8ybamjOo7OaZdu9z6eg=; h=Date:From:To:Cc:Subject:From; b=V35Jx1A5OzczOQh3xg8D0oBU4I0JA0RrH3EXKtvXrFyt7WCHJwjWFYlGrNiSRXEYW RozswnXqa2c/snv3qmkSovC5/EjxRYX4HTcENag+MdYAbBqXh/oxMOlrN7D8Gm1o9A PL65UidRsYP6LlnIDMoKt8b2/mexpsy+lE0xapow= Date: Wed, 19 Oct 2022 20:04:49 +0200 From: Wim Van Sebroeck To: Linus Torvalds Cc: Andrew Morton , LKML , Linux Watchdog Mailing List , Guenter Roeck , Uwe =?iso-8859-1?q?Kleine-K=F6nig?= Subject: [GIT PULL REQUEST] watchdog - v5.1 release cycle. Message-ID: <20221019180449.GA12018@www.linux-watchdog.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org 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.