summaryrefslogtreecommitdiff
path: root/fs/coredump.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2022-09-05 07:41:05 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2022-11-25 07:26:04 +0300
commite92edb85d87e9f8c8bead9cdb7cb2da4b51fd7f8 (patch)
treef4c2a60ecea3f6320c2c30161782ec02cbbef955 /fs/coredump.c
parente961d370fc7b806a0d668413a9f1b006760eaee6 (diff)
downloadlinux-e92edb85d87e9f8c8bead9cdb7cb2da4b51fd7f8.tar.xz
[elf] unify regset and non-regset cases
The only real difference is in filling per-thread notes - getting the values of registers. And this is the only part that is worth an ifdef - we don't need to duplicate the logics regarding gathering threads, filling other notes, etc. It would've been hard to do back when regset-based variant had been introduced, mostly due to sharing bits and pieces of helpers with aout coredumps. As the result, too much had been duplicated and the copies had drifted away since then. Now it can be done cleanly... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/coredump.c')
0 files changed, 0 insertions, 0 deletions