diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-18 00:46:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-03-18 00:46:32 -0400 |
commit | 0f49fc95b86fc77b867d643e2d38bc9f28035ed4 (patch) | |
tree | cdc6297fe95893905d7192df1e7dfb877517eead /MAINTAINERS | |
parent | 49dc2b7173010792c6923930ffcee84b7094b7de (diff) | |
parent | 7e545d6eca20ce8ef7f66a63146cbff82b2ba760 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
Pull livepatching update from Jiri Kosina:
- cleanup of module notifiers; this depends on a module.c cleanup which
has been acked by Rusty; from Jessica Yu
- small assorted fixes and MAINTAINERS update
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching:
livepatch/module: remove livepatch module notifier
modules: split part of complete_formation() into prepare_coming_module()
livepatch: Update maintainers
livepatch: Fix the error message about unresolvable ambiguity
klp: remove CONFIG_LIVEPATCH dependency from klp headers
klp: remove superfluous errors in asm/livepatch.h
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e32f4847e251..94ea42b76b30 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6596,9 +6596,10 @@ F: drivers/platform/x86/hp_accel.c | |||
6596 | 6596 | ||
6597 | LIVE PATCHING | 6597 | LIVE PATCHING |
6598 | M: Josh Poimboeuf <jpoimboe@redhat.com> | 6598 | M: Josh Poimboeuf <jpoimboe@redhat.com> |
6599 | M: Seth Jennings <sjenning@redhat.com> | 6599 | M: Jessica Yu <jeyu@redhat.com> |
6600 | M: Jiri Kosina <jikos@kernel.org> | 6600 | M: Jiri Kosina <jikos@kernel.org> |
6601 | M: Vojtech Pavlik <vojtech@suse.com> | 6601 | M: Miroslav Benes <mbenes@suse.cz> |
6602 | R: Petr Mladek <pmladek@suse.com> | ||
6602 | S: Maintained | 6603 | S: Maintained |
6603 | F: kernel/livepatch/ | 6604 | F: kernel/livepatch/ |
6604 | F: include/linux/livepatch.h | 6605 | F: include/linux/livepatch.h |