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]
Message-Id: <20220112155011.1990-1-jgross@suse.com>
Date:   Wed, 12 Jan 2022 16:50:11 +0100
From:   Juergen Gross <jgross@...e.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, xen-devel@...ts.xenproject.org,
        boris.ostrovsky@...cle.com
Subject: [GIT PULL] xen: branch for v5.17-rc1

Linus,

Please git pull the following tag:

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

xen: branch for v5.17-rc1

It contains the following patches:

- a fix of the Xen gntdev driver
- a fix for running as Xen dom0 booted via EFI and the EFI framebuffer
  being located above 4GB
- a series for support of mapping other guest's memory by using zone
  device when running as Xen guest on Arm 

Thanks.

Juergen

 Documentation/devicetree/bindings/arm/xen.txt |  14 +--
 arch/arm/xen/enlighten.c                      | 132 ++++++++++++++++++++++++--
 arch/x86/xen/vga.c                            |  12 ++-
 drivers/xen/Kconfig                           |   2 +-
 drivers/xen/balloon.c                         |  20 ++--
 drivers/xen/gntdev.c                          |   6 +-
 drivers/xen/unpopulated-alloc.c               |  87 ++++++++++++++++-
 include/xen/balloon.h                         |   3 +
 include/xen/interface/xen.h                   |   3 +
 include/xen/xen.h                             |  16 ++++
 10 files changed, 259 insertions(+), 36 deletions(-)

Jan Beulich (1):
      xen/x86: obtain upper 32 bits of video frame buffer address for Dom0

Oleksandr Andrushchenko (1):
      xen/gntdev: fix unmap notification order

Oleksandr Tyshchenko (6):
      xen/unpopulated-alloc: Drop check for virt_addr_valid() in fill_list()
      arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DT
      xen/balloon: Bring alloc(free)_xenballooned_pages helpers back
      xen/unpopulated-alloc: Add mechanism to use Xen resource
      arm/xen: Read extended regions from DT and init Xen resource
      dt-bindings: xen: Clarify "reg" purpose

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ