summaryrefslogtreecommitdiff
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorStephen Boyd <swboyd@chromium.org>2020-09-08 23:37:52 -0700
committerJonathan Corbet <corbet@lwn.net>2020-09-16 12:17:47 -0600
commitb854e831014b498eeb7dd9aed15d6a7916edae24 (patch)
tree086095570b6a3d84b8e4098c67c3bb73e0c328dd /Documentation/ABI
parentc170f2eb9648bbc1cd46eac99bbcda7ce1b5a98f (diff)
docs: stable-ABI: Document /sys/kernel/notes
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> Link: https://lore.kernel.org/r/20200909063752.931283-1-swboyd@chromium.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r--Documentation/ABI/stable/sysfs-kernel-notes5
1 files changed, 5 insertions, 0 deletions
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.