Linux 5.15.160

From: Greg Kroah-Hartman
Date: Sat May 25 2024 - 10:49:15 EST


I'm announcing the release of the 5.15.160 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

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

Documentation/admin-guide/hw-vuln/core-scheduling.rst | 4
Documentation/sphinx/kernel_include.py | 1
Makefile | 2
arch/x86/kvm/x86.c | 11
drivers/android/binder.c | 2
drivers/android/binder_internal.h | 2
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 3
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 7
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 12 -
drivers/net/ethernet/broadcom/genet/bcmgenet.h | 2
drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c | 6
drivers/net/ethernet/broadcom/genet/bcmmii.c | 4
drivers/pinctrl/core.c | 14 -
drivers/remoteproc/mtk_scp.c | 10
drivers/tty/serial/kgdboc.c | 30 ++
drivers/usb/typec/ucsi/displayport.c | 4
fs/nfs/callback.c | 9
fs/nfsd/nfs4proc.c | 5
fs/nfsd/nfssvc.c | 12 -
include/net/tls.h | 6
net/netlink/af_netlink.c | 23 +-
net/sunrpc/svc_xprt.c | 16 -
net/tls/tls_sw.c | 199 +++++++++---------
security/keys/trusted-keys/trusted_tpm2.c | 25 +-
tools/testing/selftests/vm/map_hugetlb.c | 7
25 files changed, 242 insertions(+), 174 deletions(-)

Akira Yokosawa (1):
docs: kernel_include.py: Cope with docutils 0.21

AngeloGioacchino Del Regno (1):
remoteproc: mediatek: Make sure IPI buffer fits in L2TCM

Carlos Llamas (1):
binder: fix max_thread type inconsistency

Daniel Thompson (1):
serial: kgdboc: Fix NMI-safety problems from keyboard reset code

Doug Berger (2):
net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL access
net: bcmgenet: synchronize UMAC_CMD access

Eric Dumazet (2):
netlink: annotate lockless accesses to nlk->max_recvmsg_len
netlink: annotate data-races around sk->sk_err

Greg Kroah-Hartman (1):
Linux 5.15.160

Harshit Mogalapalli (1):
Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"

Heikki Krogerus (1):
usb: typec: ucsi: displayport: Fix potential deadlock

Jakub Kicinski (4):
tls: rx: simplify async wait
net: tls: factor out tls_*crypt_async_wait()
tls: fix race between async notify and socket close
net: tls: handle backlogging of crypto requests

Jarkko Sakkinen (2):
KEYS: trusted: Fix memory leak in tpm2_key_encode()
KEYS: trusted: Do not use WARN when encode fails

Jose Fernandez (1):
drm/amd/display: Fix division by zero in setup_dsc_config

NeilBrown (1):
nfsd: don't allow nfsd threads to be signalled.

Sabrina Dubroca (1):
tls: extract context alloc/initialization out of tls_set_sw_offload

Sean Christopherson (1):
KVM: x86: Clear "has_error_code", not "error_code", for RM exception injection

Sergey Shtylyov (1):
pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()

Srinivasan Shanmugam (1):
drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper()

Thomas Weißschuh (1):
admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET