Linux 5.12.8
From: Greg Kroah-Hartman
Date: Fri May 28 2021 - 07:36:22 EST
I'm announcing the release of the 5.12.8 kernel.
All users of the 5.12 kernel series must upgrade.
The updated 5.12.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.12.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 ++++
9 files changed, 72 insertions(+), 29 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
Dongliang Mu (1):
NFC: nci: fix memory leak in nci_allocate_device
Greg Kroah-Hartman (1):
Linux 5.12.8
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