mbox series

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

Message ID 1569497622-12496-1-git-send-email-imbrenda@linux.ibm.com (mailing list archive)
Headers show
Series s390x: SCLP error cleanup | expand

Message

Claudio Imbrenda Sept. 26, 2019, 11:33 a.m. UTC
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(-)

Comments

David Hildenbrand Sept. 27, 2019, 8:37 a.m. UTC | #1
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).