kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Michael Ellerman <patch-notifications@ellerman.id.au>
To: linuxppc-dev@ozlabs.org, Sourabh Jain <sourabhjain@linux.ibm.com>
Cc: Akhil Raj <lf32.dev@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	"Aneesh Kumar K . V" <aneesh.kumar@kernel.org>,
	Baoquan He <bhe@redhat.com>, Borislav Petkov <bp@alien8.de>,
	Boris Ostrovsky <boris.ostrovsky@oracle.com>,
	Christophe Leroy <christophe.leroy@csgroup.eu>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	Dave Young <dyoung@redhat.com>,
	David Hildenbrand <david@redhat.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Hari Bathini <hbathini@linux.ibm.com>,
	Laurent Dufour <laurent.dufour@fr.ibm.com>,
	Mahesh Salgaonkar <mahesh@linux.ibm.com>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Mimi Zohar <zohar@linux.ibm.com>,
	Naveen N Rao <naveen@kernel.org>,
	Oscar Salvador <osalvador@suse.de>,
	Thomas Gleixner <tglx@linutronix.de>,
	Valentin Schneider <vschneid@redhat.com>,
	Vivek Goyal <vgoyal@redhat.com>,
	kexec@lists.infradead.org, x86@kernel.org
Subject: Re: [PATCH v18 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug
Date: Wed, 08 May 2024 00:41:13 +1000	[thread overview]
Message-ID: <171509287314.62008.11812494124513471250.b4-ty@ellerman.id.au> (raw)
In-Reply-To: <20240326055413.186534-1-sourabhjain@linux.ibm.com>

On Tue, 26 Mar 2024 11:24:07 +0530, Sourabh Jain wrote:
> Commit 247262756121 ("crash: add generic infrastructure for crash
> hotplug support") added a generic infrastructure that allows
> architectures to selectively update the kdump image component during CPU
> or memory add/remove events within the kernel itself.
> 
> This patch series adds crash hotplug handler for PowerPC and enable
> support to update the kdump image on CPU/Memory add/remove events.
> 
> [...]

Applied to powerpc/topic/kdump-hotplug.

[1/6] crash: forward memory_notify arg to arch crash hotplug handler
      https://git.kernel.org/powerpc/c/118005713e35a1893c6ee47ab2926cca277737de
[2/6] crash: add a new kexec flag for hotplug support
      https://git.kernel.org/powerpc/c/79365026f86948b52c3cb7bf099dded92c559b4c
[3/6] powerpc/kexec: move *_memory_ranges functions to ranges.c
      https://git.kernel.org/powerpc/c/f5f0da5a7b18fab383bac92044fd8f4f288c9d38
[4/6] PowerPC/kexec: make the update_cpus_node() function public
      https://git.kernel.org/powerpc/c/0857beff9c1ec8bb421a8b7a721da0f34cc886c0
[5/6] powerpc/crash: add crash CPU hotplug support
      https://git.kernel.org/powerpc/c/b741092d59761b98781fcb4f3f521312ed8d5006
[6/6] powerpc/crash: add crash memory hotplug support
      https://git.kernel.org/powerpc/c/849599b702ef8977fcd5b2f27c61ef773c42bb88

cheers

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

      parent reply	other threads:[~2024-05-07 14:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26  5:54 [PATCH v18 0/6] powerpc/crash: Kernel handling of CPU and memory hotplug Sourabh Jain
2024-03-26  5:54 ` [PATCH v18 1/6] crash: forward memory_notify arg to arch crash hotplug handler Sourabh Jain
2024-03-26  5:54 ` [PATCH v18 2/6] crash: add a new kexec flag for hotplug support Sourabh Jain
2024-03-26  5:54 ` [PATCH v18 3/6] powerpc/kexec: move *_memory_ranges functions to ranges.c Sourabh Jain
2024-03-26  5:54 ` [PATCH v18 4/6] PowerPC/kexec: make the update_cpus_node() function public Sourabh Jain
2024-03-26  5:54 ` [PATCH v18 5/6] powerpc/crash: add crash CPU hotplug support Sourabh Jain
2024-03-26  5:54 ` [PATCH v18 6/6] powerpc/crash: add crash memory " Sourabh Jain
2024-05-07 14:41 ` Michael Ellerman [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=171509287314.62008.11812494124513471250.b4-ty@ellerman.id.au \
    --to=patch-notifications@ellerman.id.au \
    --cc=akpm@linux-foundation.org \
    --cc=aneesh.kumar@kernel.org \
    --cc=bhe@redhat.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=bp@alien8.de \
    --cc=christophe.leroy@csgroup.eu \
    --cc=dave.hansen@linux.intel.com \
    --cc=david@redhat.com \
    --cc=dyoung@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hbathini@linux.ibm.com \
    --cc=kexec@lists.infradead.org \
    --cc=laurent.dufour@fr.ibm.com \
    --cc=lf32.dev@gmail.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=mahesh@linux.ibm.com \
    --cc=mpe@ellerman.id.au \
    --cc=naveen@kernel.org \
    --cc=osalvador@suse.de \
    --cc=sourabhjain@linux.ibm.com \
    --cc=tglx@linutronix.de \
    --cc=vgoyal@redhat.com \
    --cc=vschneid@redhat.com \
    --cc=x86@kernel.org \
    --cc=zohar@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;
as well as URLs for NNTP newsgroup(s).