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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 C2137C10DCE for ; Tue, 10 Mar 2020 19:56:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7F8EA21D7E for ; Tue, 10 Mar 2020 19:56:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726729AbgCJT4W (ORCPT ); Tue, 10 Mar 2020 15:56:22 -0400 Received: from ms.lwn.net ([45.79.88.28]:44964 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726604AbgCJT4W (ORCPT ); Tue, 10 Mar 2020 15:56:22 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 46EC6537; Tue, 10 Mar 2020 19:56:21 +0000 (UTC) Date: Tue, 10 Mar 2020 13:56:20 -0600 From: Jonathan Corbet To: "Guilherme G. Piccoli" Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, swood@redhat.com, mcgrof@kernel.org, keescook@chromium.org, yzaikin@google.com, mingo@kernel.org, kernel@gpiccoli.net Subject: Re: [PATCH v2] Documentation: Better document the softlockup_panic sysctl Message-ID: <20200310135620.27ba56f6@lwn.net> In-Reply-To: <20200310183649.23163-1-gpiccoli@canonical.com> References: <20200310183649.23163-1-gpiccoli@canonical.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, 10 Mar 2020 15:36:49 -0300 "Guilherme G. Piccoli" wrote: > Commit 9c44bc03fff4 ("softlockup: allow panic on lockup") added the > softlockup_panic sysctl, but didn't add information about it to the file > Documentation/admin-guide/sysctl/kernel.rst (which in that time certainly > wasn't rst and had other name!). > > This patch just adds the respective documentation and references it from > the corresponding entry in Documentation/admin-guide/kernel-parameters.txt. > > This patch was strongly based on Scott Wood's commit d22881dc13b6 > ("Documentation: Better document the hardlockup_panic sysctl"). > > Reviewed-by: Kees Cook > Signed-off-by: Guilherme G. Piccoli Applied, thanks. jon