Re: [PATCH] linux-user/syscall.c: add target-to-host mapping for epoll_create1()

2020-04-16 Thread Laurent Vivier
Le 16/04/2020 à 00:05, Sergei Trofimovich a écrit : > Noticed by Barnabás Virágh as a python-3.7 failue on qemu-alpha. > > The bug shows up on alpha as it's one of the targets where > EPOLL_CLOEXEC differs from other targets: > sysdeps/unix/sysv/linux/alpha/bits/epoll.h: EPOLL_CLOEXEC = 01000

Re: [PATCH] linux-user/syscall.c: add target-to-host mapping for epoll_create1()

2020-04-16 Thread Laurent Vivier
Le 16/04/2020 à 00:05, Sergei Trofimovich a écrit : > Noticed by Barnabás Virágh as a python-3.7 failue on qemu-alpha. > > The bug shows up on alpha as it's one of the targets where > EPOLL_CLOEXEC differs from other targets: > sysdeps/unix/sysv/linux/alpha/bits/epoll.h: EPOLL_CLOEXEC = 01000

[PATCH] linux-user/syscall.c: add target-to-host mapping for epoll_create1()

2020-04-15 Thread Sergei Trofimovich
Noticed by Barnabás Virágh as a python-3.7 failue on qemu-alpha. The bug shows up on alpha as it's one of the targets where EPOLL_CLOEXEC differs from other targets: sysdeps/unix/sysv/linux/alpha/bits/epoll.h: EPOLL_CLOEXEC = 0100 sysdeps/unix/sysv/linux/bits/epoll.h:EPOLL_CLO