On 4/25/10, Richard Henderson wrote:
> On 04/23/2010 11:36 AM, Blue Swirl wrote:
> > On 4/23/10, Richard Henderson wrote:
> >> The ABI-specific types used by linux_binprm and image_info
> >> are different after forcing TARGET_ABI32 on. Which means
> >> that the parameters that load_elf_bin
On 04/23/2010 11:36 AM, Blue Swirl wrote:
> On 4/23/10, Richard Henderson wrote:
>> The ABI-specific types used by linux_binprm and image_info
>> are different after forcing TARGET_ABI32 on. Which means
>> that the parameters that load_elf_binary_multi sees are not
>> those that loader_exec pa
On 4/23/10, Richard Henderson wrote:
> The ABI-specific types used by linux_binprm and image_info
> are different after forcing TARGET_ABI32 on. Which means
> that the parameters that load_elf_binary_multi sees are not
> those that loader_exec passed. This is inherently broken
> and is more