Re: [PATCH v2 4/4] s390x: Fix SCLP return code when buffer too small

2019-09-27 Thread Christian Borntraeger
On 27.09.19 15:33, Claudio Imbrenda wrote: > Return the correct error code when the SCCB buffer is too small to > contain all of the output, for the Read SCP Information and > Read CPU Information commands. > > Signed-off-by: Claudio Imbrenda > Reviewed-by: Jason J. Herne > --- >

Re: [PATCH v2 4/4] s390x: Fix SCLP return code when buffer too small

2019-09-27 Thread David Hildenbrand
On 27.09.19 15:33, Claudio Imbrenda wrote: > Return the correct error code when the SCCB buffer is too small to > contain all of the output, for the Read SCP Information and > Read CPU Information commands. "s390x: sclp: Report insufficient SCCB length" Reviewed-by: David Hildenbrand > >

[PATCH v2 4/4] s390x: Fix SCLP return code when buffer too small

2019-09-27 Thread Claudio Imbrenda
Return the correct error code when the SCCB buffer is too small to contain all of the output, for the Read SCP Information and Read CPU Information commands. Signed-off-by: Claudio Imbrenda Reviewed-by: Jason J. Herne --- hw/s390x/sclp.c | 12 1 file changed, 12 insertions(+)