Skip to content

Commit

Permalink
Documentation/ABI: Mark /sys/kernel/fadump_* sysfs files deprecated
Browse files Browse the repository at this point in the history
Add a deprecation note in FADump sysfs ABI documentation files and
move them from ABI/testing to ABI/obsolete directory.

Signed-off-by: Sourabh Jain <[email protected]>
[mpe: Use a proper table to fix errors from the documentation build]
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
sourabhjains authored and mpe committed Feb 19, 2020
1 parent 8852c07 commit 3f5f1f2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This ABI is renamed and moved to a new location /sys/kernel/fadump/enabled.

What: /sys/kernel/fadump_enabled
Date: Feb 2012
Contact: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This ABI is renamed and moved to a new location /sys/kernel/fadump/registered.¬

What: /sys/kernel/fadump_registered
Date: Feb 2012
Contact: [email protected]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This ABI is renamed and moved to a new location /sys/kernel/fadump/release_mem.¬

What: /sys/kernel/fadump_release_mem
Date: Feb 2012
Contact: [email protected]
Expand Down
12 changes: 12 additions & 0 deletions Documentation/powerpc/firmware-assisted-dump.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,18 @@ Note: /sys/kernel/fadump_release_opalcore sysfs has moved to

echo 1 > /sys/firmware/opal/mpipl/release_core

Note: The following FADump sysfs files are deprecated.

+----------------------------------+--------------------------------+
| Deprecated | Alternative |
+----------------------------------+--------------------------------+
| /sys/kernel/fadump_enabled | /sys/kernel/fadump/enabled |
+----------------------------------+--------------------------------+
| /sys/kernel/fadump_registered | /sys/kernel/fadump/registered |
+----------------------------------+--------------------------------+
| /sys/kernel/fadump_release_mem | /sys/kernel/fadump/release_mem |
+----------------------------------+--------------------------------+

Here is the list of files under powerpc debugfs:
(Assuming debugfs is mounted on /sys/kernel/debug directory.)

Expand Down

0 comments on commit 3f5f1f2

Please sign in to comment.