aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2016-04-25 17:14:35 +0200
committerJiri Kosina <jkosina@suse.cz>2016-04-27 22:01:32 +0200
commit5e4e38446a62a4f50d77b0dd11d4b379dee08988 (patch)
tree438cc3773b36f1ab0d5345f5b95d18397ccaa2b1 /MAINTAINERS
parent0f49fc95b86fc77b867d643e2d38bc9f28035ed4 (diff)
downloadlinux-xen-5e4e38446a62a4f50d77b0dd11d4b379dee08988.tar.gz
livepatch: Add some basic livepatch documentation
livepatch framework deserves some documentation, definitely. This is an attempt to provide some basic info. I hope that it will be useful for both LivePatch producers and also potential developers of the framework itself. [jkosina@suse.cz: - incorporated feedback (grammar fixes) from Chris J Arges <chris.j.arges@canonical.com> - s/LivePatch/livepatch in changelog as pointed out by Josh Poimboeuf <jpoimboe@redhat.com> - incorporated part of feedback (grammar fixes / reformulations) from Balbir Singh <bsingharora@gmail.com> ] Acked-by: Jessica Yu <jeyu@redhat.com> Signed-off-by: Petr Mladek <pmladek@suse.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 94ea42b76b30ed..c6baaa68a3af36 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6605,6 +6605,7 @@ F: kernel/livepatch/
F: include/linux/livepatch.h
F: arch/x86/include/asm/livepatch.h
F: arch/x86/kernel/livepatch.c
+F: Documentation/livepatch/
F: Documentation/ABI/testing/sysfs-kernel-livepatch
F: samples/livepatch/
L: live-patching@vger.kernel.org