Re: [PATCH 1/2] binfmt_elf: FatELF support in the binary loader.

From: Ryan C. Gordon
Date: Mon Oct 26 2009 - 02:04:22 EST



> > It's necessary if you would like to use setarch to choose binaries on biarch
> > systems.
>
> I didn't understand that when I first looked at the patch; sorry for any
> confusion I caused. I should probably add a similar test to FatELF.

...and now I have.

This is the same as the previous revision of my patch, plus a few lines to
check the personality, so setarch(8) can be used to force a 32-bit record
to be selected. Thanks to Anton for the idea!