I'm announcing the release of the 4.9.109 kernel.
All users of the 4.9 kernel series must upgrade.
The updated 4.9.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.9.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summar...
thanks,
greg k-h
------------
Makefile | 2 arch/x86/crypto/crc32c-intel_glue.c | 5 - arch/x86/include/asm/cpufeatures.h | 2 arch/x86/include/asm/fpu/internal.h | 2 arch/x86/include/asm/kvm_emulate.h | 6 +- arch/x86/kernel/fpu/init.c | 91 +------------------------------ arch/x86/kvm/emulate.c | 72 ++++++++++++------------ arch/x86/kvm/vmx.c | 23 +++---- arch/x86/kvm/x86.c | 51 ++++++++++++----- arch/x86/kvm/x86.h | 4 - drivers/crypto/omap-sham.c | 2 drivers/crypto/vmx/aes.c | 2 drivers/crypto/vmx/aes_cbc.c | 2 drivers/crypto/vmx/aes_ctr.c | 2 drivers/crypto/vmx/ghash.c | 2 drivers/gpio/gpiolib.c | 9 ++- drivers/input/mouse/elan_i2c_core.c | 1 drivers/input/touchscreen/goodix.c | 1 drivers/misc/vmw_balloon.c | 23 ++----- drivers/net/bonding/bond_main.c | 22 ++++--- drivers/nvme/host/pci.c | 4 - drivers/nvme/target/admin-cmd.c | 22 ++++--- drivers/nvme/target/core.c | 5 - drivers/nvme/target/nvmet.h | 2 drivers/staging/android/ion/ion.c | 5 + drivers/tty/serial/8250/8250_omap.c | 16 +++++ drivers/tty/serial/amba-pl011.c | 16 +++++ drivers/tty/serial/atmel_serial.c | 5 - drivers/tty/serial/samsung.c | 7 -- drivers/tty/serial/sh-sci.c | 4 - drivers/usb/gadget/udc/renesas_usb3.c | 7 ++ drivers/usb/storage/uas.c | 6 ++ drivers/usb/storage/unusual_devs.h | 9 +++ drivers/usb/storage/unusual_uas.h | 9 +++ drivers/usb/usbip/vhci_sysfs.c | 24 +++++--- include/net/bonding.h | 5 + net/key/af_key.c | 45 +++++++++++---- tools/arch/x86/include/asm/cpufeatures.h | 2 38 files changed, 273 insertions(+), 244 deletions(-)
Alexander Kappner (2): usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
Andreas Born (1): bonding: require speed/duplex only for 802.3ad, alb and tlb
Andy Lutomirski (2): x86/fpu: Hard-disable lazy FPU mode x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c code
Bin Liu (1): crypto: omap-sham - fix memleak
Dave Martin (1): tty: pl011: Avoid spuriously stuck-off interrupts
Ethan Lee (1): Input: goodix - add new ACPI id for GPD Win 2 touch screen
Geert Uytterhoeven (1): serial: sh-sci: Stop using printk format %pCr
Gil Kupfer (1): vmw_balloon: fixing double free when batching mode is off
Greg Kroah-Hartman (2): perf: sync up x86/.../cpufeatures.h Linux 4.9.109
Gustavo A. R. Silva (1): usbip: vhci_sysfs: fix potential Spectre v1
Johannes Thumshirn (1): nvmet: Move serial number from controller to subsystem
Johannes Wienke (1): Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
Keith Busch (1): nvme-pci: initialize queue memory before interrupts
Kevin Easton (1): af_key: Always verify length of provided sadb_key
Laura Abbott (1): staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
Linus Walleij (1): gpio: No NULL owner
Mahesh Bandewar (2): bonding: correctly update link status during mii-commit phase bonding: fix active-backup transition
Marek Szyprowski (1): serial: samsung: fix maxburst parameter for DMA transactions
Martin Wilck (2): nvmet: don't report 0-bytes in serial number nvmet: don't overwrite identify sn/fr with 0-bytes
Michael Ellerman (1): crypto: vmx - Remove overly verbose printk from AES init routines
Paolo Bonzini (3): KVM: x86: introduce linear_{read,write}_system KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
Sebastian Andrzej Siewior (1): tty/serial: atmel: use port->name as name in request_irq()
Tony Lindgren (1): serial: 8250: omap: Fix idling of clocks for unused uarts
Yoshihiro Shimoda (1): usb: gadget: udc: renesas_usb3: disable the controller's irqs for reconnecting