[PATCH v1 0/2] s390x: SCLP error cleanup

Claudio Imbrenda posted 2 patches 4 years, 7 months ago
Test docker-clang@ubuntu failed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test FreeBSD failed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1569497622-12496-1-git-send-email-imbrenda@linux.ibm.com
Maintainers: Richard Henderson <rth@twiddle.net>, Halil Pasic <pasic@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Cornelia Huck <cohuck@redhat.com>
There is a newer version of this series
hw/s390x/event-facility.c |  3 ---
hw/s390x/sclp.c           | 35 ++++++++++++++++++++++++++++++++---
2 files changed, 32 insertions(+), 6 deletions(-)
[PATCH v1 0/2] s390x: SCLP error cleanup
Posted by Claudio Imbrenda 4 years, 7 months ago
SCLP doesn't report a lot of errors like it should do, let's fix that.

Janosch Frank (1):
  s390x: Add sclp boundary check and fix error priority

Claudio Imbrenda (1):
  s390x: Fix SCLP return code when buffer too small

 hw/s390x/event-facility.c |  3 ---
 hw/s390x/sclp.c           | 35 ++++++++++++++++++++++++++++++++---
 2 files changed, 32 insertions(+), 6 deletions(-)

-- 
2.7.4


Re: [PATCH v1 0/2] s390x: SCLP error cleanup
Posted by David Hildenbrand 4 years, 7 months ago
On 26.09.19 13:33, Claudio Imbrenda wrote:
> SCLP doesn't report a lot of errors like it should do, let's fix that.
> 
> Janosch Frank (1):
>   s390x: Add sclp boundary check and fix error priority
> 
> Claudio Imbrenda (1):
>   s390x: Fix SCLP return code when buffer too small
> 
>  hw/s390x/event-facility.c |  3 ---
>  hw/s390x/sclp.c           | 35 ++++++++++++++++++++++++++++++++---
>  2 files changed, 32 insertions(+), 6 deletions(-)
> 

Just wondering, are you using scripts/get_maintainer.pl ? I would have
assume to get CCed on these patches (along with Richard).

-- 

Thanks,

David / dhildenb