Linux 5.16.9

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


I'm announcing the release of the 5.16.9 kernel.

All users of the 5.16 kernel series must upgrade.

The updated 5.16.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.16.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/s390/kvm/kvm-s390.c | 2 ++
crypto/algapi.c | 1 +
crypto/api.c | 1 -
drivers/ata/libata-core.c | 14 ++++++--------
drivers/mmc/host/moxart-mmc.c | 2 +-
fs/ksmbd/smb2pdu.c | 2 +-
include/linux/ata.h | 2 +-
net/tipc/link.c | 9 +++++++--
net/tipc/monitor.c | 2 ++
10 files changed, 22 insertions(+), 15 deletions(-)

Damien Le Moal (1):
ata: libata-core: Fix ata_dev_config_cpr()

Greg Kroah-Hartman (2):
moxart: fix potential use-after-free on remove path
Linux 5.16.9

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