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-next>] [day] [month] [year] [list]
Date:   Wed, 12 Oct 2022 09:16:18 +0200
From:   Juergen Gross <jgross@...e.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, xen-devel@...ts.xenproject.org,
        sstabellini@...nel.org
Subject: [GIT PULL] xen: branch for v6.1-rc1

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-6.1-rc1-tag

xen: branch for v6.1-rc1

It contains:

- Some minor typo fixes

- A fix of the Xen pcifront driver for supporting the device model to
  run in a Linux stub domain

- A cleanup of the pcifront driver

- A series to enable grant-based virtio with Xen on x86

- A cleanup of Xen PV guests to distinguish between safe and faulting
  MSR accesses

- Two fixes of the Xen gntdev driver

- Two fixes of the new xen grant DMA driver


Thanks.

Juergen

 Documentation/admin-guide/kernel-parameters.txt |   6 +
 arch/x86/xen/Kconfig                            |   9 ++
 arch/x86/xen/enlighten_hvm.c                    |   2 +-
 arch/x86/xen/enlighten_pv.c                     | 101 ++++++++++-----
 arch/x86/xen/pmu.c                              |  71 ++++++-----
 drivers/pci/xen-pcifront.c                      | 161 ++++++++----------------
 drivers/xen/Kconfig                             |   2 +-
 drivers/xen/gntdev-common.h                     |   3 +-
 drivers/xen/gntdev.c                            |  80 ++++++------
 drivers/xen/grant-dma-ops.c                     | 112 ++++++++++++-----
 drivers/xen/xen-pciback/xenbus.c                |   2 +-
 include/xen/xen-ops.h                           |   6 +
 12 files changed, 313 insertions(+), 242 deletions(-)

Colin Ian King (2):
      xen/xenbus: Fix spelling mistake "hardward" -> "hardware"
      xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"

Jason Andryuk (1):
      xen-pcifront: Handle missed Connected state

Juergen Gross (8):
      xen/pcifront: move xenstore config scanning into sub-function
      xen/virtio: restructure xen grant dma setup
      xen/virtio: use dom0 as default backend for CONFIG_XEN_VIRTIO_FORCE_GRANT
      xen/virtio: enable grant based virtio on x86
      xen/pv: add fault recovery control to pmu msr accesses
      xen/pv: fix vendor checks for pmu emulation
      xen/pv: refactor msr access functions to support safe and unsafe accesses
      xen/pv: support selecting safe/unsafe msr accesses

M. Vefa Bicakci (2):
      xen/gntdev: Prevent leaking grants
      xen/gntdev: Accommodate VMA splitting

Oleksandr Tyshchenko (2):
      xen/virtio: Fix n_pages calculation in xen_grant_dma_map(unmap)_page()
      xen/virtio: Fix potential deadlock when accessing xen_grant_dma_devices

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ