Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fixes from Juergen Gross: "Fixes and simple cleanups: - use a proper flexible array instead of a one-element array in order to avoid array-bounds sanitizer errors - add NULL pointer checks after allocating memory - use memdup_array_user() instead of open-coding it - fix a rare race condition in Xen event channel allocation code - make struct bus_type instances const - make kerneldoc inline comments match reality" * tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen/events: close evtchn after mapping cleanup xen/gntalloc: Replace UAPI 1-element array xen: balloon: make balloon_subsys const xen: pcpu: make xen_pcpu_subsys const xen/privcmd: Use memdup_array_user() in alloc_ioreq() x86/xen: Add some null pointer checking to smp.c xen/xenbus: document will_handle argument for xenbus_watch_path()
No related branches found
No related tags found
Showing
- arch/x86/xen/smp.c 12 additions, 0 deletionsarch/x86/xen/smp.c
- drivers/xen/events/events_base.c 6 additions, 2 deletionsdrivers/xen/events/events_base.c
- drivers/xen/gntalloc.c 1 addition, 1 deletiondrivers/xen/gntalloc.c
- drivers/xen/pcpu.c 1 addition, 1 deletiondrivers/xen/pcpu.c
- drivers/xen/privcmd.c 5 additions, 10 deletionsdrivers/xen/privcmd.c
- drivers/xen/xen-balloon.c 1 addition, 1 deletiondrivers/xen/xen-balloon.c
- drivers/xen/xenbus/xenbus_client.c 9 additions, 6 deletionsdrivers/xen/xenbus/xenbus_client.c
- include/uapi/xen/gntalloc.h 4 additions, 1 deletioninclude/uapi/xen/gntalloc.h
Loading
Please register or sign in to comment