Greg Kroah-Hartman has announced the release of Linux Kernel 5.10.41.
I'm announcing the release of the 5.10.41 kernel.
All users of the 5.10 kernel series must upgrade.
The updated 5.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.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/x86/kvm/svm/svm.c | 6 ++---
arch/x86/kvm/vmx/vmx.c | 6 ++---
arch/x86/kvm/x86.c | 9 +++++++
include/linux/context_tracking.h | 25 +++++++++++++++++----
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 ++++++++++++++++++++++++++---
10 files changed, 103 insertions(+), 33 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.10.41
Jan Kratochvil (1):
perf unwind: Fix separate debug info files when using elfutils' libdw's unwinder
Wanpeng Li (3):
context_tracking: Move guest exit context tracking to separate helpers
context_tracking: Move guest exit vtime accounting to separate helpers
KVM: x86: Defer vtime accounting 'til after IRQ handling