remove set_fs calls from the exec and coredump code v2

From: Christoph Hellwig
Date: Tue Apr 14 2020 - 03:03:29 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 v1:
- properly spell NUL
- properly handle the compat siginfo case in ELF coredumps