binfmt_flat: Drop vestiges of coredump support
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 19 Apr 2022 14:16:41 +0000 (09:16 -0500)
committerKees Cook <keescook@chromium.org>
Wed, 20 Apr 2022 02:31:43 +0000 (19:31 -0700)
commit8d005269c50d6fba836eb04b989cd526375627cd
tree549f642197bc7bf93bfc5ef0ea85f83879be26d2
parent6045ab5fea4c849153ebeb0acb532da5f29d69c4
binfmt_flat: Drop vestiges of coredump support

There is the briefest start of coredump support in binfmt_flat. It
is actually a pain to maintain as binfmt_flat is not built on most
architectures so it is easy to overlook.

Since the support does not do anything remove it.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Reviewed-by: Niklas Cassel <niklas.cassel@wdc.com>
Acked-by: Greg Ungerer <gerg@linux-m68k.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/87mtgh17li.fsf_-_@email.froward.int.ebiederm.org
fs/binfmt_flat.c