lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 2 Feb 2018 04:50:42 +0200
From:   "Michael S. Tsirkin" <mst@...hat.com>
To:     Marc-André Lureau <marcandre.lureau@...hat.com>
Cc:     linux-kernel@...r.kernel.org, slp@...hat.com, bhe@...hat.com,
        somlo@....edu, xiaolong.ye@...el.com
Subject: Re: [PATCH v11 0/4] fw_cfg: add DMA operations & etc/vmcoreinfo
 support

On Thu, Feb 01, 2018 at 02:02:56PM +0100, Marc-André Lureau wrote:
> Hi,
> 
> This series adds DMA operations support to the qemu fw_cfg kernel
> module and populates "etc/vmcoreinfo" with vmcoreinfo location
> details (since qemu 2.11).

At this point you need to scope this down significantly.  I'll give the
vmcore one more chance in this release if you test the hell out of it with 32 and 64 bit
guests and repost tomorrow with just the vmcore enabled and that ASAP,
and without kmalloc on crash which is problematic by itself.

> v11:
> - add #include <linux/crash_core.h> in last patch,
>   fixing kbuild .config test
> 
> Marc-André Lureau (4):
>   fw_cfg: add DMA register
>   fw_cfg: do DMA read operation
>   crash: export paddr_vmcoreinfo_note()
>   fw_cfg: write vmcoreinfo details
> 
>  drivers/firmware/qemu_fw_cfg.c | 268 ++++++++++++++++++++++++++++++++++++-----
>  kernel/crash_core.c            |   1 +
>  2 files changed, 237 insertions(+), 32 deletions(-)
> 
> -- 
> 2.16.0.rc1.1.gef27df75a1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ