mbox series

[v2,0/4] s390x: SCLP error cleanup

Message ID 1569591203-15258-1-git-send-email-imbrenda@linux.ibm.com
Headers show
Series s390x: SCLP error cleanup | expand

Message

Claudio Imbrenda Sept. 27, 2019, 1:33 p.m. UTC
SCLP doesn't report a lot of errors like it should do, let's fix that.

Changes v1 to v2:

* added a few missing be16_to_cpu
* split first patch into three smaller patches

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

Janosch Frank (3):
  s390x: sclp: refactor invalid command check
  s390x: sclp: boundary check
  s390x: sclp: fix error handling for oversize control blocks

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