I'm announcing the release of the 4.19.204 kernel. All users of the 4.19 kernel series must upgrade. The updated 4.19.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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 ------------ Documentation/virtual/kvm/mmu.txt | 4 - Makefile | 2 arch/x86/kvm/paging_tmpl.h | 14 +++-- arch/x86/kvm/svm.c | 2 drivers/net/ethernet/xilinx/xilinx_emaclite.c | 5 - drivers/net/ppp/ppp_generic.c | 19 +++++-- drivers/usb/host/ehci-pci.c | 3 + fs/namespace.c | 42 ++++++++++------ kernel/bpf/verifier.c | 68 ++++++++++++++++++++++---- kernel/trace/trace_events_hist.c | 14 +++++ tools/testing/selftests/bpf/test_verifier.c | 2 11 files changed, 137 insertions(+), 38 deletions(-) Daniel Borkmann (4): bpf: Inherit expanded/patched seen count from old aux data bpf: Do not mark insn as seen under speculative path verification bpf: Fix leakage under speculation on mispredicted branches bpf, selftests: Adjust few selftest outcomes wrt unreachable code Greg Kroah-Hartman (1): Linux 4.19.204 Lai Jiangshan (1): KVM: X86: MMU: Use the correct inherited permissions to get shadow page Longfang Liu (1): USB:ehci:fix Kunpeng920 ehci hardware problem Masami Hiramatsu (1): tracing: Reject string operand in the histogram expression Miklos Szeredi (1): ovl: prevent private clone if bind mount is not allowed Pali Rohár (1): ppp: Fix generating ppp unit id when ifname is not specified Sean Christopherson (1): KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB YueHaibing (1): net: xilinx_emaclite: Do not print real IOMEM pointer