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>] [day] [month] [year] [list]
Message-ID: <20250728060614.4875-1-jgross@suse.com>
Date: Mon, 28 Jul 2025 08:06:14 +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.17-rc1

Linus,

Please git pull the following tag:

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

xen: branch for v6.17-rc1

It contains the following patches:

- A fix for a UAF in the xen gntdev-dmabuf driver
- A fix in the xen netfront driver avoiding spurious interrupts
- A fix in the gntdev driver avoiding a large stack allocation
- A cleanup removing some dead code
- A build warning fix
- A cleanup of the sysfs code in the xen-pciback driver

Thanks.

Juergen

 drivers/net/xen-netfront.c         |  5 ---
 drivers/xen/gntdev-common.h        |  4 +++
 drivers/xen/gntdev-dmabuf.c        | 28 ++++++---------
 drivers/xen/gntdev.c               | 71 +++++++++++++++++++++++++++-----------
 drivers/xen/manage.c               |  6 ----
 drivers/xen/time.c                 |  8 -----
 drivers/xen/xen-pciback/pci_stub.c | 12 +++----
 drivers/xen/xenbus/xenbus_client.c |  2 ++
 drivers/xen/xenbus/xenbus_xs.c     | 17 ---------
 include/xen/xen-ops.h              |  2 --
 include/xen/xenbus.h               |  2 --
 11 files changed, 72 insertions(+), 85 deletions(-)

Al Viro (1):
      xen: fix UAF in dmabuf_exp_from_pages()

Anthoine Bourgeois (1):
      xen/netfront: Fix TX response spurious interrupts

Dr. David Alan Gilbert (1):
      xen: Remove some deadcode (x)

Juergen Gross (1):
      xen/gntdev: remove struct gntdev_copy_batch from stack

Peng Jiang (1):
      xen/xenbus: fix W=1 build warning in xenbus_va_dev_error function

Ryan Chung (1):
      xen-pciback: Replace scnprintf() with sysfs_emit_at()

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ