Re: [PATCH v2 00/15] linux-user/s390x: some signal fixes

2021-05-15 Thread Laurent Vivier
Le 28/04/2021 à 21:33, Richard Henderson a écrit : > Version 2 splits lazy do-it-all patch. > Patch 1 has an additional fix, so I dropped the r-b. > > r~ > > Richard Henderson (15): > linux-user/s390x: Fix sigframe types > linux-user/s390x: Use uint16_t for signal retcode > linux-user/s390x

Re: [PATCH v2 00/15] linux-user/s390x: some signal fixes

2021-05-06 Thread Laurent Vivier
Le 06/05/2021 à 13:54, Cornelia Huck a écrit : > On Wed, 28 Apr 2021 12:33:53 -0700 > Richard Henderson wrote: > >> Version 2 splits lazy do-it-all patch. >> Patch 1 has an additional fix, so I dropped the r-b. >> >> r~ >> >> Richard Henderson (15): >> linux-user/s390x: Fix sigframe types >>

Re: [PATCH v2 00/15] linux-user/s390x: some signal fixes

2021-05-06 Thread Cornelia Huck
On Wed, 28 Apr 2021 12:33:53 -0700 Richard Henderson wrote: > Version 2 splits lazy do-it-all patch. > Patch 1 has an additional fix, so I dropped the r-b. > > r~ > > Richard Henderson (15): > linux-user/s390x: Fix sigframe types > linux-user/s390x: Use uint16_t for signal retcode > linux

Re: [PATCH v2 00/15] linux-user/s390x: some signal fixes

2021-04-29 Thread David Hildenbrand
On 28.04.21 21:33, Richard Henderson wrote: Version 2 splits lazy do-it-all patch. Yap, that helped a lot :) -- Thanks, David / dhildenb

Re: [PATCH v2 00/15] linux-user/s390x: some signal fixes

2021-04-28 Thread Richard Henderson
On 4/28/21 12:33 PM, Richard Henderson wrote: Version 2 splits lazy do-it-all patch. Patch 1 has an additional fix, so I dropped the r-b. ... and I realized as I hit send that this depends on the target_restore_altstack cleanup that's part of https://patchew.org/QEMU/20210426025334.1168495-1

[PATCH v2 00/15] linux-user/s390x: some signal fixes

2021-04-28 Thread Richard Henderson
Version 2 splits lazy do-it-all patch. Patch 1 has an additional fix, so I dropped the r-b. r~ Richard Henderson (15): linux-user/s390x: Fix sigframe types linux-user/s390x: Use uint16_t for signal retcode linux-user/s390x: Remove PSW_ADDR_AMODE linux-user/s390x: Remove restore_sigregs re