From mboxrd@z Thu Jan 1 00:00:00 1970 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 789FAE7AD77 for ; Tue, 3 Oct 2023 16:28:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240418AbjJCQ2S (ORCPT ); Tue, 3 Oct 2023 12:28:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240395AbjJCQ2R (ORCPT ); Tue, 3 Oct 2023 12:28:17 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C84D9AC; Tue, 3 Oct 2023 09:28:14 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B53DC433C8; Tue, 3 Oct 2023 16:28:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696350494; bh=WAZ4LsEiib0jmeMdIBwYZqKFRQwg3WKSntq22mIwUus=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DRCGaDCHopxlLC1JTCJyhPt84Xyn0JhCYi+/kbNvgpjso41TrMmTcVtTa9U0qEJdQ qdnxIQJKwKC8m6aEVMaQhjWpucuIGl25dGCfmlq+0UbJpWdFhCu10ok6F0q2eTulQz 2y+2liWpKu+VKHsEdeXz2cN+DCBnluCNn8B2prQO66a7ZwM97n5QGmsmy7+uO0/vh1 baIbPDhD+VuOXkMAXcV5rL6ukHO4FJ7c7SBZQoSsbtmMoDCUP1iXhAvhrO4WcFt/xJ fVW94LsqzmBiGEXQPEB1U6cXCZ6wyA5PiZIOiHi4S0Tgdkw7KaVV/aw5xkT4AEW/Qs gRTfFg9PmeaFg== Date: Tue, 3 Oct 2023 12:28:12 -0400 From: Sasha Levin To: Jan Kiszka Cc: stable@vger.kernel.org, Mika Westerberg , Wim Van Sebroeck , Guenter Roeck , linux-watchdog@vger.kernel.org, Daniel P =?iso-8859-1?Q?=2E_Berrang=E9?= , Malin Jonsson Subject: Re: [PATCH 0/2] [5.15, 5.10, 5,4] watchdog: iTCO: Backport of handle_boot_enabled=0 fix Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org 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! -- Thanks, Sasha