Linux 5.4.187

From: Greg Kroah-Hartman
Date: Wed Mar 23 2022 - 04:27:50 EST


I'm announcing the release of the 5.4.187 kernel.

All users of the 5.4 kernel series must upgrade.

The updated 5.4.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.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 -
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/panel/panel-simple.c | 2
drivers/input/tablet/aiptek.c | 10 +--
drivers/net/hyperv/netvsc_drv.c | 3 +
drivers/net/phy/marvell.c | 8 +-
drivers/usb/class/usbtmc.c | 13 +++-
drivers/usb/gadget/function/rndis.c | 1
drivers/usb/gadget/udc/core.c | 3 -
fs/ocfs2/super.c | 22 +++----
include/linux/if_arp.h | 1
net/dsa/dsa2.c | 1
net/packet/af_packet.c | 11 +++
tools/perf/util/symbol.c | 2
tools/testing/selftests/bpf/prog_tests/timer_crash.c | 32 -----------
tools/testing/selftests/bpf/progs/timer_crash.c | 54 -------------------
20 files changed, 64 insertions(+), 128 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

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

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

Greg Kroah-Hartman (2):
Revert "selftests/bpf: Add test for bpf_timer overwriting crash"
Linux 5.4.187

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

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

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

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

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

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

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

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