diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 17:35:02 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-17 17:35:02 -0500 |
commit | e2b74f232e84dfccd0047eb47545b1d028df8ff1 (patch) | |
tree | 86dffe011c9b4049f2adfa7aa78ad92870c4dc9b /MAINTAINERS | |
parent | 9cd77374f0a9cbb7ec35a9aaeb6473755afe0e3e (diff) | |
parent | 580c57f1076872ebc2427f898b927944ce170f2d (diff) |
Merge branch 'akpm' (patches from Andrew)
Merge yet more updates from Andrew Morton:
- a pile of minor fs fixes and cleanups
- kexec updates
- random misc fixes in various places: vmcore, rbtree, eventfd, ipc, seccomp.
- a series of python-based kgdb helper scripts
* emailed patches from Andrew Morton <akpm@linux-foundation.org>: (58 commits)
seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO
samples/seccomp: improve label helper
ipc,sem: use current->state helpers
scripts/gdb: disable pagination while printing from breakpoint handler
scripts/gdb: define maintainer
scripts/gdb: convert CpuList to generator function
scripts/gdb: convert ModuleList to generator function
scripts/gdb: use a generator instead of iterator for task list
scripts/gdb: ignore byte-compiled python files
scripts/gdb: port to python3 / gdb7.7
scripts/gdb: add basic documentation
scripts/gdb: add lx-lsmod command
scripts/gdb: add class to iterate over CPU masks
scripts/gdb: add lx_current convenience function
scripts/gdb: add internal helper and convenience function for per-cpu lookup
scripts/gdb: add get_gdbserver_type helper
scripts/gdb: add internal helper and convenience function to retrieve thread_info
scripts/gdb: add is_target_arch helper
scripts/gdb: add helper and convenience function to look up tasks
scripts/gdb: add task iteration class
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3eee4c7739ae..0597c5b3c4ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4232,6 +4232,11 @@ W: http://www.icp-vortex.com/ | |||
4232 | S: Supported | 4232 | S: Supported |
4233 | F: drivers/scsi/gdt* | 4233 | F: drivers/scsi/gdt* |
4234 | 4234 | ||
4235 | GDB KERNEL DEBUGGING HELPER SCRIPTS | ||
4236 | M: Jan Kiszka <jan.kiszka@siemens.com> | ||
4237 | S: Supported | ||
4238 | F: scripts/gdb/ | ||
4239 | |||
4235 | GEMTEK FM RADIO RECEIVER DRIVER | 4240 | GEMTEK FM RADIO RECEIVER DRIVER |
4236 | M: Hans Verkuil <hverkuil@xs4all.nl> | 4241 | M: Hans Verkuil <hverkuil@xs4all.nl> |
4237 | L: linux-media@vger.kernel.org | 4242 | L: linux-media@vger.kernel.org |