Re: MAP_FIXED_NOREPLACE appears to break older i386 binaries

From: Linus Torvalds
Date: Sun Oct 06 2019 - 17:18:32 EST


On Sun, Oct 6, 2019 at 11:07 AM Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> Yes, we should get this fixed. But I continue to ask you to point to
> the actual binaries for testing..

Just to bring the resolution back publicly to lkml after rmk sent me
test binaries in private email, the end result is commit b212921b13bd
("elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings").

Linus