The issue involves an inability to execute a binary compiled for x86_64 on an AArch64 or LoongArch host using QEMU's linux-user mode. The problem arises after a specific commit related to the `brk()` system call, which is used for memory management. **Category:** syscall