public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE
@ 2026-04-28 12:48 Mike Rapoport
  2026-04-28 12:48 ` [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC Mike Rapoport
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mike Rapoport @ 2026-04-28 12:48 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Baoquan He, Mike Rapoport, Pasha Tatashin, Pratyush Yadav,
	Dave Young, kexec, linux-kernel

From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>

Hi,

KHO and LiveUpdate team is going to pick kdump and kexec patches to
their tree at
    
https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git

Update MAINTAINERS to reflect this change and add kexec@ list to LIVE
UPDATE entry.
   
Mike Rapoport (Microsoft) (2):
  MAINTAINERS: add tree for KDUMP and KEXEC
  MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY

 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)


base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
-- 
2.53.0


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

* [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC
  2026-04-28 12:48 [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE Mike Rapoport
@ 2026-04-28 12:48 ` Mike Rapoport
  2026-04-28 18:04   ` Pasha Tatashin
  2026-04-28 12:48 ` [PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY Mike Rapoport
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Mike Rapoport @ 2026-04-28 12:48 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Baoquan He, Mike Rapoport, Pasha Tatashin, Pratyush Yadav,
	Dave Young, kexec, linux-kernel

From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>

KHO and LiveUpdate team is going to pick kdump and kexec patches to
their tree at

https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git

Update MAINTAINERS to reflect it.

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2fb1c75afd16..2685cbf89b5e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13861,6 +13861,7 @@ R:	Dave Young <ruirui.yang@linux.dev>
 L:	kexec@lists.infradead.org
 S:	Maintained
 W:	http://lse.sourceforge.net/kdump/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
 F:	Documentation/admin-guide/kdump/
 F:	fs/proc/vmcore.c
 F:	include/linux/crash_core.h
@@ -14177,6 +14178,7 @@ M:	Pasha Tatashin <pasha.tatashin@soleen.com>
 M:	Pratyush Yadav <pratyush@kernel.org>
 L:	kexec@lists.infradead.org
 W:	http://kernel.org/pub/linux/utils/kernel/kexec/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
 F:	include/linux/kexec.h
 F:	include/uapi/linux/kexec.h
 F:	kernel/kexec*
-- 
2.53.0


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

* [PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY
  2026-04-28 12:48 [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE Mike Rapoport
  2026-04-28 12:48 ` [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC Mike Rapoport
@ 2026-04-28 12:48 ` Mike Rapoport
  2026-04-28 18:03   ` Pasha Tatashin
  2026-04-28 21:49 ` [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE Baoquan He
  2026-04-29 13:01 ` Pratyush Yadav
  3 siblings, 1 reply; 7+ messages in thread
From: Mike Rapoport @ 2026-04-28 12:48 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Baoquan He, Mike Rapoport, Pasha Tatashin, Pratyush Yadav,
	Dave Young, kexec, linux-kernel

From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>

Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2685cbf89b5e..1be7d97bdd8c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14895,6 +14895,7 @@ LIVE UPDATE
 M:	Pasha Tatashin <pasha.tatashin@soleen.com>
 M:	Mike Rapoport <rppt@kernel.org>
 M:	Pratyush Yadav <pratyush@kernel.org>
+L:	kexec@lists.infradead.org
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
-- 
2.53.0


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

* Re: [PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY
  2026-04-28 12:48 ` [PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY Mike Rapoport
@ 2026-04-28 18:03   ` Pasha Tatashin
  0 siblings, 0 replies; 7+ messages in thread
From: Pasha Tatashin @ 2026-04-28 18:03 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Andrew Morton, Baoquan He, Pasha Tatashin, Pratyush Yadav,
	Dave Young, kexec, linux-kernel

On 04-28 15:48, Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
> 
> Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>

Acked-by: Pasha Tatashin <pasha.tatashin@soleen.com> 

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2685cbf89b5e..1be7d97bdd8c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14895,6 +14895,7 @@ LIVE UPDATE
>  M:	Pasha Tatashin <pasha.tatashin@soleen.com>
>  M:	Mike Rapoport <rppt@kernel.org>
>  M:	Pratyush Yadav <pratyush@kernel.org>
> +L:	kexec@lists.infradead.org
>  L:	linux-kernel@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
> -- 
> 2.53.0
> 

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

* Re: [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC
  2026-04-28 12:48 ` [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC Mike Rapoport
@ 2026-04-28 18:04   ` Pasha Tatashin
  0 siblings, 0 replies; 7+ messages in thread
From: Pasha Tatashin @ 2026-04-28 18:04 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Andrew Morton, Baoquan He, Pasha Tatashin, Pratyush Yadav,
	Dave Young, kexec, linux-kernel

On 04-28 15:48, Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
> 
> KHO and LiveUpdate team is going to pick kdump and kexec patches to
> their tree at
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
> 
> Update MAINTAINERS to reflect it.
> 
> Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>

Acked-by: Pasha Tatashin <pasha.tatashin@soleen.com> 

> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2fb1c75afd16..2685cbf89b5e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13861,6 +13861,7 @@ R:	Dave Young <ruirui.yang@linux.dev>
>  L:	kexec@lists.infradead.org
>  S:	Maintained
>  W:	http://lse.sourceforge.net/kdump/
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
>  F:	Documentation/admin-guide/kdump/
>  F:	fs/proc/vmcore.c
>  F:	include/linux/crash_core.h
> @@ -14177,6 +14178,7 @@ M:	Pasha Tatashin <pasha.tatashin@soleen.com>
>  M:	Pratyush Yadav <pratyush@kernel.org>
>  L:	kexec@lists.infradead.org
>  W:	http://kernel.org/pub/linux/utils/kernel/kexec/
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
>  F:	include/linux/kexec.h
>  F:	include/uapi/linux/kexec.h
>  F:	kernel/kexec*
> -- 
> 2.53.0
> 

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

* Re: [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE
  2026-04-28 12:48 [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE Mike Rapoport
  2026-04-28 12:48 ` [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC Mike Rapoport
  2026-04-28 12:48 ` [PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY Mike Rapoport
@ 2026-04-28 21:49 ` Baoquan He
  2026-04-29 13:01 ` Pratyush Yadav
  3 siblings, 0 replies; 7+ messages in thread
From: Baoquan He @ 2026-04-28 21:49 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Andrew Morton, Pasha Tatashin, Pratyush Yadav, Dave Young, kexec,
	linux-kernel

On 04/28/26 at 03:48pm, Mike Rapoport wrote:
> From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
> 
> Hi,
> 
> KHO and LiveUpdate team is going to pick kdump and kexec patches to
> their tree at
>     
> https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
> 
> Update MAINTAINERS to reflect this change and add kexec@ list to LIVE
> UPDATE entry.
>    
> Mike Rapoport (Microsoft) (2):
>   MAINTAINERS: add tree for KDUMP and KEXEC
>   MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY
> 
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)

Ack the series:

Acked-by: Baoquan He <baoquan.he@linux.dev>


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

* Re: [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE
  2026-04-28 12:48 [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE Mike Rapoport
                   ` (2 preceding siblings ...)
  2026-04-28 21:49 ` [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE Baoquan He
@ 2026-04-29 13:01 ` Pratyush Yadav
  3 siblings, 0 replies; 7+ messages in thread
From: Pratyush Yadav @ 2026-04-29 13:01 UTC (permalink / raw)
  To: Mike Rapoport
  Cc: Andrew Morton, Baoquan He, Pasha Tatashin, Pratyush Yadav,
	Dave Young, kexec, linux-kernel

On Tue, Apr 28 2026, Mike Rapoport wrote:

> From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>
>
> Hi,
>
> KHO and LiveUpdate team is going to pick kdump and kexec patches to
> their tree at
>     
> https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
>
> Update MAINTAINERS to reflect this change and add kexec@ list to LIVE
> UPDATE entry.

Acked-by: Pratyush Yadav <pratyush@kernel.org>

-- 
Regards,
Pratyush Yadav

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

end of thread, other threads:[~2026-04-29 13:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 12:48 [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE Mike Rapoport
2026-04-28 12:48 ` [PATCH 1/2] MAINTAINERS: add tree for KDUMP and KEXEC Mike Rapoport
2026-04-28 18:04   ` Pasha Tatashin
2026-04-28 12:48 ` [PATCH 2/2] MAINTAINERS: add kexec@ list to LIVE UPDATE ENTRY Mike Rapoport
2026-04-28 18:03   ` Pasha Tatashin
2026-04-28 21:49 ` [PATCH 0/2] MAINTAINERS: update KEXEC, KDUMP and LIVE UPDATE Baoquan He
2026-04-29 13:01 ` Pratyush Yadav

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