From: Baoquan he <bhe@redhat.com>
To: Sourabh Jain <sourabhjain@linux.ibm.com>
Cc: linux-kernel@vger.kernel.org,
Aditya Gupta <adityag@linux.ibm.com>,
Andrew Morton <akpm@linux-foundation.org>,
Dave Young <dyoung@redhat.com>,
Hari Bathini <hbathini@linux.ibm.com>,
Jiri Bohac <jbohac@suse.cz>,
Madhavan Srinivasan <maddy@linux.ibm.com>,
Mahesh J Salgaonkar <mahesh@linux.ibm.com>,
Pingfan Liu <piliu@redhat.com>,
"Ritesh Harjani (IBM)" <ritesh.list@gmail.com>,
Shivang Upadhyay <shivangu@linux.ibm.com>,
Vivek Goyal <vgoyal@redhat.com>,
linuxppc-dev@lists.ozlabs.org, kexec@lists.infradead.org
Subject: Re: [PATCH v6 0/3] kexec: reorganize kexec and kdump sysfs
Date: Fri, 21 Nov 2025 11:23:07 +0800 [thread overview]
Message-ID: <aR/bG4MCKGpunwe4@MiWiFi-R3L-srv> (raw)
In-Reply-To: <20251118114507.1769455-1-sourabhjain@linux.ibm.com>
On 11/18/25 at 05:15pm, Sourabh Jain wrote:
> All existing kexec and kdump sysfs entries are moved to a new location,
> /sys/kernel/kexec, to keep /sys/kernel/ clean and better organized.
> Symlinks are created at the old locations for backward compatibility and
> can be removed in the future [01/03].
>
> While doing this cleanup, the old kexec and kdump sysfs entries are
> marked as deprecated in the existing ABI documentation [02/03]. This
> makes it clear that these older interfaces should no longer be used.
> New ABI documentation is added to describe the reorganized interfaces
> [03/03], so users and tools can rely on the updated sysfs interfaces
> going forward.
>
> Changlog:
> ---------
>
> v4 -> v5:
> https://lore.kernel.org/all/20251114152550.ac2dd5e23542f09c62defec7@linux-foundation.org/
> - Splitted patch series from the above patch series
>
> v5 -> v6:
> - Move /sys/kernel/kexec_crash_cma_ranges also to new /sys/kernel/kexec node
> - Update commit messages
>
> Note:
> This patch series is dependent on the patches:
> https://lore.kernel.org/all/20251117035153.1199665-1-sourabhjain@linux.ibm.com/
> https://lore.kernel.org/all/20251118071023.1673329-1-sourabhjain@linux.ibm.com/
To the series,
Acked-by: Baoquan He <bhe@redhat.com>
>
> Cc: Aditya Gupta <adityag@linux.ibm.com>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Baoquan he <bhe@redhat.com>
> Cc: Dave Young <dyoung@redhat.com>
> Cc: Hari Bathini <hbathini@linux.ibm.com>
> Cc: Jiri Bohac <jbohac@suse.cz>
> Cc: Madhavan Srinivasan <maddy@linux.ibm.com>
> Cc: Mahesh J Salgaonkar <mahesh@linux.ibm.com>
> Cc: Pingfan Liu <piliu@redhat.com>
> Cc: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
> Cc: Shivang Upadhyay <shivangu@linux.ibm.com>
> Cc: Sourabh Jain <sourabhjain@linux.ibm.com>
> Cc: Vivek Goyal <vgoyal@redhat.com>
> Cc: linuxppc-dev@lists.ozlabs.org
> Cc: kexec@lists.infradead.org
>
> Sourabh Jain (3):
> kexec: move sysfs entries to /sys/kernel/kexec
> Documentation/ABI: mark old kexec sysfs deprecated
> Documentation/ABI: new kexec and kdump sysfs interface
>
> .../ABI/obsolete/sysfs-kernel-kexec-kdump | 71 +++++++++
> .../ABI/testing/sysfs-kernel-kexec-kdump | 26 ++--
> kernel/kexec_core.c | 141 ++++++++++++++++++
> kernel/ksysfs.c | 89 +----------
> 4 files changed, 230 insertions(+), 97 deletions(-)
> create mode 100644 Documentation/ABI/obsolete/sysfs-kernel-kexec-kdump
>
> --
> 2.51.1
>
prev parent reply other threads:[~2025-11-21 3:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-18 11:45 [PATCH v6 0/3] kexec: reorganize kexec and kdump sysfs Sourabh Jain
2025-11-18 11:45 ` [PATCH v6 1/3] kexec: move sysfs entries to /sys/kernel/kexec Sourabh Jain
2025-11-18 11:45 ` [PATCH v6 2/3] Documentation/ABI: mark old kexec sysfs deprecated Sourabh Jain
2025-11-18 11:45 ` [PATCH v6 3/3] Documentation/ABI: new kexec and kdump sysfs interface Sourabh Jain
2025-11-21 3:23 ` Baoquan he [this message]
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=aR/bG4MCKGpunwe4@MiWiFi-R3L-srv \
--to=bhe@redhat.com \
--cc=adityag@linux.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=dyoung@redhat.com \
--cc=hbathini@linux.ibm.com \
--cc=jbohac@suse.cz \
--cc=kexec@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=maddy@linux.ibm.com \
--cc=mahesh@linux.ibm.com \
--cc=piliu@redhat.com \
--cc=ritesh.list@gmail.com \
--cc=shivangu@linux.ibm.com \
--cc=sourabhjain@linux.ibm.com \
--cc=vgoyal@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.