Searched hist:"524 fa3408ed745a2fed0642fb0d92c934d10ff64" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | diff 524fa3408ed745a2fed0642fb0d92c934d10ff64 Wed May 29 03:48:04 CDT 2019 Laurent Vivier <laurent@vivier.eu> linux-user: emulate msgsnd(), msgrcv() and semtimedop()
When we have updated kernel headers to 5.2-rc1 we have introduced new syscall numbers that can be not supported by older kernels and fail with ENOSYS while the guest emulation succeeded before because the syscalls were emulated with ipc().
This patch fixes the problem by using ipc() if the new syscall returns ENOSYS.
Fixes: 86e636951ddc ("linux-user: fix __NR_semtimedop undeclared error") Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20190529084804.25950-1-laurent@vivier.eu> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|
H A D | syscall.c | diff 524fa3408ed745a2fed0642fb0d92c934d10ff64 Wed May 29 03:48:04 CDT 2019 Laurent Vivier <laurent@vivier.eu> linux-user: emulate msgsnd(), msgrcv() and semtimedop()
When we have updated kernel headers to 5.2-rc1 we have introduced new syscall numbers that can be not supported by older kernels and fail with ENOSYS while the guest emulation succeeded before because the syscalls were emulated with ipc().
This patch fixes the problem by using ipc() if the new syscall returns ENOSYS.
Fixes: 86e636951ddc ("linux-user: fix __NR_semtimedop undeclared error") Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20190529084804.25950-1-laurent@vivier.eu> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
|