Re: [PATCH v2 1/4] exec: Allow loading x86_64 executables on x86_64

2023-05-15 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le lun. 15 mai 2023 10:35:57 +0300, a ecrit: > Since we don't support mixing i386 and x86_64 binaries on the same > system (as running them requires different build-time gnumach > configurations), the exec server can simply require the binary being > loaded to have

[PATCH v2 1/4] exec: Allow loading x86_64 executables on x86_64

2023-05-15 Thread Sergey Bugaev
Since we don't support mixing i386 and x86_64 binaries on the same system (as running them requires different build-time gnumach configurations), the exec server can simply require the binary being loaded to have been built for the same architecture as the exec server itself. --- exec/exec.c