Re: [PATCH RESEND] linux-user: Fix struct statfs ABI on loongarch64

2022-10-10 Thread gaosong
在 2022/10/6 19:11, Philippe Mathieu-Daudé 写道: On 6/10/22 12:07, WANG Xuerui wrote: Previously the 32-bit version was incorrectly chosen, leading to funny but incorrect output from e.g. df(1). Simply select the version corresponding to the 64-bit asm-generic definition. For reference, this pro

Re: [PATCH RESEND] linux-user: Fix struct statfs ABI on loongarch64

2022-10-07 Thread Andreas K. Huettel
Am Donnerstag, 6. Oktober 2022, 12:07:10 CEST schrieb WANG Xuerui: > Previously the 32-bit version was incorrectly chosen, leading to funny > but incorrect output from e.g. df(1). Simply select the version > corresponding to the 64-bit asm-generic definition. > > For reference, this program should

Re: [PATCH RESEND] linux-user: Fix struct statfs ABI on loongarch64

2022-10-06 Thread Philippe Mathieu-Daudé via
On 6/10/22 12:07, WANG Xuerui wrote: Previously the 32-bit version was incorrectly chosen, leading to funny but incorrect output from e.g. df(1). Simply select the version corresponding to the 64-bit asm-generic definition. For reference, this program should produce the same output no matter nat

[PATCH RESEND] linux-user: Fix struct statfs ABI on loongarch64

2022-10-06 Thread WANG Xuerui
Previously the 32-bit version was incorrectly chosen, leading to funny but incorrect output from e.g. df(1). Simply select the version corresponding to the 64-bit asm-generic definition. For reference, this program should produce the same output no matter natively compiled or not, for loongarch64