Hi, On 2020-09-17 21:44, Thorsten Glaser wrote: > Hello glibc maintainers, > > would you please consider including this patch to unbreak things > (fix a regression) until the triangle between qemu, Linux and glibc > has figured out how to best deal with it?
The patch is basically replacing the getdents64 syscall by the getdents one. This means that applying this patch would make debian differ with regards to other distributions in the syscalls that are used for the same binaries. In turns it is likely going to affect binaries that are using seccomp and only allow the getdents64 and not the getdents one. I therefore don't think this is not reasonable to include such a fix on our glibc. It would fix the qemu-user case but likely break random binaries. Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://www.aurel32.net