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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190311093951.18085-1-jgross@suse.com>
Date:   Mon, 11 Mar 2019 10:39:51 +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: fixes and features for 5.1-rc1

Linus,

Please git pull the following tag:

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

xen: fixes and features for 5.1-rc1

It contains the following patches:

- a remove of fallback code for very old Xen hypervisors
- 3 patches for fixing Xen dom0 boot regressions
- an old patch for Xen PCI passthrough which was never applied for
  unknown reasons
- some more minor fixes and cleanup patches

Thanks.

Juergen

 arch/x86/include/asm/xen/hypercall.h  | 13 +-----
 arch/x86/kernel/e820.c                |  5 +++
 arch/x86/xen/mmu_pv.c                 | 13 +++---
 arch/x86/xen/setup.c                  | 13 ++++++
 drivers/xen/Makefile                  |  1 -
 drivers/xen/cpu_hotplug.c             |  2 +-
 drivers/xen/fallback.c                | 81 -----------------------------------
 drivers/xen/gntdev-dmabuf.c           | 21 ++++++++-
 drivers/xen/gntdev-dmabuf.h           |  2 +-
 drivers/xen/gntdev.c                  |  2 +-
 drivers/xen/xen-acpi-processor.c      | 22 +++++-----
 drivers/xen/xen-balloon.c             | 11 +++++
 drivers/xen/xen-pciback/pciback_ops.c |  2 -
 drivers/xen/xen-pciback/xenbus.c      |  2 +-
 drivers/xen/xen-scsiback.c            |  2 +-
 include/linux/memory_hotplug.h        |  2 +
 include/xen/xen.h                     |  4 ++
 mm/memory_hotplug.c                   |  6 +++
 18 files changed, 85 insertions(+), 119 deletions(-)

Andy Shevchenko (1):
      xen/ACPI: Switch to bitmap_zalloc()

Arnd Bergmann (1):
      xen: remove pre-xen3 fallback handlers

Dan Carpenter (1):
      xen, cpu_hotplug: Prevent an out of bounds access

Gustavo A. R. Silva (2):
      xen: mark expected switch fall-through
      xen-scsiback: mark expected switch fall-through

Juergen Gross (3):
      x86: respect memory size limiting via mem= parameter
      x86/xen: dont add memory above max allowed allocation
      xen: fix dom0 boot on huge systems

Konrad Rzeszutek Wilk (1):
      xen/pciback: Don't disable PCI_COMMAND on PCI device reset.

Oleksandr Andrushchenko (2):
      xen/gntdev: Do not destroy context while dma-bufs are in use
      xen/gntdev: Check and release imported dma-bufs on close

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ