Re: [PATCH v2 2/4] s390x: sclp: boundary check

2019-09-27 Thread Christian Borntraeger
On 27.09.19 15:33, Claudio Imbrenda wrote: > From: Janosch Frank > > All sclp codes need to be checked for page boundary violations. > > Signed-off-by: Janosch Frank > Reviewed-by: Jason J. Herne > --- > hw/s390x/sclp.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git

Re: [PATCH v2 2/4] s390x: sclp: boundary check

2019-09-27 Thread David Hildenbrand
On 27.09.19 15:33, Claudio Imbrenda wrote: > From: Janosch Frank > > All sclp codes need to be checked for page boundary violations. > > Signed-off-by: Janosch Frank > Reviewed-by: Jason J. Herne > --- > hw/s390x/sclp.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git

[PATCH v2 2/4] s390x: sclp: boundary check

2019-09-27 Thread Claudio Imbrenda
From: Janosch Frank All sclp codes need to be checked for page boundary violations. Signed-off-by: Janosch Frank Reviewed-by: Jason J. Herne --- hw/s390x/sclp.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hw/s390x/sclp.c b/hw/s390x/sclp.c index 95ebfe7..73244c9 100644 ---