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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 51CDBC11F64 for ; Tue, 29 Jun 2021 02:34:27 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id F312461A2B for ; Tue, 29 Jun 2021 02:34:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F312461A2B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 519928D008A; Mon, 28 Jun 2021 22:34:26 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 4C9D48D0072; Mon, 28 Jun 2021 22:34:26 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 36AAE8D008A; Mon, 28 Jun 2021 22:34:26 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0134.hostedemail.com [216.40.44.134]) by kanga.kvack.org (Postfix) with ESMTP id 0AD918D0072 for ; Mon, 28 Jun 2021 22:34:26 -0400 (EDT) Received: from smtpin37.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id F23DE8249980 for ; Tue, 29 Jun 2021 02:34:25 +0000 (UTC) X-FDA: 78305192490.37.DC844F9 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf20.hostedemail.com (Postfix) with ESMTP id 9EF53544 for ; Tue, 29 Jun 2021 02:34:25 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 6C33061A1D; Tue, 29 Jun 2021 02:34:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1624934064; bh=8PcazK9i+Ut9HZBii6YC2k2sGBxQKiXQcKrIg5dMTIQ=; h=Date:From:To:Subject:In-Reply-To:From; b=DOfADohHRHds+PBdDnn+oAhXrkOIJ6UVF5GXHmKNTDqhRWSZ35RC7q4kNEfzi5GwT tO+2AacvPmbBws9Zs0Xs+RqAmO/UHTzSCXcj+ZkXQB1OlwO88oPFQxUKEuSl1PWE/e 6SUSD38dNflt/e35glPXo/PVwhENOI8LTxqBnueM= Date: Mon, 28 Jun 2021 19:34:24 -0700 From: Andrew Morton To: akpm@linux-foundation.org, corbet@lwn.net, gpiccoli@canonical.com, joe@perches.com, keescook@chromium.org, linux-mm@kvack.org, mchehab+huawei@kernel.org, mm-commits@vger.kernel.org, pmladek@suse.com, qais.yousef@arm.com, rdunlap@infradead.org, santosh@fossix.org, steve@sk2.org, torvalds@linux-foundation.org, vbabka@suse.cz, wangqing@vivo.com Subject: [patch 021/192] doc: watchdog: modify the doc related to "watchdog/%u" Message-ID: <20210629023424.hvTBJhiAG%akpm@linux-foundation.org> In-Reply-To: <20210628193256.008961950a714730751c1423@linux-foundation.org> User-Agent: s-nail v14.8.16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Authentication-Results: imf20.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=DOfADohH; spf=pass (imf20.hostedemail.com: domain of akpm@linux-foundation.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org; dmarc=none X-Stat-Signature: w5aihoez1a5y59x74c6kesut3eyaekrg X-Rspamd-Queue-Id: 9EF53544 X-Rspamd-Server: rspam06 X-HE-Tag: 1624934065-843621 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: =46rom: Wang Qing Subject: doc: watchdog: modify the doc related to "watchdog/%u" "watchdog/%u" threads has be replaced by cpu_stop_work. The current description is extremely misleading. Link: https://lkml.kernel.org/r/1619687073-24686-5-git-send-email-wangqing@= vivo.com Signed-off-by: Wang Qing Reviewed-by: Petr Mladek Cc: "Guilherme G. Piccoli" Cc: Joe Perches Cc: Jonathan Corbet Cc: Kees Cook Cc: Mauro Carvalho Chehab Cc: Qais Yousef Cc: Randy Dunlap Cc: Santosh Sivaraj Cc: Stephen Kitt Cc: Vlastimil Babka Signed-off-by: Andrew Morton --- Documentation/admin-guide/sysctl/kernel.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/Documentation/admin-guide/sysctl/kernel.rst~doc-watchdog-modify-the-d= oc-related-to-watchdog-%u +++ a/Documentation/admin-guide/sysctl/kernel.rst @@ -1283,11 +1283,11 @@ This parameter can be used to control th =3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 The soft lockup detector monitors CPUs for threads that are hogging the CP= Us -without rescheduling voluntarily, and thus prevent the 'watchdog/N' threads -from running. The mechanism depends on the CPUs ability to respond to timer -interrupts which are needed for the 'watchdog/N' threads to be woken up by -the watchdog timer function, otherwise the NMI watchdog =E2=80=94 if enabl= ed =E2=80=94 can -detect a hard lockup condition. +without rescheduling voluntarily, and thus prevent the 'migration/N' threa= ds +from running, causing the watchdog work fail to execute. The mechanism dep= ends +on the CPUs ability to respond to timer interrupts which are needed for the +watchdog work to be queued by the watchdog timer function, otherwise the N= MI +watchdog =E2=80=94 if enabled =E2=80=94 can detect a hard lockup condition. =20 =20 stack_erasing _