From e3cad841d3d659785146c090813337bb4d4e528b Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Thu, 14 May 2020 23:42:23 +0200 Subject: [PATCH] livepatch: add arch-specific headers to MAINTAINERS Add arch-specific livepatch.h for s390 and powerpc to MAINTAINERS F: patterns. Reported-by: Kamalesh Babulal Signed-off-by: Jiri Kosina --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 7e0827670425..8e14444eb98d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9854,6 +9854,8 @@ 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/ -- 2.50.1