linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: stable-ABI: Document /sys/kernel/notes
@ 2020-09-09  6:37 Stephen Boyd
  2020-09-16 18:18 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Boyd @ 2020-09-09  6:37 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-kernel, linux-doc

Document the notes file in sysfs as the running vmlinux's .note section
in binary format. Hopefully this helps someone like me realize the
kernel exposes the note section in sysfs in the future. Take the date
from when the file was introduced. It's been a while so presumably this
is stable and not testing material.

Signed-off-by: Stephen Boyd <swboyd@chromium.org>
---
 Documentation/ABI/stable/sysfs-kernel-notes | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 Documentation/ABI/stable/sysfs-kernel-notes

diff --git a/Documentation/ABI/stable/sysfs-kernel-notes b/Documentation/ABI/stable/sysfs-kernel-notes
new file mode 100644
index 000000000000..2c76ee9e67f7
--- /dev/null
+++ b/Documentation/ABI/stable/sysfs-kernel-notes
@@ -0,0 +1,5 @@
+What:		/sys/kernel/notes
+Date:		July 2009
+Contact:	<linux-kernel@vger.kernel.org>
+Description:	The /sys/kernel/notes file contains the binary representation
+		of the running vmlinux's .notes section.
-- 
Sent by a computer, using git, on the internet


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: stable-ABI: Document /sys/kernel/notes
  2020-09-09  6:37 [PATCH] docs: stable-ABI: Document /sys/kernel/notes Stephen Boyd
@ 2020-09-16 18:18 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-09-16 18:18 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: linux-kernel, linux-doc

On Tue,  8 Sep 2020 23:37:52 -0700
Stephen Boyd <swboyd@chromium.org> wrote:

> Document the notes file in sysfs as the running vmlinux's .note section
> in binary format. Hopefully this helps someone like me realize the
> kernel exposes the note section in sysfs in the future. Take the date
> from when the file was introduced. It's been a while so presumably this
> is stable and not testing material.
> 
> Signed-off-by: Stephen Boyd <swboyd@chromium.org>
> ---
>  Documentation/ABI/stable/sysfs-kernel-notes | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 Documentation/ABI/stable/sysfs-kernel-notes
> 
> diff --git a/Documentation/ABI/stable/sysfs-kernel-notes b/Documentation/ABI/stable/sysfs-kernel-notes
> new file mode 100644
> index 000000000000..2c76ee9e67f7
> --- /dev/null
> +++ b/Documentation/ABI/stable/sysfs-kernel-notes
> @@ -0,0 +1,5 @@
> +What:		/sys/kernel/notes
> +Date:		July 2009
> +Contact:	<linux-kernel@vger.kernel.org>
> +Description:	The /sys/kernel/notes file contains the binary representation
> +		of the running vmlinux's .notes section.

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-16 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09  6:37 [PATCH] docs: stable-ABI: Document /sys/kernel/notes Stephen Boyd
2020-09-16 18:18 ` Jonathan Corbet

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).