diff options
author | Petr Mladek <pmladek@suse.com> | 2016-04-25 17:14:35 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-27 22:01:32 +0200 |
commit | 5e4e38446a62a4f50d77b0dd11d4b379dee08988 (patch) | |
tree | 438cc3773b36f1ab0d5345f5b95d18397ccaa2b1 /MAINTAINERS | |
parent | 0f49fc95b86fc77b867d643e2d38bc9f28035ed4 (diff) | |
download | linux-5e4e38446a62a4f50d77b0dd11d4b379dee08988.tar.bz2 |
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-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 94ea42b76b30..c6baaa68a3af 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 |