Re: [Qemu-devel] [PATCH 0/4] linux-user: fix various SIGSEGV delivery bugs

2017-11-07 Thread Riku Voipio
On Mon, Nov 06, 2017 at 06:33:22PM +, Peter Maydell wrote: > This patchset fixes most of the problems with delivering SIGSEGV > noted in https://bugs.launchpad.net/qemu/+bug/1705118: > * s390x is missing masking operations on the fault address >passed to the guest in si_addr > * ppc is pa

[Qemu-devel] [PATCH 0/4] linux-user: fix various SIGSEGV delivery bugs

2017-11-06 Thread Peter Maydell
This patchset fixes most of the problems with delivering SIGSEGV noted in https://bugs.launchpad.net/qemu/+bug/1705118: * s390x is missing masking operations on the fault address passed to the guest in si_addr * ppc is passing the PC of the offending insn, not the data address, into si_addr