diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-15 00:57:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-07-15 00:57:25 -0400 |
commit | 867eacd7fb975273703766f52f485f08471a1ae9 (patch) | |
tree | be3c024c940d34331d5329a61a8e2be64f21da17 /MAINTAINERS | |
parent | 077d2ba519b2e8bf1abd80cbade699b1de42cafe (diff) | |
parent | 6d7964a722afc8e4f880b947f174009063028c99 (diff) |
Merge branch 'akpm' (patches from Andrew)
Merge even more updates from Andrew Morton:
- a few leftovers
- fault-injector rework
- add a module loader test driver
* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
kmod: throttle kmod thread limit
kmod: add test driver to stress test the module loader
MAINTAINERS: give kmod some maintainer love
xtensa: use generic fb.h
fault-inject: add /proc/<pid>/fail-nth
fault-inject: simplify access check for fail-nth
fault-inject: make fail-nth read/write interface symmetric
fault-inject: parse as natural 1-based value for fail-nth write interface
fault-inject: automatically detect the number base for fail-nth write interface
kernel/watchdog.c: use better pr_fmt prefix
MAINTAINERS: move the befs tree to kernel.org
lib/atomic64_test.c: add a test that atomic64_inc_not_zero() returns an int
mm: fix overflow check in expand_upwards()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4bae99c37635..428e042dcd21 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2516,10 +2516,10 @@ S: Supported | |||
2516 | F: drivers/media/platform/sti/delta | 2516 | F: drivers/media/platform/sti/delta |
2517 | 2517 | ||
2518 | BEFS FILE SYSTEM | 2518 | BEFS FILE SYSTEM |
2519 | M: Luis de Bethencourt <luisbg@osg.samsung.com> | 2519 | M: Luis de Bethencourt <luisbg@kernel.org> |
2520 | M: Salah Triki <salah.triki@gmail.com> | 2520 | M: Salah Triki <salah.triki@gmail.com> |
2521 | S: Maintained | 2521 | S: Maintained |
2522 | T: git git://github.com/luisbg/linux-befs.git | 2522 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git |
2523 | F: Documentation/filesystems/befs.txt | 2523 | F: Documentation/filesystems/befs.txt |
2524 | F: fs/befs/ | 2524 | F: fs/befs/ |
2525 | 2525 | ||
@@ -7554,6 +7554,15 @@ F: include/linux/kmemleak.h | |||
7554 | F: mm/kmemleak.c | 7554 | F: mm/kmemleak.c |
7555 | F: mm/kmemleak-test.c | 7555 | F: mm/kmemleak-test.c |
7556 | 7556 | ||
7557 | KMOD MODULE USERMODE HELPER | ||
7558 | M: "Luis R. Rodriguez" <mcgrof@kernel.org> | ||
7559 | L: linux-kernel@vger.kernel.org | ||
7560 | S: Maintained | ||
7561 | F: kernel/kmod.c | ||
7562 | F: include/linux/kmod.h | ||
7563 | F: lib/test_kmod.c | ||
7564 | F: tools/testing/selftests/kmod/ | ||
7565 | |||
7557 | KPROBES | 7566 | KPROBES |
7558 | M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com> | 7567 | M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com> |
7559 | M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> | 7568 | M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |