LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] powerpc/fadump: remove deprecated sysfs compatibility links
@ 2026-07-13  4:26 Sourabh Jain
  2026-07-13  4:26 ` [PATCH v2 1/2] powerpc/fadump: remove old sysfs symlink Sourabh Jain
  2026-07-13  4:26 ` [PATCH v2 2/2] Documentation/ABI: remove old fadump sysfs doc Sourabh Jain
  0 siblings, 2 replies; 3+ messages in thread
From: Sourabh Jain @ 2026-07-13  4:26 UTC (permalink / raw)
  To: linuxppc-dev, maddy, mpe, ritesh.list
  Cc: npiggin, chleroy, shivangu, hbathini, mahesh, adityag, venkat88,
	Sourabh Jain

The FADump sysfs interface was reorganized in 2019 by moving the
/sys/kernel/fadump_* files under /sys/kernel/fadump/ and marking the
old paths as deprecated. Compatibility symlinks were retained to avoid
breaking existing userspace.

The following deprecated compatibility symlinks are removed by this
series:

/sys/kernel/fadump_enabled
/sys/kernel/fadump_registered
/sys/kernel/fadump_release_mem

The corresponding supported interfaces remain:

/sys/kernel/fadump/enabled
/sys/kernel/fadump/registered
/sys/kernel/fadump/release_mem

The major userspace consumers have since been updated to use the new
interface, and the deprecated paths have remained supported for several
years. This series completes the transition by removing the compatibility
symlinks and updating the documentation to reference only the current
sysfs interface.

Sourabh Jain (2):
  powerpc/fadump: remove old sysfs symlink
  Documentation/ABI: remove old fadump sysfs doc

 .../ABI/obsolete/sysfs-kernel-fadump_enabled  |  9 -----
 .../obsolete/sysfs-kernel-fadump_registered   | 10 ------
 .../obsolete/sysfs-kernel-fadump_release_mem  | 10 ------
 .../arch/powerpc/firmware-assisted-dump.rst   | 33 ++++++-----------
 arch/powerpc/kernel/fadump.c                  | 36 -------------------
 5 files changed, 11 insertions(+), 87 deletions(-)
 delete mode 100644 Documentation/ABI/obsolete/sysfs-kernel-fadump_enabled
 delete mode 100644 Documentation/ABI/obsolete/sysfs-kernel-fadump_registered
 delete mode 100644 Documentation/ABI/obsolete/sysfs-kernel-fadump_release_mem

-- 
2.52.0



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

end of thread, other threads:[~2026-07-13  4:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-13  4:26 [PATCH v2 0/2] powerpc/fadump: remove deprecated sysfs compatibility links Sourabh Jain
2026-07-13  4:26 ` [PATCH v2 1/2] powerpc/fadump: remove old sysfs symlink Sourabh Jain
2026-07-13  4:26 ` [PATCH v2 2/2] Documentation/ABI: remove old fadump sysfs doc Sourabh Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox