Linux 5.15.31

From: Greg Kroah-Hartman
Date: Wed Mar 23 2022 - 04:28:17 EST


I'm announcing the release of the 5.15.31 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/vectors.h | 4 +--
block/blk-core.c | 4 +++
drivers/atm/eni.c | 2 +
drivers/crypto/qcom-rng.c | 17 ++++++++-----
drivers/firmware/efi/apple-properties.c | 2 -
drivers/firmware/efi/efi.c | 2 -
drivers/gpu/drm/bridge/Kconfig | 2 -
drivers/gpu/drm/imx/parallel-display.c | 8 ------
drivers/gpu/drm/mgag200/mgag200_pll.c | 6 ++--
drivers/gpu/drm/panel/Kconfig | 1
drivers/gpu/drm/panel/panel-simple.c | 2 -
drivers/input/tablet/aiptek.c | 10 +++-----
drivers/net/ethernet/atheros/alx/main.c | 5 +++-
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h | 2 -
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c | 28 +++++++++++++----------
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 15 +-----------
drivers/net/ethernet/broadcom/genet/bcmgenet.c | 6 +++-
drivers/net/ethernet/intel/iavf/iavf_main.c | 15 +++++++++++-
drivers/net/ethernet/mscc/ocelot_flower.c | 16 ++++++++++++-
drivers/net/hyperv/netvsc_drv.c | 3 ++
drivers/net/phy/marvell.c | 8 +++---
drivers/net/phy/mscc/mscc_main.c | 3 ++
drivers/scsi/mpt3sas/mpt3sas_base.c | 5 ++--
drivers/usb/class/usbtmc.c | 13 ++++++++--
drivers/usb/gadget/function/rndis.c | 1
drivers/usb/gadget/udc/core.c | 3 --
drivers/vhost/vsock.c | 3 +-
fs/btrfs/block-group.c | 26 +++++++++++++++++++--
fs/btrfs/ctree.h | 7 +++++
fs/btrfs/tree-log.c | 23 ++++++++++++++++++
fs/ocfs2/super.c | 22 +++++++++---------
include/linux/if_arp.h | 1
include/net/af_vsock.h | 3 +-
mm/swap_state.c | 2 -
net/dsa/dsa2.c | 1
net/ipv6/esp6.c | 3 --
net/packet/af_packet.c | 11 ++++++++-
net/vmw_vsock/af_vsock.c | 9 +++++--
net/vmw_vsock/virtio_transport.c | 7 ++++-
net/vmw_vsock/vmci_transport.c | 5 +++-
tools/perf/util/symbol.c | 2 -
42 files changed, 211 insertions(+), 99 deletions(-)

Alan Stern (2):
usb: gadget: Fix use-after-free bug by not setting udc->dev.driver
usb: usbtmc: Fix bug in pipe direction for control transfers

Arnd Bergmann (1):
arm64: fix clang warning about TRAMP_VALIAS

Brian Masney (1):
crypto: qcom-rng - ensure buffer for generate is completely filled

Christoph Niedermaier (1):
drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_check()

Dan Carpenter (1):
usb: gadget: rndis: prevent integer overflow in rndis_set_response()

Doug Berger (1):
net: bcmgenet: skip invalid partial checksums

Eric Dumazet (1):
net/packet: fix slab-out-of-bounds access in packet_recvmsg()

Filipe Manana (1):
btrfs: skip reserved bytes warning on unmount after log cleanup failure

Greg Kroah-Hartman (1):
Linux 5.15.31

Guo Ziliang (1):
mm: swap: get rid of livelock in swapin readahead

Ivan Vecera (1):
iavf: Fix hang during reboot/shutdown

Jiasheng Jiang (2):
atm: eni: Add check for dma_map_single
hv_netvsc: Add check for kvmalloc_array

Jiyong Park (1):
vsock: each transport cycles only on its own sockets

Jocelyn Falempe (1):
drm/mgag200: Fix PLL setup for g200wb and g200ew

Joseph Qi (1):
ocfs2: fix crash when initialize filecheck kobj fails

Juerg Haefliger (1):
net: phy: mscc: Add MODULE_FIRMWARE macros

Kurt Cancemi (1):
net: phy: marvell: Fix invalid comparison in the resume and suspend functions

Manish Chopra (1):
bnx2x: fix built-in kernel driver load failure

Marek Vasut (1):
drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings

Matt Lupfer (1):
scsi: mpt3sas: Page fault in reply q processing

Miaoqian Lin (1):
net: dsa: Add missing of_node_put() in dsa_port_parse_of

Michael Petlan (1):
perf symbols: Fix symbol size calculation condition

Ming Lei (1):
block: release rq qos structures for queue without disk

Nicolas Dichtel (1):
net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()

Niels Dossche (1):
alx: acquire mutex for alx_reinit in alx_change_mtu

Pavel Skripkin (1):
Input: aiptek - properly check endpoint type

Przemyslaw Patynowski (1):
iavf: Fix double free in iavf_reset_task

Randy Dunlap (1):
efi: fix return value of __setup handlers

Sabrina Dubroca (1):
esp6: fix check on ipv6_skip_exthdr's return value

Thomas Zimmermann (1):
drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS

Vladimir Oltean (1):
net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower offload