* [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries
@ 2026-04-14 12:17 Pratyush Yadav
2026-04-14 12:17 ` [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers Pratyush Yadav
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: Pratyush Yadav @ 2026-04-14 12:17 UTC (permalink / raw)
To: Andrew Morton, Baoquan He, Pasha Tatashin, Pratyush Yadav,
Alexander Graf, Mike Rapoport, David Hildenbrand (Arm)
Cc: kexec, linux-mm, linux-kernel
From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
Hi,
This series contains some updates for the Kexec Handover (KHO) and Live
update entries. Patch 1 updates the maintainers list and adds the
liveupdate tree. Patches 2 and 3 clean up stale files in the list.
Regards,
Pratyush Yadav
Pratyush Yadav (Google) (3):
MAINTAINERS: update KHO and LIVE UPDATE maintainers
MAINTAINERS: drop include/linux/kho/abi/ from KHO
MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE
CREDITS | 4 ++++
MAINTAINERS | 10 +++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
base-commit: 57a117e7a3b3b47ee89b4b937b999a21a2c6134b
--
2.54.0.rc0.605.g598a273b03-goog
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers
2026-04-14 12:17 [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries Pratyush Yadav
@ 2026-04-14 12:17 ` Pratyush Yadav
2026-04-14 12:38 ` Alexander Graf
` (2 more replies)
2026-04-14 12:17 ` [PATCH 2/3] MAINTAINERS: drop include/linux/kho/abi/ from KHO Pratyush Yadav
` (2 subsequent siblings)
3 siblings, 3 replies; 12+ messages in thread
From: Pratyush Yadav @ 2026-04-14 12:17 UTC (permalink / raw)
To: Andrew Morton, Baoquan He, Pasha Tatashin, Pratyush Yadav,
Alexander Graf, Mike Rapoport, David Hildenbrand (Arm)
Cc: kexec, linux-mm, linux-kernel
From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
I have been helping out with reviewing and developing KHO. I would also
like to help maintain it. Change my entry from R to M for KHO and live
update. Alex has been inactive for a while, so to avoid over-crowding
the KHO entry and to keep the information up-to-date, move his entry
from M to R.
We also now have a tree for KHO and live update at liveupdate/linux.git
where we plan to start maintaining those subsystems and start queuing
the patches. List that in the entries as well.
Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
---
CREDITS | 4 ++++
MAINTAINERS | 8 +++++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/CREDITS b/CREDITS
index 9091bac3d2da..9173508b4e03 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1456,6 +1456,10 @@ N: Andy Gospodarek
E: andy@greyhouse.net
D: Maintenance and contributions to the network interface bonding driver.
+N: Alexander Graf
+E: graf@amazon.com
+D: Kexec Handover (KHO)
+
N: Wolfgang Grandegger
E: wg@grandegger.com
D: Controller Area Network (device drivers)
diff --git a/MAINTAINERS b/MAINTAINERS
index 915f074c3577..97820188a600 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14109,13 +14109,14 @@ F: include/uapi/linux/kexec.h
F: kernel/kexec*
KEXEC HANDOVER (KHO)
-M: Alexander Graf <graf@amazon.com>
M: Mike Rapoport <rppt@kernel.org>
M: Pasha Tatashin <pasha.tatashin@soleen.com>
-R: Pratyush Yadav <pratyush@kernel.org>
+M: Pratyush Yadav <pratyush@kernel.org>
+R: Alexander Graf <graf@amazon.com>
L: kexec@lists.infradead.org
L: linux-mm@kvack.org
S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
F: Documentation/admin-guide/mm/kho.rst
F: Documentation/core-api/kho/*
F: include/linux/kexec_handover.h
@@ -14802,9 +14803,10 @@ F: tools/testing/selftests/livepatch/
LIVE UPDATE
M: Pasha Tatashin <pasha.tatashin@soleen.com>
M: Mike Rapoport <rppt@kernel.org>
-R: Pratyush Yadav <pratyush@kernel.org>
+M: Pratyush Yadav <pratyush@kernel.org>
L: linux-kernel@vger.kernel.org
S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
F: Documentation/core-api/liveupdate.rst
F: Documentation/mm/memfd_preservation.rst
F: Documentation/userspace-api/liveupdate.rst
--
2.54.0.rc0.605.g598a273b03-goog
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 2/3] MAINTAINERS: drop include/linux/kho/abi/ from KHO
2026-04-14 12:17 [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries Pratyush Yadav
2026-04-14 12:17 ` [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers Pratyush Yadav
@ 2026-04-14 12:17 ` Pratyush Yadav
2026-04-14 13:04 ` Pasha Tatashin
2026-04-14 17:53 ` David Hildenbrand (Arm)
2026-04-14 12:17 ` [PATCH 3/3] MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE Pratyush Yadav
2026-04-14 14:02 ` [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries Mike Rapoport
3 siblings, 2 replies; 12+ messages in thread
From: Pratyush Yadav @ 2026-04-14 12:17 UTC (permalink / raw)
To: Andrew Morton, Baoquan He, Pasha Tatashin, Pratyush Yadav,
Alexander Graf, Mike Rapoport, David Hildenbrand (Arm)
Cc: kexec, linux-mm, linux-kernel
From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
The KHO entry already includes include/linux/kho. Listing its
subdirectory is redundant.
Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 97820188a600..c1e2cefb4493 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14121,7 +14121,6 @@ F: Documentation/admin-guide/mm/kho.rst
F: Documentation/core-api/kho/*
F: include/linux/kexec_handover.h
F: include/linux/kho/
-F: include/linux/kho/abi/
F: kernel/liveupdate/kexec_handover*
F: lib/test_kho.c
F: tools/testing/selftests/kho/
--
2.54.0.rc0.605.g598a273b03-goog
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 3/3] MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE
2026-04-14 12:17 [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries Pratyush Yadav
2026-04-14 12:17 ` [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers Pratyush Yadav
2026-04-14 12:17 ` [PATCH 2/3] MAINTAINERS: drop include/linux/kho/abi/ from KHO Pratyush Yadav
@ 2026-04-14 12:17 ` Pratyush Yadav
2026-04-14 13:04 ` Pasha Tatashin
2026-04-14 17:54 ` David Hildenbrand (Arm)
2026-04-14 14:02 ` [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries Mike Rapoport
3 siblings, 2 replies; 12+ messages in thread
From: Pratyush Yadav @ 2026-04-14 12:17 UTC (permalink / raw)
To: Andrew Morton, Baoquan He, Pasha Tatashin, Pratyush Yadav,
Alexander Graf, Mike Rapoport, David Hildenbrand (Arm)
Cc: kexec, linux-mm, linux-kernel
From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
The directory does not exist any more.
Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c1e2cefb4493..bb588928533f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14811,7 +14811,6 @@ F: Documentation/mm/memfd_preservation.rst
F: Documentation/userspace-api/liveupdate.rst
F: include/linux/kho/abi/
F: include/linux/liveupdate.h
-F: include/linux/liveupdate/
F: include/uapi/linux/liveupdate.h
F: kernel/liveupdate/
F: lib/tests/liveupdate.c
--
2.54.0.rc0.605.g598a273b03-goog
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers
2026-04-14 12:17 ` [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers Pratyush Yadav
@ 2026-04-14 12:38 ` Alexander Graf
2026-04-14 13:03 ` Pasha Tatashin
2026-04-14 17:54 ` David Hildenbrand (Arm)
2 siblings, 0 replies; 12+ messages in thread
From: Alexander Graf @ 2026-04-14 12:38 UTC (permalink / raw)
To: Pratyush Yadav, Andrew Morton, Baoquan He, Pasha Tatashin,
Mike Rapoport, David Hildenbrand (Arm)
Cc: kexec, linux-mm, linux-kernel
On 14.04.26 14:17, Pratyush Yadav wrote:
> From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
>
> I have been helping out with reviewing and developing KHO. I would also
> like to help maintain it. Change my entry from R to M for KHO and live
> update. Alex has been inactive for a while, so to avoid over-crowding
> the KHO entry and to keep the information up-to-date, move his entry
> from M to R.
>
> We also now have a tree for KHO and live update at liveupdate/linux.git
> where we plan to start maintaining those subsystems and start queuing
> the patches. List that in the entries as well.
>
> Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
Reviewed-by: Alexander Graf <graf@amazon.com>
Alex
> ---
> CREDITS | 4 ++++
> MAINTAINERS | 8 +++++---
> 2 files changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/CREDITS b/CREDITS
> index 9091bac3d2da..9173508b4e03 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1456,6 +1456,10 @@ N: Andy Gospodarek
> E: andy@greyhouse.net
> D: Maintenance and contributions to the network interface bonding driver.
>
> +N: Alexander Graf
> +E: graf@amazon.com
> +D: Kexec Handover (KHO)
> +
> N: Wolfgang Grandegger
> E: wg@grandegger.com
> D: Controller Area Network (device drivers)
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 915f074c3577..97820188a600 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14109,13 +14109,14 @@ F: include/uapi/linux/kexec.h
> F: kernel/kexec*
>
> KEXEC HANDOVER (KHO)
> -M: Alexander Graf <graf@amazon.com>
> M: Mike Rapoport <rppt@kernel.org>
> M: Pasha Tatashin <pasha.tatashin@soleen.com>
> -R: Pratyush Yadav <pratyush@kernel.org>
> +M: Pratyush Yadav <pratyush@kernel.org>
> +R: Alexander Graf <graf@amazon.com>
> L: kexec@lists.infradead.org
> L: linux-mm@kvack.org
> S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
> F: Documentation/admin-guide/mm/kho.rst
> F: Documentation/core-api/kho/*
> F: include/linux/kexec_handover.h
> @@ -14802,9 +14803,10 @@ F: tools/testing/selftests/livepatch/
> LIVE UPDATE
> M: Pasha Tatashin <pasha.tatashin@soleen.com>
> M: Mike Rapoport <rppt@kernel.org>
> -R: Pratyush Yadav <pratyush@kernel.org>
> +M: Pratyush Yadav <pratyush@kernel.org>
> L: linux-kernel@vger.kernel.org
> S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
> F: Documentation/core-api/liveupdate.rst
> F: Documentation/mm/memfd_preservation.rst
> F: Documentation/userspace-api/liveupdate.rst
> --
> 2.54.0.rc0.605.g598a273b03-goog
>
Amazon Web Services Development Center Germany GmbH
Tamara-Danz-Str. 13
10243 Berlin
Geschaeftsfuehrung: Christof Hellmis, Andreas Stieger
Eingetragen am Amtsgericht Charlottenburg unter HRB 257764 B
Sitz: Berlin
Ust-ID: DE 365 538 597
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers
2026-04-14 12:17 ` [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers Pratyush Yadav
2026-04-14 12:38 ` Alexander Graf
@ 2026-04-14 13:03 ` Pasha Tatashin
2026-04-14 17:54 ` David Hildenbrand (Arm)
2 siblings, 0 replies; 12+ messages in thread
From: Pasha Tatashin @ 2026-04-14 13:03 UTC (permalink / raw)
To: Pratyush Yadav
Cc: Andrew Morton, Baoquan He, Alexander Graf, Mike Rapoport,
David Hildenbrand (Arm),
kexec, linux-mm, linux-kernel
On Tue, Apr 14, 2026 at 8:18 AM Pratyush Yadav <pratyush@kernel.org> wrote:
>
> From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
>
> I have been helping out with reviewing and developing KHO. I would also
> like to help maintain it. Change my entry from R to M for KHO and live
> update. Alex has been inactive for a while, so to avoid over-crowding
> the KHO entry and to keep the information up-to-date, move his entry
> from M to R.
>
> We also now have a tree for KHO and live update at liveupdate/linux.git
> where we plan to start maintaining those subsystems and start queuing
> the patches. List that in the entries as well.
>
> Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
> ---
> CREDITS | 4 ++++
> MAINTAINERS | 8 +++++---
> 2 files changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/CREDITS b/CREDITS
> index 9091bac3d2da..9173508b4e03 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1456,6 +1456,10 @@ N: Andy Gospodarek
> E: andy@greyhouse.net
> D: Maintenance and contributions to the network interface bonding driver.
>
> +N: Alexander Graf
> +E: graf@amazon.com
> +D: Kexec Handover (KHO)
> +
> N: Wolfgang Grandegger
> E: wg@grandegger.com
> D: Controller Area Network (device drivers)
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 915f074c3577..97820188a600 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14109,13 +14109,14 @@ F: include/uapi/linux/kexec.h
> F: kernel/kexec*
>
> KEXEC HANDOVER (KHO)
> -M: Alexander Graf <graf@amazon.com>
> M: Mike Rapoport <rppt@kernel.org>
> M: Pasha Tatashin <pasha.tatashin@soleen.com>
> -R: Pratyush Yadav <pratyush@kernel.org>
> +M: Pratyush Yadav <pratyush@kernel.org>
> +R: Alexander Graf <graf@amazon.com>
> L: kexec@lists.infradead.org
> L: linux-mm@kvack.org
> S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
> F: Documentation/admin-guide/mm/kho.rst
> F: Documentation/core-api/kho/*
> F: include/linux/kexec_handover.h
> @@ -14802,9 +14803,10 @@ F: tools/testing/selftests/livepatch/
> LIVE UPDATE
> M: Pasha Tatashin <pasha.tatashin@soleen.com>
> M: Mike Rapoport <rppt@kernel.org>
> -R: Pratyush Yadav <pratyush@kernel.org>
> +M: Pratyush Yadav <pratyush@kernel.org>
> L: linux-kernel@vger.kernel.org
> S: Maintained
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux.git
> F: Documentation/core-api/liveupdate.rst
> F: Documentation/mm/memfd_preservation.rst
> F: Documentation/userspace-api/liveupdate.rst
> --
> 2.54.0.rc0.605.g598a273b03-goog
Reviewed-by: Pasha Tatashin <pasha.tatashin@soleen.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/3] MAINTAINERS: drop include/linux/kho/abi/ from KHO
2026-04-14 12:17 ` [PATCH 2/3] MAINTAINERS: drop include/linux/kho/abi/ from KHO Pratyush Yadav
@ 2026-04-14 13:04 ` Pasha Tatashin
2026-04-14 17:53 ` David Hildenbrand (Arm)
1 sibling, 0 replies; 12+ messages in thread
From: Pasha Tatashin @ 2026-04-14 13:04 UTC (permalink / raw)
To: Pratyush Yadav
Cc: Andrew Morton, Baoquan He, Alexander Graf, Mike Rapoport,
David Hildenbrand (Arm),
kexec, linux-mm, linux-kernel
On Tue, Apr 14, 2026 at 8:18 AM Pratyush Yadav <pratyush@kernel.org> wrote:
>
> From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
>
> The KHO entry already includes include/linux/kho. Listing its
> subdirectory is redundant.
>
> Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 97820188a600..c1e2cefb4493 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14121,7 +14121,6 @@ F: Documentation/admin-guide/mm/kho.rst
> F: Documentation/core-api/kho/*
> F: include/linux/kexec_handover.h
> F: include/linux/kho/
> -F: include/linux/kho/abi/
> F: kernel/liveupdate/kexec_handover*
> F: lib/test_kho.c
> F: tools/testing/selftests/kho/
> --
> 2.54.0.rc0.605.g598a273b03-goog
>
Reviewed-by: Pasha Tatashin <pasha.tatashin@soleen.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 3/3] MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE
2026-04-14 12:17 ` [PATCH 3/3] MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE Pratyush Yadav
@ 2026-04-14 13:04 ` Pasha Tatashin
2026-04-14 17:54 ` David Hildenbrand (Arm)
1 sibling, 0 replies; 12+ messages in thread
From: Pasha Tatashin @ 2026-04-14 13:04 UTC (permalink / raw)
To: Pratyush Yadav
Cc: Andrew Morton, Baoquan He, Alexander Graf, Mike Rapoport,
David Hildenbrand (Arm),
kexec, linux-mm, linux-kernel
On Tue, Apr 14, 2026 at 8:18 AM Pratyush Yadav <pratyush@kernel.org> wrote:
>
> From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
>
> The directory does not exist any more.
>
> Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c1e2cefb4493..bb588928533f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14811,7 +14811,6 @@ F: Documentation/mm/memfd_preservation.rst
> F: Documentation/userspace-api/liveupdate.rst
> F: include/linux/kho/abi/
> F: include/linux/liveupdate.h
> -F: include/linux/liveupdate/
> F: include/uapi/linux/liveupdate.h
> F: kernel/liveupdate/
> F: lib/tests/liveupdate.c
> --
> 2.54.0.rc0.605.g598a273b03-goog
>
Reviewed-by: Pasha Tatashin <pasha.tatashin@soleen.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries
2026-04-14 12:17 [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries Pratyush Yadav
` (2 preceding siblings ...)
2026-04-14 12:17 ` [PATCH 3/3] MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE Pratyush Yadav
@ 2026-04-14 14:02 ` Mike Rapoport
3 siblings, 0 replies; 12+ messages in thread
From: Mike Rapoport @ 2026-04-14 14:02 UTC (permalink / raw)
To: Pratyush Yadav
Cc: Andrew Morton, Baoquan He, Pasha Tatashin, Alexander Graf,
David Hildenbrand (Arm),
kexec, linux-mm, linux-kernel
On Tue, Apr 14, 2026 at 12:17:17PM +0000, Pratyush Yadav wrote:
> From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
>
> Hi,
>
> This series contains some updates for the Kexec Handover (KHO) and Live
> update entries. Patch 1 updates the maintainers list and adds the
> liveupdate tree. Patches 2 and 3 clean up stale files in the list.
>
> Regards,
> Pratyush Yadav
>
> Pratyush Yadav (Google) (3):
> MAINTAINERS: update KHO and LIVE UPDATE maintainers
> MAINTAINERS: drop include/linux/kho/abi/ from KHO
> MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE
>
> CREDITS | 4 ++++
> MAINTAINERS | 10 +++++-----
> 2 files changed, 9 insertions(+), 5 deletions(-)
For the series
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
--
Sincerely yours,
Mike.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/3] MAINTAINERS: drop include/linux/kho/abi/ from KHO
2026-04-14 12:17 ` [PATCH 2/3] MAINTAINERS: drop include/linux/kho/abi/ from KHO Pratyush Yadav
2026-04-14 13:04 ` Pasha Tatashin
@ 2026-04-14 17:53 ` David Hildenbrand (Arm)
1 sibling, 0 replies; 12+ messages in thread
From: David Hildenbrand (Arm) @ 2026-04-14 17:53 UTC (permalink / raw)
To: Pratyush Yadav, Andrew Morton, Baoquan He, Pasha Tatashin,
Alexander Graf, Mike Rapoport
Cc: kexec, linux-mm, linux-kernel
On 4/14/26 14:17, Pratyush Yadav wrote:
> From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
>
> The KHO entry already includes include/linux/kho. Listing its
> subdirectory is redundant.
>
> Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 97820188a600..c1e2cefb4493 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14121,7 +14121,6 @@ F: Documentation/admin-guide/mm/kho.rst
> F: Documentation/core-api/kho/*
> F: include/linux/kexec_handover.h
> F: include/linux/kho/
> -F: include/linux/kho/abi/
> F: kernel/liveupdate/kexec_handover*
> F: lib/test_kho.c
> F: tools/testing/selftests/kho/
Reviewed-by: David Hildenbrand (Arm) <david@kernel.org>
--
Cheers,
David
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 3/3] MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE
2026-04-14 12:17 ` [PATCH 3/3] MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE Pratyush Yadav
2026-04-14 13:04 ` Pasha Tatashin
@ 2026-04-14 17:54 ` David Hildenbrand (Arm)
1 sibling, 0 replies; 12+ messages in thread
From: David Hildenbrand (Arm) @ 2026-04-14 17:54 UTC (permalink / raw)
To: Pratyush Yadav, Andrew Morton, Baoquan He, Pasha Tatashin,
Alexander Graf, Mike Rapoport
Cc: kexec, linux-mm, linux-kernel
On 4/14/26 14:17, Pratyush Yadav wrote:
> From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
>
> The directory does not exist any more.
>
> Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c1e2cefb4493..bb588928533f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14811,7 +14811,6 @@ F: Documentation/mm/memfd_preservation.rst
> F: Documentation/userspace-api/liveupdate.rst
> F: include/linux/kho/abi/
> F: include/linux/liveupdate.h
> -F: include/linux/liveupdate/
> F: include/uapi/linux/liveupdate.h
> F: kernel/liveupdate/
> F: lib/tests/liveupdate.c
Reviewed-by: David Hildenbrand (Arm) <david@kernel.org>
--
Cheers,
David
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers
2026-04-14 12:17 ` [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers Pratyush Yadav
2026-04-14 12:38 ` Alexander Graf
2026-04-14 13:03 ` Pasha Tatashin
@ 2026-04-14 17:54 ` David Hildenbrand (Arm)
2 siblings, 0 replies; 12+ messages in thread
From: David Hildenbrand (Arm) @ 2026-04-14 17:54 UTC (permalink / raw)
To: Pratyush Yadav, Andrew Morton, Baoquan He, Pasha Tatashin,
Alexander Graf, Mike Rapoport
Cc: kexec, linux-mm, linux-kernel
On 4/14/26 14:17, Pratyush Yadav wrote:
> From: "Pratyush Yadav (Google)" <pratyush@kernel.org>
>
> I have been helping out with reviewing and developing KHO. I would also
> like to help maintain it. Change my entry from R to M for KHO and live
> update. Alex has been inactive for a while, so to avoid over-crowding
> the KHO entry and to keep the information up-to-date, move his entry
> from M to R.
>
> We also now have a tree for KHO and live update at liveupdate/linux.git
> where we plan to start maintaining those subsystems and start queuing
> the patches. List that in the entries as well.
Good idea!
--
Cheers,
David
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2026-04-14 17:54 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-14 12:17 [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries Pratyush Yadav
2026-04-14 12:17 ` [PATCH 1/3] MAINTAINERS: update KHO and LIVE UPDATE maintainers Pratyush Yadav
2026-04-14 12:38 ` Alexander Graf
2026-04-14 13:03 ` Pasha Tatashin
2026-04-14 17:54 ` David Hildenbrand (Arm)
2026-04-14 12:17 ` [PATCH 2/3] MAINTAINERS: drop include/linux/kho/abi/ from KHO Pratyush Yadav
2026-04-14 13:04 ` Pasha Tatashin
2026-04-14 17:53 ` David Hildenbrand (Arm)
2026-04-14 12:17 ` [PATCH 3/3] MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE Pratyush Yadav
2026-04-14 13:04 ` Pasha Tatashin
2026-04-14 17:54 ` David Hildenbrand (Arm)
2026-04-14 14:02 ` [PATCH 0/3] MAINTAINERS: update KHO and LIVE UPDATE entries Mike Rapoport
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox