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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A4A7CC433F5 for ; Sat, 26 Feb 2022 09:54:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3rTDDD5lgLzzxhA/e2UXrIOflt5VA1h+bC6rQgAIBkI=; b=M3l2ux8xgPTtVa Zh+HTVQEw+FhEwof0ldw/mK2Xa7AP2Xju6qnWQKoy4v1DyPYBFTW28XJlbgo7fwpmEgV+bZfBjewG qVWhJB6uSIEXVlY2jXgAxUNTP/DJk2lIXEhvrHg79yZ/gvglLYoANKb1YHMdRIutyx4/PXYxmmcOu G+1WF932Uik11Xaeyz2bp3AhAPC0rmhFR7kcfz5/24VQAMRsb1OH2cPpD/Ntr9zfrEkZelaBI4CIn kVGvXZBLFbVwZbgA5ghrQqyZ9ekxPz5xzR0jd5SB4a0A0wzdI3662NEUDufExC/H5LdTg90G8Rd2q 1ccWK5a1eHALJm+ZfGOA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNtkx-007ph9-0r; Sat, 26 Feb 2022 09:52:51 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNtkr-007pfx-In; Sat, 26 Feb 2022 09:52:48 +0000 X-UUID: 0a04290171ca4851a1912e7c300c0c84-20220226 X-UUID: 0a04290171ca4851a1912e7c300c0c84-20220226 Received: from mtkcas68.mediatek.inc [(172.29.94.19)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1564484666; Sat, 26 Feb 2022 02:52:39 -0700 Received: from mtkexhb01.mediatek.inc (172.21.101.102) by MTKMBS62N1.mediatek.inc (172.29.193.41) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sat, 26 Feb 2022 01:52:37 -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 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220226_015245_652611_33E76433 X-CRM114-Status: GOOD ( 10.12 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel