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: <20230219053326.4980-1-jgross@suse.com>
Date:   Sun, 19 Feb 2023 06:33:26 +0100
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.3-rc1

Linus,

Please git pull the following tag:

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

xen: branch for v6.3-rc1

It contains the following patches:

- A patch to help deprecating the /proc/xen files by making the related
  information available via sysfs.

- 2 patches for making the Xen variants of play_dead "noreturn".

- A patch to support a shared Xen platform interrupt.

- Several small cleanups and fixes.


Thanks.

Juergen

 Documentation/ABI/stable/sysfs-hypervisor-xen | 13 +++++
 arch/x86/xen/setup.c                          |  4 --
 arch/x86/xen/smp.h                            |  2 +
 arch/x86/xen/smp_pv.c                         | 17 ++-----
 arch/x86/xen/time.c                           | 38 +++++++++++++-
 arch/x86/xen/xen-head.S                       |  7 +++
 drivers/xen/events/events_base.c              |  9 ++--
 drivers/xen/grant-dma-iommu.c                 | 11 ++++-
 drivers/xen/platform-pci.c                    |  5 +-
 drivers/xen/pvcalls-back.c                    |  3 +-
 drivers/xen/sys-hypervisor.c                  | 71 +++++++++++++++++++++++++--
 drivers/xen/xen-front-pgdir-shbuf.c           |  2 +-
 include/xen/events.h                          |  2 +-
 tools/objtool/check.c                         |  1 +
 14 files changed, 151 insertions(+), 34 deletions(-)

David Woodhouse (1):
      xen: Allow platform PCI interrupt to be shared

Gustavo A. R. Silva (1):
      xen: Replace one-element array with flexible-array member

Jan Beulich (1):
      x86/Xen: drop leftover VM-assist uses

Juergen Gross (2):
      x86/xen: don't let xen_pv_play_dead() return
      x86/xen: mark xen_pv_play_dead() as __noreturn

Krister Johansen (1):
      x86/xen/time: prefer tsc as clocksource when it is invariant

Oleksandr Tyshchenko (1):
      xen/grant-dma-iommu: Implement a dummy probe_device() callback

Per Bilse (1):
      drivers/xen/hypervisor: Expose Xen SIF flags to userspace

Thomas Weißschuh (1):
      xen: sysfs: make kobj_type structure constant

Volodymyr Babchuk (1):
      xen/pvcalls-back: fix permanently masked event channel

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ