diff options
author | Seth Jennings <sjenning@redhat.com> | 2014-12-16 18:58:20 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-12-22 15:40:49 +0100 |
commit | 13d1cf7e702596e0cd8ec62afa6bd49c431f2d0c (patch) | |
tree | 0ee633d435755d634793462e0a6fc528205822dd /MAINTAINERS | |
parent | livepatch: kernel: add support for live patching (diff) | |
download | linux-13d1cf7e702596e0cd8ec62afa6bd49c431f2d0c.tar.xz linux-13d1cf7e702596e0cd8ec62afa6bd49c431f2d0c.zip |
livepatch: samples: add sample live patching module
Add a sample live patching module.
Signed-off-by: Seth Jennings <sjenning@redhat.com>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.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 df6a0784b466..afe93ead73f7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5795,6 +5795,7 @@ F: include/linux/livepatch.h F: arch/x86/include/asm/livepatch.h F: arch/x86/kernel/livepatch.c F: Documentation/ABI/testing/sysfs-kernel-livepatch +F: samples/livepatch/ L: live-patching@vger.kernel.org LLC (802.2) |