[PATCH 5.15 00/22] 5.15.173-rc1 review

From: Greg Kroah-Hartman
Date: Fri Nov 15 2024 - 02:00:32 EST


This is the start of the stable review cycle for the 5.15.173 release.
There are 22 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun, 17 Nov 2024 06:37:07 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.173-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 5.15.173-rc1

Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
9p: fix slab cache name creation for real

Jan Kara <jack@xxxxxxx>
udf: Avoid directory type conversion failure due to ENOMEM

Jan Kara <jack@xxxxxxx>
udf: Allocate name buffer in directory iterator on heap

Yuanzheng Song <songyuanzheng@xxxxxxxxxx>
mm/memory: add non-anonymous page check in the copy_present_page()

Qun-Wei Lin <qun-wei.lin@xxxxxxxxxxxx>
mm: krealloc: Fix MTE false alarm in __do_krealloc

Hagar Hemdan <hagarhem@xxxxxxxxxx>
io_uring: fix possible deadlock in io_register_iowq_max_workers()

Li Nan <linan122@xxxxxxxxxx>
md/raid10: improve code of mrdev in raid10_sync_request

Reinhard Speyerer <rspmn@xxxxxxxx>
net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition

Hans de Goede <hdegoede@xxxxxxxxxx>
HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard

Kenneth Albanowski <kenalba@xxxxxxxxxxxx>
HID: multitouch: Add quirk for Logitech Bolt receiver w/ Casa touchpad

Alessandro Zanni <alessandro.zanni87@xxxxxxxxx>
fs: Fix uninitialized value issue in from_kuid and from_kgid

Yuan Can <yuancan@xxxxxxxxxx>
vDPA/ifcvf: Fix pci_read_config_byte() return code handling

Michael Ellerman <mpe@xxxxxxxxxxxxxx>
powerpc/powernv: Free name on error in opal_event_init()

Ian Forbes <ian.forbes@xxxxxxxxxxxx>
drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITS

Julian Vetter <jvetter@xxxxxxxxxxxxx>
sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML

Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
crypto: marvell/cesa - Disable hash algorithms

Rik van Riel <riel@xxxxxxxxxxx>
bpf: use kvzmalloc to allocate BPF verifier environment

WangYuli <wangyuli@xxxxxxxxxxxxx>
HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad

Stefan Blum <stefanblum2004@xxxxxxxxx>
HID: multitouch: Add support for B2402FVA track point

SurajSonawane2415 <surajsonawane0215@xxxxxxxxx>
block: Fix elevator_get_default() checking for NULL q->tag_set

Sergey Matsievskiy <matsievskiysv@xxxxxxxxx>
irqchip/ocelot: Fix trigger register address

Pedro Falcato <pedro.falcato@xxxxxxxxx>
9p: Avoid creating multiple slab caches with the same name


-------------

Diffstat:

Makefile | 4 ++--
arch/powerpc/platforms/powernv/opal-irqchip.c | 1 +
block/elevator.c | 4 ++--
drivers/crypto/marvell/cesa/hash.c | 12 ++++++------
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4 ++--
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 4 +++-
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h | 3 ---
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-lenovo.c | 8 ++++++++
drivers/hid/hid-multitouch.c | 13 +++++++++++++
drivers/irqchip/irq-mscc-ocelot.c | 4 ++--
drivers/md/raid10.c | 23 ++++++++++++-----------
drivers/net/usb/qmi_wwan.c | 1 +
drivers/vdpa/ifcvf/ifcvf_base.c | 2 +-
fs/ocfs2/file.c | 9 ++++++---
fs/udf/directory.c | 27 +++++++++++++++++++--------
fs/udf/udfdecl.h | 2 +-
io_uring/io_uring.c | 5 +++++
kernel/bpf/verifier.c | 4 ++--
mm/memory.c | 11 +++++++++++
mm/slab_common.c | 2 +-
net/9p/client.c | 12 +++++++++++-
sound/Kconfig | 2 +-
23 files changed, 111 insertions(+), 47 deletions(-)