Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp4988529ybl; Mon, 26 Aug 2019 20:20:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqwvMVq5+gW5aLqDdpTms9dTCtUtxhMUSnxqFRNuQ1vQg3fCbOEIqjif1kufYxB5Me9JsF4/ X-Received: by 2002:a63:e14d:: with SMTP id h13mr19246912pgk.431.1566876056392; Mon, 26 Aug 2019 20:20:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566876056; cv=none; d=google.com; s=arc-20160816; b=WvuE+Ny9lLIiZSn/bYySPcS7geFz1vjlnn0Hy5y7qwEimR4Exry9JVi3YZBsBdqg6E mwOkn+6XNVhfN3sqqZm6d0TlBckAz4h7KbYJQ8KCPApa9/TchJmKQBbjutcpW9stMDnf Juy9hNiKVQvXVYaudOD/wtDyRgVAycZ2FGOA1/gh2TFnJWSGET2e90u8AsWdCI20B05Z 5C3vDiaXbgQh99c9qdw5iIeutqo0dc3BzwSG8cghT/1SyPa2nnN73cBPaKVOhdXOp+am TPqd+qUAL6zfAKLSmBRKEXqypN8+VOZqNhUcO8HfPR+tlt40aBFAFk8twGTWIViKC+ci Dzcg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=Uk94BlS/sr+tvDO+ijrqkwoTKcrMk2DLdjvIsIc4y/k=; b=RqFNT2HMSIsJdXFpTKdSGx85KKHDkCnSVqHEtz3ZSi6C+ByxvU3DajAmRg3mzeE6yr T5Oh9pdo6WDjmJh6lcP4L6NCnTdZj5ssnTbqUogaZy+tCdax3csVNhdMvjUagMy1atli PNs93Vnd7k+y4HGRIx4BPkxcAVfiPvejNkwhQpMf7VdCVEY30GZWNGOQLCav4UvGh1tT SR6V/yJAuNDu0OMStG6aZXAP3LRKo8Is+eTWsxXqLwYtgMpNEX0bZZAoOr+xkKBQdnhg 9+ovTEGhMoYpwyK2MBrYaMhj5nQ2N/0QVQZ4IgJz0HCZUQyxUu8fWH/VRdh4MllZ5vBE 1K8g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h10si1344055pje.43.2019.08.26.20.20.40; Mon, 26 Aug 2019 20:20:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728865AbfH0DTl (ORCPT + 99 others); Mon, 26 Aug 2019 23:19:41 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:60357 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728345AbfH0DTl (ORCPT ); Mon, 26 Aug 2019 23:19:41 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 46HYyL5HWHz9sBF; Tue, 27 Aug 2019 13:19:38 +1000 (AEST) From: Michael Ellerman To: Hari Bathini , Sourabh Jain Cc: mahesh@linux.vnet.ibm.com, linux-doc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, corbet@lwn.net, gregkh@linuxfoundation.org Subject: Re: [PATCH v3] powerpc/fadump: sysfs for fadump memory reservation In-Reply-To: References: <20190810175905.7761-1-sourabhjain@linux.ibm.com> <53311fa4-2cce-1eb6-1aae-0c835e06eb24@linux.ibm.com> Date: Tue, 27 Aug 2019 13:19:35 +1000 Message-ID: <87sgpn2t2w.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hari Bathini writes: > On 26/08/19 4:14 PM, Sourabh Jain wrote: >> On 8/26/19 3:46 PM, Sourabh Jain wrote: >>> On 8/26/19 3:29 PM, Hari Bathini wrote: >>>> On 10/08/19 11:29 PM, Sourabh Jain wrote: >>>>> Add a sys interface to allow querying the memory reserved by >>>>> fadump for saving the crash dump. >>>>> >>>>> Add an ABI doc entry for new sysfs interface. >>>>> - /sys/kernel/fadump_mem_reserved >>>>> >>>>> Signed-off-by: Sourabh Jain >>>>> --- >>>>> Changelog: >>>>> v1 -> v2: >>>>> - Added ABI doc for new sysfs interface. >>>>> >>>>> v2 -> v3: >>>>> - Updated the ABI documentation. >>>>> --- >>>>> >>>>> Documentation/ABI/testing/sysfs-kernel-fadump | 6 ++++++ >>>> >>>> Shouldn't this be Documentation/ABI/testing/sysfs-kernel-fadump_mem_reserved? >> >> How about documenting fadump_mem_reserved and other sysfs attributes suggested >> by you in a single file Documentation/ABI/testing/sysfs-kernel-fadump? > > I wouldn't mind that but please do check if it is breaking a convention.. AIUI a file named like that would hold the documentation for the files inside a directory called /sys/kernel/fadump. And in fact that's probably where these files should live, rather than just dropped directly into /sys/kernel. cheers