I'm announcing the release of the 5.15.120 kernel. All users of the 5.15 kernel series must upgrade. The updated 5.15.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.15.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 - arch/parisc/include/asm/assembly.h | 4 -- arch/x86/kernel/cpu/microcode/amd.c | 2 - arch/x86/kernel/smpboot.c | 24 ++++++++------- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 1 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 ++ drivers/hid/hid-logitech-hidpp.c | 2 - drivers/hid/wacom_wac.c | 6 +-- drivers/hid/wacom_wac.h | 2 - drivers/nubus/proc.c | 22 ++++++++++--- drivers/thermal/mtk_thermal.c | 14 +------- include/linux/highmem.h | 24 +++++++++++++++ include/linux/mm.h | 5 ++- kernel/bpf/verifier.c | 7 +++- mm/memory.c | 33 ++++++++++++++------ net/can/isotp.c | 5 +-- net/mptcp/protocol.c | 46 +++++++++++++---------------- net/mptcp/subflow.c | 17 ++++++---- scripts/tags.sh | 9 +++++ tools/perf/util/symbol.c | 17 +++++++++- 20 files changed, 158 insertions(+), 88 deletions(-) Ahmed S. Darwish (1): scripts/tags.sh: Resolve gtags empty index generation Bas Nieuwenhuizen (1): drm/amdgpu: Validate VM ioctl flags. Ben Hutchings (1): parisc: Delete redundant register definitions in <asm/assembly.h> Borislav Petkov (AMD) (1): x86/microcode/AMD: Load late on both threads too Finn Thain (1): nubus: Partially revert proc_create_single_data() conversion Greg Kroah-Hartman (1): Linux 5.15.120 Jane Chu (1): mm, hwpoison: when copy-on-write hits poison, take page offline Jason Gerecke (1): HID: wacom: Use ktime_t rather than int when dealing with timestamps Krister Johansen (2): bpf: ensure main program has an extable perf symbols: Symbol lookup with kcore can fail if multiple segments match stext Mike Hommey (1): HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651. Oliver Hartkopp (1): can: isotp: isotp_sendmsg(): fix return error fix on TX path Paolo Abeni (2): mptcp: fix possible divide by zero in recvmsg() mptcp: consolidate fallback and non fallback state machine Philip Yang (1): drm/amdgpu: Set vmbo destroy after pt bo is created Ricardo Cañuelo (1): Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe" Thomas Gleixner (1): x86/smp: Use dedicated cache-line for mwait_play_dead() Tony Luck (1): mm, hwpoison: try to recover from copy-on write faults