diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-02 01:51:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-02 01:51:19 +0100 |
commit | d74e026ae5c4d4289c2ca0a9c404eed4f4bb235e (patch) | |
tree | a718106dac2c21534cf1faa039dadfc8695b58fa /MAINTAINERS | |
parent | Merge tag 'extcon-next-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
parent | lkdtm: improve use-after-free tests (diff) | |
download | linux-d74e026ae5c4d4289c2ca0a9c404eed4f4bb235e.tar.xz linux-d74e026ae5c4d4289c2ca0a9c404eed4f4bb235e.zip |
Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into char-misc-testing
Kees writes:
Become maintainer, add hardening tests for use-after-free and atomic wrapping.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 403248c768d0..229c17da4568 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6581,6 +6581,11 @@ F: samples/livepatch/ L: live-patching@vger.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git +LINUX KERNEL DUMP TEST MODULE (LKDTM) +M: Kees Cook <keescook@chromium.org> +S: Maintained +F: drivers/misc/lkdtm.c + LLC (802.2) M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> S: Maintained |