2020-05-11 06:13:00

by Kamalesh Babulal

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update LIVE PATCHING file list

The current list of livepatching files is incomplete, update the list
with the missing files. Included files are ordered by the command:

./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order

Signed-off-by: Kamalesh Babulal <[email protected]>
---
The patch applies on top of livepatching/for-next

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0827670425..de4f6af03198 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9854,9 +9854,12 @@ S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching.git
F: Documentation/ABI/testing/sysfs-kernel-livepatch
F: Documentation/livepatch/
+F: arch/powerpc/include/asm/livepatch.h
+F: arch/s390/include/asm/livepatch.h
F: arch/x86/include/asm/livepatch.h
F: include/linux/livepatch.h
F: kernel/livepatch/
+F: lib/livepatch/
F: samples/livepatch/
F: tools/testing/selftests/livepatch/


base-commit: f644e7bbd7c124cf08875200d447ce91441cd866
--
2.26.2


2020-05-11 13:20:29

by Miroslav Benes

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update LIVE PATCHING file list

On Mon, 11 May 2020, Kamalesh Babulal wrote:

> The current list of livepatching files is incomplete, update the list
> with the missing files. Included files are ordered by the command:
>
> ./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order
>
> Signed-off-by: Kamalesh Babulal <[email protected]>

Acked-by: Miroslav Benes <[email protected]>

M