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

2017-10-09 Thread Marc-André Lureau
ping On Mon, Sep 25, 2017 at 12:52 PM, Marc-André Lureau wrote: > ping > > On Mon, Sep 11, 2017 at 6:59 PM, Marc-André Lureau > wrote: >> Recent linux kernels enable KASLR to randomize phys/virt memory >> addresses. This series aims to provide enough information in qemu >> dumps so that crash ut

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

2017-09-25 Thread Marc-André Lureau
ping On Mon, Sep 11, 2017 at 6:59 PM, Marc-André Lureau wrote: > 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

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

2017-09-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 previous design to provide qem