Re: [Qemu-devel] [PATCH v1 for 3.0 0/2] fix for bug 1783362

2018-07-28 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180726132947.28538-1-alex.ben...@linaro.org Subject: [Qemu-devel] [PATCH v1 for 3.0 0/2] fix for bug 1783362 === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

Re: [Qemu-devel] [PATCH v1 for 3.0 0/2] fix for bug 1783362

2018-07-27 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180726132947.28538-1-alex.ben...@linaro.org Subject: [Qemu-devel] [PATCH v1 for 3.0 0/2] fix for bug 1783362 === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH v1 for 3.0 0/2] fix for bug 1783362

2018-07-26 Thread Alex Bennée
Hi, This fixes a bug where a zero len is passed to mmap. It comes with an enhancement to the mmap test case. Alex Bennée (2): linux-user/mmap.c: handle len = 0 maps correctly tests: add check_invalid_maps to test-mmap linux-user/mmap.c | 14 +++--- tests/tcg/multiarch/