Commit 3f5f1f22 authored by Sourabh Jain's avatar Sourabh Jain Committed by Michael Ellerman
Browse files

Documentation/ABI: Mark /sys/kernel/fadump_* sysfs files deprecated



Add a deprecation note in FADump sysfs ABI documentation files and
move them from ABI/testing to ABI/obsolete directory.

Signed-off-by: default avatarSourabh Jain <sourabhjain@linux.ibm.com>
[mpe: Use a proper table to fix errors from the documentation build]
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20191211160910.21656-6-sourabhjain@linux.ibm.com
parent 8852c07a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
This ABI is renamed and moved to a new location /sys/kernel/fadump/enabled.

What:		/sys/kernel/fadump_enabled
Date:		Feb 2012
Contact:	linuxppc-dev@lists.ozlabs.org
+2 −0
Original line number Diff line number Diff line
This ABI is renamed and moved to a new location /sys/kernel/fadump/registered.¬

What:		/sys/kernel/fadump_registered
Date:		Feb 2012
Contact:	linuxppc-dev@lists.ozlabs.org
+2 −0
Original line number Diff line number Diff line
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:	linuxppc-dev@lists.ozlabs.org
+12 −0
Original line number Diff line number Diff line
@@ -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.)