I'm announcing the release of the 4.9.148 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/kernel/cpu/mtrr/if.c | 2 + arch/x86/kernel/fpu/signal.c | 4 +-- block/blk-lib.c | 22 +++++++++++++++++--- drivers/gpio/gpio-max7301.c | 12 ++--------- drivers/gpu/drm/drm_ioctl.c | 10 +++++++-- drivers/hv/vmbus_drv.c | 20 ++++++++++++++++++ drivers/infiniband/ulp/srpt/ib_srpt.c | 4 +-- drivers/mmc/core/mmc.c | 24 +++++++++++++--------- drivers/mmc/host/omap_hsmmc.c | 12 ++++++++++- drivers/net/usb/hso.c | 18 ++++++++++++++-- drivers/usb/host/xhci-hub.c | 3 +- drivers/usb/serial/option.c | 16 +++++++++++++- fs/proc/proc_sysctl.c | 13 +++++------ fs/ubifs/replay.c | 37 ++++++++++++++++++++++++++++++++++ kernel/panic.c | 6 ++++- 16 files changed, 164 insertions(+), 41 deletions(-)
Bart Van Assche (1): ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
Christophe Leroy (1): gpio: max7301: fix driver for use with CONFIG_VMAP_STACK
Colin Ian King (1): x86/mtrr: Don't copy uninitialized gentry fields back to userspace
Dexuan Cui (1): Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channels
Greg Kroah-Hartman (1): Linux 4.9.148
Gustavo A. R. Silva (1): drm/ioctl: Fix Spectre v1 vulnerabilities
Hui Peng (1): USB: hso: Fix OOB memory access in hso_probe/hso_get_config_data
Ivan Delalande (1): proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
Jens Axboe (1): block: break discard submissions into the user defined size
Jörgen Storvist (4): USB: serial: option: add GosunCn ZTE WeLink ME3630 USB: serial: option: add Simcom SIM7500/SIM7600 (MBIM mode) USB: serial: option: add Fibocom NL668 series USB: serial: option: add Telit LN940 series
Mathias Nyman (1): xhci: Don't prevent USB2 bus suspend in state check intended for USB3 only
Mikulas Patocka (1): block: fix infinite loop if the device loses discard capability
Richard Weinberger (1): ubifs: Handle re-linking of inodes correctly while recovery
Russell King (1): mmc: omap_hsmmc: fix DMA API warning
Sebastian Andrzej Siewior (1): x86/fpu: Disable bottom halves while loading FPU registers
Sergey Senozhatsky (1): panic: avoid deadlocks in re-entrant console drivers
Tore Anderson (1): USB: serial: option: add HP lt4132
Ulf Hansson (3): mmc: core: Reset HPI enabled state during re-init and in case of errors mmc: core: Allow BKOPS and CACHE ctrl even if no HPI support mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrl