Linux 5.15.23
From: | Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> | |
To: | linux-kernel-AT-vger.kernel.org, akpm-AT-linux-foundation.org, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org | |
Subject: | Linux 5.15.23 | |
Date: | Fri, 11 Feb 2022 09:53:31 +0100 | |
Message-ID: | <1644569611153233@kroah.com> | |
Cc: | lwn-AT-lwn.net, jslaby-AT-suse.cz, Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> | |
Archive-link: | Article |
I'm announcing the release of the 5.15.23 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-s... thanks, greg k-h ------------ Makefile | 2 +- arch/arm64/include/asm/cputype.h | 2 ++ arch/s390/kvm/kvm-s390.c | 2 ++ crypto/algapi.c | 1 + crypto/api.c | 1 - drivers/mmc/host/moxart-mmc.c | 2 +- fs/ksmbd/smb2pdu.c | 2 +- net/tipc/link.c | 9 +++++++-- net/tipc/monitor.c | 2 ++ 9 files changed, 17 insertions(+), 6 deletions(-) Anshuman Khandual (1): arm64: Add Cortex-A510 CPU part definition Greg Kroah-Hartman (2): moxart: fix potential use-after-free on remove path Linux 5.15.23 Herbert Xu (1): crypto: api - Move cryptomgr soft dependency into algapi Janis Schoetterl-Glausch (1): KVM: s390: Return error on SIDA memop on normal guest Jon Maloy (1): tipc: improve size validations for received domain records Namjae Jeon (1): ksmbd: fix SMB 3.11 posix extension mount failure