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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 7CEE8C433E1 for ; Mon, 15 Jun 2020 06:51:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D1E02067B for ; Mon, 15 Jun 2020 06:51:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592203919; bh=MXSdrHZzmbut5RIOsHKlqKuQT+OCYYx8HUozgUTh0GA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=GfZ9MNEt9UP++vZiF5mjGq2aBbgF5caMbu3ujyJ059OUN2J9U8PDa2at1x8R/IgkA QnQY1lG/3XnKHVu7K1sS4uVyzV7zSaruQDTe4Gh0eCZHEL2yw0ButuT4pnCW/4nzRP jFpxDcKNzGktq6pJho4RU8veLqHYKnK/8hbeLbgg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728722AbgFOGvy (ORCPT ); Mon, 15 Jun 2020 02:51:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:38252 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728672AbgFOGvx (ORCPT ); Mon, 15 Jun 2020 02:51:53 -0400 Received: from coco.lan (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0FC762067B; Mon, 15 Jun 2020 06:51:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592203912; bh=MXSdrHZzmbut5RIOsHKlqKuQT+OCYYx8HUozgUTh0GA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=VagLU8bhUbiMK1OapqvsVP9NnARbzuEyejCHT7HlskFXsSulenvAKUpOhebVs+gde oHFgPkS8/W8ix6mS0/N9iUuyT6+K+BbWniodIBmHseHGeLMGOa90b+piCqgL2Oru7F CrmZKQmzWdKog4MHPgO6jic9VgZkJx3U3FsMP89E= Date: Mon, 15 Jun 2020 08:51:48 +0200 From: Mauro Carvalho Chehab To: Randy Dunlap Cc: LKML , "linux-doc@vger.kernel.org" , Jonathan Corbet , Andrew Morton , "Guilherme G. Piccoli" Subject: Re: [PATCH] Documentation: fix sysctl/kernel.rst heading format warnings Message-ID: <20200615085148.43dd33d7@coco.lan> In-Reply-To: <8af1cb77-4b5a-64b9-da5d-f6a95e537f99@infradead.org> References: <8af1cb77-4b5a-64b9-da5d-f6a95e537f99@infradead.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Em Sun, 14 Jun 2020 21:11:00 -0700 Randy Dunlap escreveu: > From: Randy Dunlap > > Fix heading format warnings in admin-guide/sysctl/kernel.rst: > > Documentation/admin-guide/sysctl/kernel.rst:339: WARNING: Title underline too short. > hung_task_all_cpu_backtrace: > ================ > > Documentation/admin-guide/sysctl/kernel.rst:650: WARNING: Title underline too short. > oops_all_cpu_backtrace: > ================ > > Fixes: 0ec9dc9bcba0 ("kernel/hung_task.c: introduce sysctl to print all traces when a hung task is detected") > Fixes: 60c958d8df9c ("panic: add sysctl to dump all CPUs backtraces on oops event") > Signed-off-by: Randy Dunlap > Cc: Guilherme G. Piccoli > Cc: Andrew Morton Reviewed-by: Mauro Carvalho Chehab > --- > Documentation/admin-guide/sysctl/kernel.rst | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > --- lnx-58-rc1.orig/Documentation/admin-guide/sysctl/kernel.rst > +++ lnx-58-rc1/Documentation/admin-guide/sysctl/kernel.rst > @@ -335,8 +335,8 @@ Path for the hotplug policy agent. > Default value is "``/sbin/hotplug``". > > > -hung_task_all_cpu_backtrace: > -================ > +hung_task_all_cpu_backtrace > +=========================== > > If this option is set, the kernel will send an NMI to all CPUs to dump > their backtraces when a hung task is detected. This file shows up if > @@ -646,8 +646,8 @@ rate for each task. > scanned for a given scan. > > > -oops_all_cpu_backtrace: > -================ > +oops_all_cpu_backtrace > +====================== > > If this option is set, the kernel will send an NMI to all CPUs to dump > their backtraces when an oops event occurs. It should be used as a last > Thanks, Mauro