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=-6.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 B8B72C43603 for ; Fri, 6 Dec 2019 13:11:59 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 63BFB2464E for ; Fri, 6 Dec 2019 13:11:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="G7g5njdj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 63BFB2464E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 47TtK906yXzDqKv for ; Sat, 7 Dec 2019 00:11:57 +1100 (AEDT) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 47Tsmf1qymzDqd0 for ; Fri, 6 Dec 2019 23:47:14 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="G7g5njdj"; dkim-atps=neutral Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by bilbo.ozlabs.org (Postfix) with ESMTP id 47Tsmd5wlkz8t6V for ; Fri, 6 Dec 2019 23:47:13 +1100 (AEDT) Received: by ozlabs.org (Postfix) id 47Tsmd3s5Rz9sRR; Fri, 6 Dec 2019 23:47:13 +1100 (AEDT) Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linuxfoundation.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="G7g5njdj"; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47Tsmc0GX6z9sNx for ; Fri, 6 Dec 2019 23:47:12 +1100 (AEDT) Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 8BC8521835; Fri, 6 Dec 2019 12:47:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575636430; bh=og6KKe2K7dAFnSp325n/4O+Bt50cX/53Q+uN3903lDU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G7g5njdjGl+Prucau4q/Ic/m0l3VSaQp+6xQqxkilP7wmt3GG3idFy3hb3CjeJNMk Yq/GiVylp+lofW6vi+ek5oi0H6bIphA0irWdWI1C6iHAxrjZ/WSeKaq7AkR4pBBV2w TIe7ZVkrkM4g1a8VnfBcjSKnxgbCpNh+jaGOS/zg= Date: Fri, 6 Dec 2019 13:47:07 +0100 From: Greg KH To: Sourabh Jain Subject: Re: [PATCH v4 1/6] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_* Message-ID: <20191206124707.GC1360047@kroah.com> References: <20191206122434.29587-1-sourabhjain@linux.ibm.com> <20191206122434.29587-2-sourabhjain@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191206122434.29587-2-sourabhjain@linux.ibm.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: corbet@lwn.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, mahesh@linux.vnet.ibm.com, hbathini@linux.ibm.com Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Fri, Dec 06, 2019 at 05:54:29PM +0530, Sourabh Jain wrote: > Add missing ABI documentation for existing FADump sysfs files. > > Signed-off-by: Sourabh Jain > --- > Documentation/ABI/testing/sysfs-kernel-fadump_enabled | 7 +++++++ > Documentation/ABI/testing/sysfs-kernel-fadump_registered | 8 ++++++++ > Documentation/ABI/testing/sysfs-kernel-fadump_release_mem | 8 ++++++++ > .../ABI/testing/sysfs-kernel-fadump_release_opalcore | 7 +++++++ > 4 files changed, 30 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-kernel-fadump_enabled > create mode 100644 Documentation/ABI/testing/sysfs-kernel-fadump_registered > create mode 100644 Documentation/ABI/testing/sysfs-kernel-fadump_release_mem > create mode 100644 Documentation/ABI/testing/sysfs-kernel-fadump_release_opalcore > > diff --git a/Documentation/ABI/testing/sysfs-kernel-fadump_enabled b/Documentation/ABI/testing/sysfs-kernel-fadump_enabled > new file mode 100644 > index 000000000000..f73632b1c006 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-kernel-fadump_enabled > @@ -0,0 +1,7 @@ > +What: /sys/kernel/fadump_enabled Ugh, no wonder no one wanted to document these, that would have been noticed right away :( greg k-h