Re: [PATCH v1 1/2] s390x: Add sclp boundary check and fix error priority

2019-09-27 Thread David Hildenbrand
On 27.09.19 11:20, Janosch Frank wrote: > On 9/27/19 11:17 AM, David Hildenbrand wrote: >> On 27.09.19 11:14, Janosch Frank wrote: >>> On 9/27/19 10:51 AM, David Hildenbrand wrote: On 26.09.19 13:33, Claudio Imbrenda wrote: > From: Janosch Frank > > * All sclp codes need to be

Re: [PATCH v1 1/2] s390x: Add sclp boundary check and fix error priority

2019-09-27 Thread Janosch Frank
On 9/27/19 11:17 AM, David Hildenbrand wrote: > On 27.09.19 11:14, Janosch Frank wrote: >> On 9/27/19 10:51 AM, David Hildenbrand wrote: >>> On 26.09.19 13:33, Claudio Imbrenda wrote: From: Janosch Frank * All sclp codes need to be checked for page boundary violations. *

Re: [PATCH v1 1/2] s390x: Add sclp boundary check and fix error priority

2019-09-27 Thread David Hildenbrand
On 27.09.19 11:14, Janosch Frank wrote: > On 9/27/19 10:51 AM, David Hildenbrand wrote: >> On 26.09.19 13:33, Claudio Imbrenda wrote: >>> From: Janosch Frank >>> >>> * All sclp codes need to be checked for page boundary violations. >>> * Requests over 4k are not a spec exception. >>> * Invalid

Re: [PATCH v1 1/2] s390x: Add sclp boundary check and fix error priority

2019-09-27 Thread Janosch Frank
On 9/27/19 10:51 AM, David Hildenbrand wrote: > On 26.09.19 13:33, Claudio Imbrenda wrote: >> From: Janosch Frank >> >> * All sclp codes need to be checked for page boundary violations. >> * Requests over 4k are not a spec exception. >> * Invalid command checking has to be done before the

Re: [PATCH v1 1/2] s390x: Add sclp boundary check and fix error priority

2019-09-27 Thread David Hildenbrand
On 26.09.19 13:33, Claudio Imbrenda wrote: > From: Janosch Frank > > * All sclp codes need to be checked for page boundary violations. > * Requests over 4k are not a spec exception. > * Invalid command checking has to be done before the boundary check. Can we split this patch up so we fix one

Re: [PATCH v1 1/2] s390x: Add sclp boundary check and fix error priority

2019-09-26 Thread Thomas Huth
On 26/09/2019 13.33, Claudio Imbrenda wrote: > From: Janosch Frank > > * All sclp codes need to be checked for page boundary violations. > * Requests over 4k are not a spec exception. > * Invalid command checking has to be done before the boundary check. > > Signed-off-by: Janosch Frank >

[PATCH v1 1/2] s390x: Add sclp boundary check and fix error priority

2019-09-26 Thread Claudio Imbrenda
From: Janosch Frank * All sclp codes need to be checked for page boundary violations. * Requests over 4k are not a spec exception. * Invalid command checking has to be done before the boundary check. Signed-off-by: Janosch Frank Reviewed-by: Jason J. Herne --- hw/s390x/event-facility.c | 3