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: Thu, 15 Feb 2024 16:24: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.8-rc5

Linus,

Please git pull the following tag:

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

xen: branch for v6.8-rc5

It contains the following fixes and simple cleanups:

- A fix using a proper flexible array instead of a one-element array in order to
  avoid array-bounds sanitizer errors.

- A fix adding NULL pointer checks after allocating memory.

- A cleanup using memdup_array_user() instead of open-coding it.

- A fix for a rare race condition in Xen event channel allocation code.

- A small series making struct bus_type instances const.

- A fix of kerneldoc inline comments to match reality.


Thanks.

Juergen

 arch/x86/xen/smp.c                 | 12 ++++++++++++
 drivers/xen/events/events_base.c   |  8 ++++++--
 drivers/xen/gntalloc.c             |  2 +-
 drivers/xen/pcpu.c                 |  2 +-
 drivers/xen/privcmd.c              | 15 +++++----------
 drivers/xen/xen-balloon.c          |  2 +-
 drivers/xen/xenbus/xenbus_client.c | 15 +++++++++------
 include/uapi/xen/gntalloc.h        |  5 ++++-
 8 files changed, 39 insertions(+), 22 deletions(-)

Kees Cook (1):
      xen/gntalloc: Replace UAPI 1-element array

Kunwu Chan (1):
      x86/xen: Add some null pointer checking to smp.c

Markus Elfring (1):
      xen/privcmd: Use memdup_array_user() in alloc_ioreq()

Maximilian Heyne (1):
      xen/events: close evtchn after mapping cleanup

Ricardo B. Marliere (2):
      xen: pcpu: make xen_pcpu_subsys const
      xen: balloon: make balloon_subsys const

SeongJae Park (1):
      xen/xenbus: document will_handle argument for xenbus_watch_path()

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ