Re: [Qemu-devel] [PATCH v3 0/7] KASLR kernel dump support

2017-07-11 Thread Laszlo Ersek
On 07/11/17 12:30, Marc-André Lureau wrote: > v3: from Laszlo review > - change vmcoreinfo offset to 36 > - reset err to null after report > - use PRIu32 > - change name_size and desc_size against MAX_VMCOREINFO_SIZE > - python code simplification > - check boundaries of blocks in phys_memory_read

Re: [Qemu-devel] [PATCH v3 0/7] KASLR kernel dump support

2017-07-11 Thread Marc-André Lureau
Hi On Tue, Jul 11, 2017 at 2:47 PM wrote: > Hi, > > This series failed build test on s390x host. Please find the details below. > > I'll resend the series after I get a few more replies/acked/reviewed-by. The fix should be: Author: Marc-André Lureau Date: Tue Jul 11 15:14:13 2017 +0200

Re: [Qemu-devel] [PATCH v3 0/7] KASLR kernel dump support

2017-07-11 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Subject: [Qemu-devel] [PATCH v3 0/7] KASLR kernel dump support Message-id: 20170711103011.32631-1-marcandre.lur...@redhat.com === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under

[Qemu-devel] [PATCH v3 0/7] KASLR kernel dump support

2017-07-11 Thread Marc-André Lureau
Recent linux kernels enable KASLR to randomize phys/virt memory addresses. This series aims to provide enough information in qemu dumps so that crash utility can work with randomized kernel too (it hasn't been tested on other archs than x86 though, help welcome). The vmcoreinfo device is an emulat