Re: [Qemu-devel] [PATCH] linux-user: fix alpha signal emulation

2018-04-01 Thread no-reply
Hi, This series failed docker-build@min-glib build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180401204653.14211-1-laur...@vivier.eu Subject: [Qemu-devel] [PATCH] linux-user: fix

Re: [Qemu-devel] [PATCH] linux-user: fix alpha signal emulation

2018-04-01 Thread no-reply
Hi, This series failed docker-quick@centos6 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180401204653.14211-1-laur...@vivier.eu Subject: [Qemu-devel] [PATCH] linux-user: fix

Re: [Qemu-devel] [PATCH] linux-user: fix alpha signal emulation

2018-04-01 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180401204653.14211-1-laur...@vivier.eu Subject: [Qemu-devel] [PATCH] linux-user: fix

[Qemu-devel] [PATCH] linux-user: fix alpha signal emulation

2018-04-01 Thread Laurent Vivier
setup_frame() doesn't set correctly the address of the trampoline code. The offset of retcode array must be added to the stack frame address. Signed-off-by: Laurent Vivier --- linux-user/signal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/signal.c b/linux-