Linux 5.15.23

From: Greg Kroah-Hartman
Date: Fri Feb 11 2022 - 03:54:26 EST


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-stable.git;a=summary

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