LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Sourabh Jain <sourabhjain@linux.ibm.com>
To: linuxppc-dev@lists.ozlabs.org, maddy@linux.ibm.com,
	mpe@ellerman.id.au, ritesh.list@gmail.com
Cc: npiggin@gmail.com, chleroy@kernel.org, shivangu@linux.ibm.com,
	hbathini@linux.ibm.com, mahesh@linux.ibm.com,
	adityag@linux.ibm.com, venkat88@linux.ibm.com,
	Sourabh Jain <sourabhjain@linux.ibm.com>
Subject: [PATCH v2 0/2] powerpc/fadump: remove deprecated sysfs compatibility links
Date: Mon, 13 Jul 2026 09:56:33 +0530	[thread overview]
Message-ID: <20260713042636.1599868-1-sourabhjain@linux.ibm.com> (raw)

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



             reply	other threads:[~2026-07-13  4:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-13  4:26 Sourabh Jain [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260713042636.1599868-1-sourabhjain@linux.ibm.com \
    --to=sourabhjain@linux.ibm.com \
    --cc=adityag@linux.ibm.com \
    --cc=chleroy@kernel.org \
    --cc=hbathini@linux.ibm.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=maddy@linux.ibm.com \
    --cc=mahesh@linux.ibm.com \
    --cc=mpe@ellerman.id.au \
    --cc=npiggin@gmail.com \
    --cc=ritesh.list@gmail.com \
    --cc=shivangu@linux.ibm.com \
    --cc=venkat88@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox