I'm announcing the release of the 3.16.64 kernel.
All users of the 3.16 kernel series should upgrade.
The updated 3.16.y git tree can be found at: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.16.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
The diff from 3.16.63 is attached to this message.
Ben.
------------
Makefile | 2 +- arch/arm/kvm/arm.c | 9 ++-- arch/powerpc/kvm/book3s_xics.c | 12 +++-- arch/x86/kvm/vmx.c | 1 + arch/x86/kvm/x86.c | 7 +++ drivers/base/dma-contiguous.c | 4 +- drivers/hid/hid-debug.c | 119 ++++++++++++++++------------------------- drivers/net/appletalk/ipddp.c | 8 ++- drivers/net/usb/hso.c | 18 ++++++- fs/xfs/xfs_aops.c | 21 +++++++- include/linux/dma-contiguous.h | 4 +- include/linux/hid-debug.h | 9 ++-- include/linux/kvm_host.h | 12 +++++ include/linux/sunrpc/svc.h | 5 +- lib/swiotlb.c | 18 +++---- net/can/gw.c | 30 +++++++++-- net/sunrpc/svc.c | 10 ++-- net/sunrpc/svc_xprt.c | 5 +- net/sunrpc/svcsock.c | 2 +- virt/kvm/arm/vgic.c | 11 +--- virt/kvm/kvm_main.c | 19 ++++++- 21 files changed, 201 insertions(+), 125 deletions(-)
Ben Hutchings (1): Linux 3.16.64
Brian Foster (1): xfs: don't BUG() on mixed direct and mapped I/O
Christoffer Dall (2): KVM: PPC: Move xics_debugfs_init out of create KVM: Protect device ops->create and list_add with kvm->lock
Dan Carpenter (1): KVM: use after free in kvm_ioctl_create_device()
Hui Peng (1): USB: hso: Fix OOB memory access in hso_probe/hso_get_config_data
Jann Horn (1): kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
Jiri Kosina (1): HID: debug: fix error handling in hid_debug_events_read()
Kees Cook (1): swiotlb: clean up reporting
Oliver Hartkopp (1): can: gw: ensure DLC boundaries after CAN frame modification
Paolo Bonzini (1): KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
Peter Shier (1): KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7221)
Rasmus Villemoes (1): HID: debug: improve hid_debug_event()
Rohit Vaswani (1): mm: cma: fix incorrect type conversion for size during dma allocation
Vasily Averin (1): sunrpc: use-after-free in svc_process_common()
Vladis Dronov (1): HID: debug: fix the ring buffer implementation
Willy Tarreau (1): net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRT
linux-stable-mirror@lists.linaro.org