diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-12-07 03:33:17 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-12-07 03:33:17 +0100 |
commit | 968edbd93c0cbb40ab48aca972392d377713a0c3 (patch) | |
tree | 5c09541bafb48bf6089dc0e5a6d2d1ef0ff664af /MAINTAINERS | |
parent | proc: show si_ptr in /proc/<pid>/timers without hashing (diff) | |
parent | kgdb/kdb/debug_core: Add co-maintainer Daniel Thompson (diff) | |
download | linux-968edbd93c0cbb40ab48aca972392d377713a0c3.tar.xz linux-968edbd93c0cbb40ab48aca972392d377713a0c3.zip |
Merge tag 'for_linus-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
Pull kgdb fixes from Jason Wessel:
- Fix long standing problem with kdb kallsyms_symbol_next() return
value
- Add new co-maintainer Daniel Thompson
* tag 'for_linus-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb:
kgdb/kdb/debug_core: Add co-maintainer Daniel Thompson
kdb: Fix handling of kallsyms_symbol_next() return value
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 64c1ceaef4be..85773bf90b0a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7767,6 +7767,7 @@ F: security/keys/ KGDB / KDB /debug_core M: Jason Wessel <jason.wessel@windriver.com> +M: Daniel Thompson <daniel.thompson@linaro.org> W: http://kgdb.wiki.kernel.org/ L: kgdb-bugreport@lists.sourceforge.net T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git |