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 2A0F3C433F5 for ; Sat, 26 Feb 2022 09:52:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230455AbiBZJxS (ORCPT ); Sat, 26 Feb 2022 04:53:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229819AbiBZJxQ (ORCPT ); Sat, 26 Feb 2022 04:53:16 -0500 Received: from mailgw02.mediatek.com (unknown [210.61.82.184]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C546E1BE94; Sat, 26 Feb 2022 01:52:34 -0800 (PST) X-UUID: f0eb3a26f43443c5a941dfb29e7f5b4f-20220226 X-UUID: f0eb3a26f43443c5a941dfb29e7f5b4f-20220226 Received: from mtkcas11.mediatek.inc [(172.21.101.40)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 300805053; Sat, 26 Feb 2022 17:52:25 +0800 Received: from mtkexhb01.mediatek.inc (172.21.101.102) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Sat, 26 Feb 2022 17:52:23 +0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkexhb01.mediatek.inc (172.21.101.102) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sat, 26 Feb 2022 17:52:23 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Sat, 26 Feb 2022 17:52:23 +0800 From: Lecopzer Chen To: CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 1/5] kernel/watchdog: remove WATCHDOG_DEFAULT Date: Sat, 26 Feb 2022 17:52:23 +0800 Message-ID: <20220226095223.15585-1-lecopzer.chen@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org > On Sat 2022-02-12 18:43:45, Lecopzer Chen wrote: > > No reference to WATCHDOG_DEFAULT, remove it. > > It would be enough to mention the link to the previous > version in the cover letter. Thanks, I'll tweak the commit message in next version patch. > > > this commit reworks from [1]. > > > > [1] https://lore.kernel.org/lkml/20211014024155.15253-2-kernelfans@gmail.com/ > > Signed-off-by: Pingfan Liu > > Signed-off-by: Lecopzer Chen > > Reviewed-by: Petr Mladek BRs, Lecopzer