Re: [PATCH v2 3/3] binfmt: Add --ignore-family option

2025-02-27 Thread Alistair Francis
On Tue, Jan 28, 2025 at 4:29 AM Andrea Bolognani wrote: > > Until now, the script has worked under the assumption that a > host CPU can run binaries targeting any CPU in the same family. > That's a fair enough assumption when it comes to running i386 > binaries on x86_64, but it doesn't quite appl

Re: [PATCH v2 3/3] binfmt: Add --ignore-family option

2025-02-20 Thread Laurent Vivier
Le 27/01/2025 à 19:29, Andrea Bolognani a écrit : Until now, the script has worked under the assumption that a host CPU can run binaries targeting any CPU in the same family. That's a fair enough assumption when it comes to running i386 binaries on x86_64, but it doesn't quite apply in the genera

[PATCH v2 3/3] binfmt: Add --ignore-family option

2025-01-27 Thread Andrea Bolognani
Until now, the script has worked under the assumption that a host CPU can run binaries targeting any CPU in the same family. That's a fair enough assumption when it comes to running i386 binaries on x86_64, but it doesn't quite apply in the general case. For example, while riscv64 CPUs could theor