Linux 5.4.123
From: Greg Kroah-Hartman
Date: Fri May 28 2021 - 07:36:01 EST
I'm announcing the release of the 5.4.123 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 -
drivers/usb/dwc3/gadget.c | 4 +++
include/net/nfc/nci_core.h | 1
kernel/bpf/verifier.c | 46 ++++++++++++++++++++++++-----------------
net/nfc/nci/core.c | 1
net/nfc/nci/hci.c | 5 ++++
tools/perf/util/unwind-libdw.c | 35 +++++++++++++++++++++++++++----
7 files changed, 71 insertions(+), 23 deletions(-)
Daniel Borkmann (3):
bpf: Wrap aux data inside bpf_sanitize_info container
bpf: Fix mask direction swap upon off reg sign change
bpf: No need to simulate speculative domain for immediates
Dave Rigby (1):
perf unwind: Set userdata for all __report_module() paths
Dongliang Mu (1):
NFC: nci: fix memory leak in nci_allocate_device
Greg Kroah-Hartman (1):
Linux 5.4.123
Jack Pham (1):
usb: dwc3: gadget: Enable suspend events
Jan Kratochvil (1):
perf unwind: Fix separate debug info files when using elfutils' libdw's unwinder