lkml.org 
[lkml]   [2024]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[GIT PULL] xen: branch for v6.8-rc5
Date
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()

\
 
 \ /
  Last update: 2024-05-27 15:05    [W:0.037 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site