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=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 15FC1C43219 for ; Sat, 27 Apr 2019 18:42:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D9017206BB for ; Sat, 27 Apr 2019 18:42:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556390533; bh=m/X02HRhvC5UXm8WmA9dWlmSU6iq6Tc1shKBq4aMYV0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=hBnjI79saBsi52u7AR34F6bkGe3VLPdf4zQkZrdO7VAQHg/3T1V1TiNtRLJO9/uh5 c94cSa3WnYTG16HUrtUUka6/Sttm/K6E5Fn+xmtf1uwmyzNr4xEUiRqSiNhN0BxddU DTfYflCffd1QGGSDTG6Hh5dfykcslzt3kPnoaDA4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726435AbfD0SmM (ORCPT ); Sat, 27 Apr 2019 14:42:12 -0400 Received: from casper.infradead.org ([85.118.1.10]:52622 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725942AbfD0SmM (ORCPT ); Sat, 27 Apr 2019 14:42:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Mu+jtxl8QJFERxk7BjYpouVnY66evnSpJ3ehj9Zzgqo=; b=Su4BXtsbGF2CAKVmeqA2kvfq/q WlRzMG5gKMSOGUtG+082U/KDSTRBTimGoHG/GN7qUpMjNBo+ZAeiu522/bFrGCTY1Da/My0JL5nq3 XUMM5x3FXYagOlwXtOUmZLgfmTtrLcia4mlZz/Gl+8awbicCvvsZQF2lgCeyn1aRQjjvqtWSnfIRs BGkwX5tXXvF4TTbjT5Q1htU0kBZ3CM77CFtTJ0DjDnloGr+W3AFlfhohMleCy820OoG9M/Zeh6UHX KsaMnuUh5eYntyJp/mEOcD4jcOMMPtwrDzIPEWmGh/qMe7jl9A9XnsAEv8Nx1JwWzAmUbU5aF5qfz e0K8eGRg==; Received: from 177.17.250.151.dynamic.adsl.gvt.net.br ([177.17.250.151] helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hKSH1-0005OL-Ak; Sat, 27 Apr 2019 18:42:07 +0000 Date: Sat, 27 Apr 2019 15:42:02 -0300 From: Mauro Carvalho Chehab To: Changbin Du Cc: Jonathan Corbet , tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, x86@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 27/27] Documentation: x86: convert x86_64/machinecheck to reST Message-ID: <20190427154202.2b25c281@coco.lan> In-Reply-To: <20190426153150.21228-28-changbin.du@gmail.com> References: <20190426153150.21228-1-changbin.du@gmail.com> <20190426153150.21228-28-changbin.du@gmail.com> X-Mailer: Claws Mail 3.17.3 (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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, 26 Apr 2019 23:31:50 +0800 Changbin Du escreveu: > This converts the plain text documentation to reStructuredText format and > add it to Sphinx TOC tree. No essential content change. > > Signed-off-by: Changbin Du > --- > Documentation/x86/x86_64/index.rst | 1 + > .../x86/x86_64/{machinecheck => machinecheck.rst} | 11 ++++++----- > 2 files changed, 7 insertions(+), 5 deletions(-) > rename Documentation/x86/x86_64/{machinecheck => machinecheck.rst} (92%) > > diff --git a/Documentation/x86/x86_64/index.rst b/Documentation/x86/x86_64/index.rst > index c04b6eab3c76..d6eaaa5a35fc 100644 > --- a/Documentation/x86/x86_64/index.rst > +++ b/Documentation/x86/x86_64/index.rst > @@ -13,3 +13,4 @@ x86_64 Support > 5level-paging > fake-numa-for-cpusets > cpu-hotplug-spec > + machinecheck > diff --git a/Documentation/x86/x86_64/machinecheck b/Documentation/x86/x86_64/machinecheck.rst > similarity index 92% > rename from Documentation/x86/x86_64/machinecheck > rename to Documentation/x86/x86_64/machinecheck.rst > index d0648a74fceb..8e9d2d529a8d 100644 > --- a/Documentation/x86/x86_64/machinecheck > +++ b/Documentation/x86/x86_64/machinecheck.rst > @@ -1,5 +1,8 @@ > +.. SPDX-License-Identifier: GPL-2.0 > > -Configurable sysfs parameters for the x86-64 machine check code. > +=============================================================== > +Configurable sysfs parameters for the x86-64 machine check code > +=============================================================== > > Machine checks report internal hardware error conditions detected > by the CPU. Uncorrected errors typically cause a machine check > @@ -16,14 +19,12 @@ log then mcelog should run to collect and decode machine check entries > from /dev/mcelog. Normally mcelog should be run regularly from a cronjob. > > Each CPU has a directory in /sys/devices/system/machinecheck/machinecheckN > -(N = CPU number) > +(N = CPU number). > > The directory contains some configurable entries: > > -Entries: > - > bankNctl > -(N bank number) > + (N bank number) Hmm.. I would add a blank line here. After such change: Reviewed-by: Mauro Carvalho Chehab > 64bit Hex bitmask enabling/disabling specific subevents for bank N > When a bit in the bitmask is zero then the respective > subevent will not be reported. Thanks, Mauro