remove set_fs calls from the exec and coredump code v3

From: Christoph Hellwig
Date: Tue Apr 21 2020 - 11:42:30 EST


Hi all,

this series gets rid of playing with the address limit in the exec and
coredump code. Most of this was fairly trivial, the biggest changes are
those to the spufs coredump code.

Changes since v2:
- don't cleanup the compat siginfo calling conventions, use the patch
variant from Eric with slight coding style fixes instead.

Changes since v1:
- properly spell NUL
- properly handle the compat siginfo case in ELF coredumps