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 ...
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Documentation/gdb-kernel-debugging.txt 160 additions, 0 deletionsDocumentation/gdb-kernel-debugging.txt
- MAINTAINERS 5 additions, 0 deletionsMAINTAINERS
- Makefile 4 additions, 1 deletionMakefile
- arch/powerpc/kernel/machine_kexec_64.c 0 additions, 2 deletionsarch/powerpc/kernel/machine_kexec_64.c
- fs/affs/affs.h 2 additions, 0 deletionsfs/affs/affs.h
- fs/affs/amigaffs.c 6 additions, 7 deletionsfs/affs/amigaffs.c
- fs/affs/bitmap.c 0 additions, 1 deletionfs/affs/bitmap.c
- fs/affs/dir.c 5 additions, 6 deletionsfs/affs/dir.c
- fs/affs/file.c 27 additions, 22 deletionsfs/affs/file.c
- fs/affs/inode.c 2 additions, 5 deletionsfs/affs/inode.c
- fs/affs/namei.c 22 additions, 25 deletionsfs/affs/namei.c
- fs/affs/super.c 35 additions, 34 deletionsfs/affs/super.c
- fs/befs/linuxvfs.c 3 additions, 3 deletionsfs/befs/linuxvfs.c
- fs/coda/dir.c 56 additions, 82 deletionsfs/coda/dir.c
- fs/eventfd.c 6 additions, 6 deletionsfs/eventfd.c
- fs/fat/inode.c 1 addition, 1 deletionfs/fat/inode.c
- fs/proc/vmcore.c 4 additions, 4 deletionsfs/proc/vmcore.c
- fs/reiserfs/inode.c 1 addition, 1 deletionfs/reiserfs/inode.c
- fs/ufs/super.c 3 additions, 5 deletionsfs/ufs/super.c
Loading
Please register or sign in to comment