Re: [PATCH v2 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_sem properly in there
From: Nicolas Pitre
Date: Wed Apr 29 2020 - 21:27:57 EST
On Wed, 29 Apr 2020, Linus Torvalds wrote:
> While we're at it, is there anybody who knows binfmt_flat?
I'd say Greg Ungerer.
> It might be Nicolas too.
I only contributed the necessary changes to make it work on targets with
a MMU. Once fdpic started to worked I used that instead.
FWIW I couldn't find a toolchain that would produce FLAT binaries with
dynamic libs on ARM so I only used static binaries.
Nicolas