From: "Luck, Tony" <tony.luck@intel.com>
To: greg@kroah.com, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org
Cc: tglx@linutronix.de, mingo@elte.hu, akpm@linux-foundation.org,
ying.huang@intel.com, Borislav Petkov <bp@alien8.de>,
David Miller <davem@davemloft.net>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
Jim Keniston <jkenisto@linux.vnet.ibm.com>,
Kyungmin Park <kmpark@infradead.org>,
Geert Uytterhoeven <geert@linux-m68k.org>
Subject: Re: [RFC] persistent store (version 2) (part 1 of 2)
Date: Wed, 01 Dec 2010 10:01:19 -0800 [thread overview]
Message-ID: <4cf68d6f178373258a@agluck-desktop.sc.intel.com> (raw)
In-Reply-To: <20101201005851.GA31571@kroah.com>
> As you are adding new sysfs files, you are required to document them in
> Documentation/ABI/ as well.
Is this what you need?
-Tony
---
diff --git a/Documentation/ABI/testing/sysfs-pstore b/Documentation/ABI/testing/sysfs-pstore
new file mode 100644
index 0000000..083fcf7
--- /dev/null
+++ b/Documentation/ABI/testing/sysfs-pstore
@@ -0,0 +1,35 @@
+Where: /sys/firmware/pstore/...
+Date: January 2011
+Kernel Version: 2.6.38
+Contact: tony.luck@intel.com
+Description: Generic interface to platform dependent persistent storage.
+
+ Platforms that provide a mechanism to preserve some data
+ across system reboots can register with this driver to
+ provide a generic interface to show records captured in
+ the dying moments. In the case of a panic() the last part
+ of the console log is captured, but other interesting
+ data can also be saved.
+
+ $ ls -l /sys/firmware/pstore
+ total 0
+ -r--r--r-- 1 root root 7896 Nov 30 15:38 dmesg-1
+ --w------- 1 root root 0 Nov 30 15:38 erase
+
+ Different users of this interface will result in different
+ filename prefixes. Currently two are defined:
+
+ "dmesg" - saved console log
+ "mce" - architecture dependent data from fatal h/w error
+
+ The "erase" file is used to signal that a file has been
+ read and that the underlying platform driver can reclaim
+ the space in the persistent store. Just write the name of
+ the file to be removed to the "erase" file:
+
+ $ echo dmesg-1 > /sys/firmware/pstore/erase
+
+ The expectation is that all files in /sys/firmware/pstore
+ will be saved elsewhere and erased from persistent store
+ soon after boot to free up space ready for the next
+ catastrophe.
next prev parent reply other threads:[~2010-12-01 18:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-01 0:20 [RFC] persistent store (version 2) (part 1 of 2) Luck, Tony
2010-12-01 0:58 ` Greg KH
2010-12-01 18:01 ` Luck, Tony [this message]
2010-12-01 22:10 ` Greg KH
2010-12-02 0:51 ` Andrew Morton
2010-12-02 6:00 ` Luck, Tony
2010-12-02 10:12 ` Andrew Morton
2010-12-02 16:19 ` Tony Luck
2010-12-02 18:45 ` Tony Luck
2010-12-02 18:45 ` Tony Luck
2010-12-02 8:26 ` Huang Ying
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4cf68d6f178373258a@agluck-desktop.sc.intel.com \
--to=tony.luck@intel.com \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=bp@alien8.de \
--cc=davem@davemloft.net \
--cc=geert@linux-m68k.org \
--cc=greg@kroah.com \
--cc=jkenisto@linux.vnet.ibm.com \
--cc=kmpark@infradead.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
--cc=ying.huang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).