Re: [Qemu-devel] [PATCH] hw/sd: fix out-of-bounds check for multi block reads

2017-09-16 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Subject: [Qemu-devel] [PATCH] hw/sd: fix out-of-bounds check for multi block reads Type: series Message-id: 20170916091611.10241-1-m.olbr...@pengutronix.de === TEST SCRIPT BEGIN === #!/bin/bash # Testing script

[Qemu-devel] [PATCH] hw/sd: fix out-of-bounds check for multi block reads

2017-09-16 Thread Michael Olbrich
The current code checks if the next block exceeds the size of the card. This generates an error while reading the last block of the card. Do the out-of-bounds check when starting to read a new block to fix this. This issue became visible with increased error checking in Linux 4.13. Signed-off-by: