diff options
author | Linus Torvalds | 2020-08-07 13:29:39 -0700 |
---|---|---|
committer | Linus Torvalds | 2020-08-07 13:29:39 -0700 |
commit | 0f43283be7fec4a76cd4ed50dc37db30719bde05 (patch) | |
tree | db928831ef2a4e4bbff4afc013c7a1f124eb9bbb /usr | |
parent | 6ba0d2e4fc2f3e8544f40fb1165c668f78fe951c (diff) | |
parent | 1697a322e28ba96d35953c5d824540d172546d36 (diff) |
Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull fdpick coredump update from Al Viro:
"Switches fdpic coredumps away from original aout dumping primitives to
the same kind of regset use as regular elf coredumps do"
* 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
[elf-fdpic] switch coredump to regsets
[elf-fdpic] use elf_dump_thread_status() for the dumper thread as well
[elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()
[elf-fdpic] coredump: don't bother with cyclic list for per-thread objects
kill elf_fpxregs_t
take fdpic-related parts of elf_prstatus out
unexport linux/elfcore.h
Diffstat (limited to 'usr')
-rw-r--r-- | usr/include/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/include/Makefile b/usr/include/Makefile index 55362f3ab393..f6b3c85d900e 100644 --- a/usr/include/Makefile +++ b/usr/include/Makefile @@ -28,7 +28,6 @@ no-header-test += linux/am437x-vpfe.h no-header-test += linux/android/binder.h no-header-test += linux/android/binderfs.h no-header-test += linux/coda.h -no-header-test += linux/elfcore.h no-header-test += linux/errqueue.h no-header-test += linux/fsmap.h no-header-test += linux/hdlc/ioctl.h |