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, 14 Oct 2020 07:39:17 +0200
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.10-rc1

Linus,

Please git pull the following tag:

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

xen: branch for v5.10-rc1

It contains:

- 2 small cleanup patches

- A fix for avoiding error messages when initializing MCA banks in a
  Xen dom0

- A small series for converting the Xen gntdev driver to use
  pin_user_pages*() instead of get_user_pages*()

- An intermediate fix for running as a Xen guest on Arm with KPTI
  enabled (the final solution will need a new Xen functionality)


Thanks.

Juergen

 arch/arm/include/asm/xen/page.h   |  5 +++++
 arch/arm/xen/enlighten.c          |  6 ++++--
 arch/arm64/include/asm/xen/page.h |  6 ++++++
 arch/x86/xen/enlighten_pv.c       |  9 +++++++++
 arch/x86/xen/mmu_pv.c             |  2 +-
 drivers/xen/gntdev.c              | 17 +++++++++--------
 drivers/xen/pvcalls-front.c       |  2 +-
 7 files changed, 35 insertions(+), 12 deletions(-)

Hui Su (1):
      x86/xen: Fix typo in xen_pagetable_p2m_free()

Jing Xiangfeng (1):
      xen: remove redundant initialization of variable ret

Juergen Gross (1):
      x86/xen: disable Firmware First mode for correctable memory errors

Souptick Joarder (2):
      xen/gntdev.c: Mark pages as dirty
      xen/gntdev.c: Convert get_user_pages*() to pin_user_pages*()

Stefano Stabellini (1):
      xen/arm: do not setup the runstate info page if kpti is enabled

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ