Commit b753522bed0b7 ("kho: add test for kexec handover") introduced the KHO test but missed adding it to KHO's MAINTAINERS entry. Add it so the KHO maintainers can get patches for its test.
Cc: stable@vger.kernel.org Fixes: b753522bed0b7 ("kho: add test for kexec handover") Signed-off-by: Pratyush Yadav pratyush@kernel.org --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 05e336174ede5..b0873f8ebcda6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13799,6 +13799,7 @@ F: Documentation/admin-guide/mm/kho.rst F: Documentation/core-api/kho/* F: include/linux/kexec_handover.h F: kernel/liveupdate/kexec_handover* +F: lib/test_kho.c F: tools/testing/selftests/kho/
KEYS-ENCRYPTED
On Tue, Nov 18, 2025 at 1:24 PM Pratyush Yadav pratyush@kernel.org wrote:
Commit b753522bed0b7 ("kho: add test for kexec handover") introduced the KHO test but missed adding it to KHO's MAINTAINERS entry. Add it so the KHO maintainers can get patches for its test.
Cc: stable@vger.kernel.org Fixes: b753522bed0b7 ("kho: add test for kexec handover") Signed-off-by: Pratyush Yadav pratyush@kernel.org
Reviewed-by: Pasha Tatashin pasha.tatashin@soleen.com
On Tue, Nov 18, 2025 at 07:24:15PM +0100, Pratyush Yadav wrote:
Commit b753522bed0b7 ("kho: add test for kexec handover") introduced the KHO test but missed adding it to KHO's MAINTAINERS entry. Add it so the KHO maintainers can get patches for its test.
Cc: stable@vger.kernel.org Fixes: b753522bed0b7 ("kho: add test for kexec handover") Signed-off-by: Pratyush Yadav pratyush@kernel.org
Reviewed-by: Mike Rapoport (Microsoft) rppt@kernel.org
MAINTAINERS | 1 + 1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 05e336174ede5..b0873f8ebcda6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13799,6 +13799,7 @@ F: Documentation/admin-guide/mm/kho.rst F: Documentation/core-api/kho/* F: include/linux/kexec_handover.h F: kernel/liveupdate/kexec_handover* +F: lib/test_kho.c F: tools/testing/selftests/kho/ KEYS-ENCRYPTED -- 2.47.3
On Tue, Nov 18, 2025 at 07:24:15PM +0100, Pratyush Yadav wrote:
Commit b753522bed0b7 ("kho: add test for kexec handover") introduced the KHO test but missed adding it to KHO's MAINTAINERS entry. Add it so the KHO maintainers can get patches for its test.
Cc: stable@vger.kernel.org
Why is this a patch for stable trees?
On Wed, Nov 19 2025, Greg KH wrote:
On Tue, Nov 18, 2025 at 07:24:15PM +0100, Pratyush Yadav wrote:
Commit b753522bed0b7 ("kho: add test for kexec handover") introduced the KHO test but missed adding it to KHO's MAINTAINERS entry. Add it so the KHO maintainers can get patches for its test.
Cc: stable@vger.kernel.org
Why is this a patch for stable trees?
If someone finds a problem with this test in a stable kernel, they will know who to contact.
On Wed, Nov 19, 2025 at 04:55:06PM +0100, Pratyush Yadav wrote:
On Wed, Nov 19 2025, Greg KH wrote:
On Tue, Nov 18, 2025 at 07:24:15PM +0100, Pratyush Yadav wrote:
Commit b753522bed0b7 ("kho: add test for kexec handover") introduced the KHO test but missed adding it to KHO's MAINTAINERS entry. Add it so the KHO maintainers can get patches for its test.
Cc: stable@vger.kernel.org
Why is this a patch for stable trees?
If someone finds a problem with this test in a stable kernel, they will know who to contact.
Contacting developers/maintainers should always be done on the latest kernel release, not on older stable kernels as fixes need to ALWAYS be done on Linus's tree first.
Please don't force us to attempt to keep MAINTAINERS changes in sync in stable kernel trees, that way lies madness and even more patches that you would be forcing me to handle :)
thanks,
greg k-h
On Wed, Nov 19 2025, Greg KH wrote:
On Wed, Nov 19, 2025 at 04:55:06PM +0100, Pratyush Yadav wrote:
On Wed, Nov 19 2025, Greg KH wrote:
On Tue, Nov 18, 2025 at 07:24:15PM +0100, Pratyush Yadav wrote:
Commit b753522bed0b7 ("kho: add test for kexec handover") introduced the KHO test but missed adding it to KHO's MAINTAINERS entry. Add it so the KHO maintainers can get patches for its test.
Cc: stable@vger.kernel.org
Why is this a patch for stable trees?
If someone finds a problem with this test in a stable kernel, they will know who to contact.
Contacting developers/maintainers should always be done on the latest kernel release, not on older stable kernels as fixes need to ALWAYS be done on Linus's tree first.
Please don't force us to attempt to keep MAINTAINERS changes in sync in stable kernel trees, that way lies madness and even more patches that you would be forcing me to handle :)
Okay, my bad. Feel free to ignore this patch then. And I will keep that in mind the next time around.
Andrew, can you please drop the "Cc: stable@vger.kernel.org" when you apply?
linux-stable-mirror@lists.linaro.org