Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1734840

[PATCH v2 0/4] fw_cfg: add DMA operations & etc/vmcoreinfo support

From marcandre.lureau@redhat.com
Newsgroups linux.kernel
Subject [PATCH v2 0/4] fw_cfg: add DMA operations & etc/vmcoreinfo support
Date 2017-09-19 14:00 +0200
Message-ID <urpm2-4YB-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

This series brings DMA operations support to the fw_cfg kernel module
and provide "etc/vmcoreinfo" support.

At the current iteration of "[Qemu-devel] [PATCH v6 0/7] KASLR kernel
dump support" patch series, a "etc/vmcoreinfo" entry is added with
qemu -device vmcoreinfo, where the guest during boot or later, can
write the addr/size location of a ELF note to be appended in the qemu
dump.

v2:
- use platform device for dma mapping
- add etc/vmcoreinfo patch
- some code cleanups

Marc-André Lureau (4):
  fw_cfg: add DMA register
  fw_cfg: do DMA read operation
  fw_cfg: write vmcoreinfo details
  RFC: fw_cfg: add DMA write operation in sysfs

 drivers/firmware/qemu_fw_cfg.c | 284 ++++++++++++++++++++++++++++++++++++-----
 1 file changed, 254 insertions(+), 30 deletions(-)

-- 
2.14.1.146.gd35faa819

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] fw_cfg: add DMA operations & etc/vmcoreinfo support marcandre.lureau@redhat.com - 2017-09-19 14:00 +0200
  [PATCH v2 1/4] fw_cfg: add DMA register marcandre.lureau@redhat.com - 2017-09-19 14:00 +0200
    Re: [PATCH v2 1/4] fw_cfg: add DMA register kbuild test robot <lkp@intel.com> - 2017-09-22 13:10 +0200
  [PATCH v2 4/4] RFC: fw_cfg: add DMA write operation in sysfs marcandre.lureau@redhat.com - 2017-09-19 14:00 +0200
  [PATCH v2 2/4] fw_cfg: do DMA read operation marcandre.lureau@redhat.com - 2017-09-19 14:00 +0200

csiph-web