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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6ED4C433B4 for ; Sun, 9 May 2021 23:29:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 92491613C2 for ; Sun, 9 May 2021 23:29:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230030AbhEIXaY (ORCPT ); Sun, 9 May 2021 19:30:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:47306 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229898AbhEIXaW (ORCPT ); Sun, 9 May 2021 19:30:22 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7560D613AB; Sun, 9 May 2021 23:29:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1620602958; bh=lVloXOMnxsml3PxRicfGS9YjP6h73lgxDYsSMX6Qzic=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=joU0kN9HXZ7LfK+RTyam7DDekZ7T8EKQC/mubKm28PlRu5g1uuuINcGOT/W0ektA1 bR8j4M89hDqCbqMHWaNuj/0++PmiEnMj6WMvUCjS1GV7L4TePeChHPdK2ktg10chCS H9yKN87B3gt1IjNpWQgYtDlQv38e6gNauPQtt/Dk= Date: Sun, 9 May 2021 16:29:17 -0700 From: Andrew Morton To: Petr Mladek Cc: Wang Qing , Jonathan Corbet , Mauro Carvalho Chehab , Joe Perches , Stephen Kitt , Kees Cook , Randy Dunlap , "Guilherme G. Piccoli" , Qais Yousef , Santosh Sivaraj , Vlastimil Babka , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2,RESEND 1/4] kernel: watchdog: Modify the explanation related to watchdog thread Message-Id: <20210509162917.3a50fef3858f7708a84d1a91@linux-foundation.org> In-Reply-To: References: <1619687073-24686-2-git-send-email-wangqing@vivo.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 29 Apr 2021 11:29:31 +0200 Petr Mladek wrote: > On Thu 2021-04-29 17:04:25, Wang Qing wrote: > > The watchdog thread has been replaced by cpu_stop_work, modify the > > explanation related. > > > > Signed-off-by: Wang Qing > > You should have added my Reviewed-by when resending the patchset. > Anyway, for all four patches: > > Reviewed-by: Petr Mladek > > Andrew, would you take it via -mm tree? Sure. I dropped "[2/4] doc: watchdog: Delete the explanation about "watchdog/%u"" because someone already did that.