I'm announcing the release of the 4.9.133 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
------------
Documentation/kernel-parameters.txt | 6 --- Makefile | 2 - arch/arc/kernel/process.c | 20 ++++++++++++ arch/powerpc/kernel/fadump.c | 23 +++++++++----- arch/x86/crypto/crc32c-intel_glue.c | 17 ++-------- arch/x86/entry/vdso/vclock_gettime.c | 26 ++++++++-------- arch/x86/include/asm/cpufeatures.h | 1 arch/x86/include/asm/fixmap.h | 10 ++++++ arch/x86/include/asm/fpu/internal.h | 37 ---------------------- arch/x86/include/asm/fpu/types.h | 34 -------------------- arch/x86/include/asm/pgtable_64.h | 3 + arch/x86/include/asm/trace/fpu.h | 5 --- arch/x86/kernel/fpu/core.c | 39 ++---------------------- arch/x86/kernel/fpu/signal.c | 8 +--- arch/x86/kernel/fpu/xstate.c | 9 ----- arch/x86/kernel/head_64.S | 16 +++++++-- arch/x86/kvm/cpuid.c | 4 -- arch/x86/kvm/x86.c | 10 ------ arch/x86/mm/pgtable.c | 9 +++++ arch/x86/mm/pkeys.c | 3 - arch/x86/xen/mmu.c | 8 +++- drivers/base/power/main.c | 5 ++- drivers/infiniband/core/ucma.c | 2 + drivers/md/dm-cache-metadata.c | 4 +- drivers/md/dm-cache-target.c | 9 ++++- drivers/net/wireless/ath/ath10k/debug.c | 12 ++++++- drivers/net/wireless/ath/ath10k/trace.h | 12 ++----- drivers/net/wireless/ath/ath10k/wmi-tlv.c | 8 ++-- drivers/net/wireless/ath/ath10k/wmi.c | 2 - drivers/net/xen-netback/hash.c | 12 ++++--- drivers/of/unittest.c | 28 +++++++++++------ drivers/pci/pci.c | 27 +++++++++++----- drivers/tty/tty_io.c | 11 ++++-- drivers/usb/host/xhci-mtk.c | 4 +- drivers/usb/host/xhci-pci.c | 2 + drivers/usb/serial/usb-serial-simple.c | 3 + drivers/video/fbdev/omap2/omapfb/omapfb-ioctl.c | 5 ++- fs/ext4/xattr.c | 28 ++++++++++------- fs/f2fs/checkpoint.c | 9 +++-- fs/ubifs/super.c | 3 + include/linux/netfilter_bridge/ebtables.h | 5 +++ kernel/cgroup.c | 6 +++ mm/vmstat.c | 3 + net/bridge/netfilter/ebt_arpreply.c | 3 + net/mac80211/cfg.c | 2 - tools/arch/x86/include/asm/cpufeatures.h | 1 46 files changed, 243 insertions(+), 253 deletions(-)
Andy Lutomirski (4): x86/vdso: Fix asm constraints on vDSO syscall fallbacks x86/vdso: Fix vDSO syscall fallback asm constraint regression x86/fpu: Remove use_eager_fpu() x86/fpu: Finish excising 'eagerfpu'
Carl Huang (1): ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait
Chao Yu (1): f2fs: fix invalid memory access
Chunfeng Yun (1): usb: xhci-mtk: resume USB3 roothub first
Cong Wang (1): ucma: fix a use-after-free in ucma_resolve_ip()
Daniel Drake (1): PCI: Reprogram bridge prefetch registers on resume
Dmitry Safonov (1): tty: Drop tty->count on tty_reopen() failure
Felix Fietkau (1): mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys
Feng Tang (1): x86/mm: Expand static page table for fixmap space
Gao Feng (1): ebtables: arpreply: Add the standard target sanity check
Greg Kroah-Hartman (2): Revert "perf: sync up x86/.../cpufeatures.h" Linux 4.9.133
Guenter Roeck (1): of: unittest: Disable interrupt node tests for old world MAC systems
Jan Beulich (1): xen-netback: fix input validation in xenvif_set_hash_mapping()
Jann Horn (1): mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
Joe Thornber (1): dm cache metadata: ignore hints array being too small during resize
Johan Hovold (1): USB: serial: simple: add Motorola Tetra MTP6550 id
Mathias Nyman (1): xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
Michal Suchanek (1): powerpc/fadump: Return error when fadump registration fails
Mike Snitzer (1): dm cache: fix resize crash if user doesn't reload cache table
Prateek Sood (1): cgroup: Fix deadlock in cpu hotplug path
Rafael J. Wysocki (1): PM / core: Clear the direct_complete flag on errors
Richard Weinberger (1): ubifs: Check for name being NULL while mounting
Rik van Riel (1): x86/fpu: Remove struct fpu::counter
Theodore Ts'o (2): ext4: add corruption check in ext4_xattr_set_entry() ext4: always verify the magic number in xattr blocks
Tomi Valkeinen (1): fbdev/omapfb: fix omapfb_memory_read infoleak
Vineet Gupta (1): ARC: clone syscall to setp r25 as thread pointer
Yu Wang (1): ath10k: fix kernel panic issue during pci probe
Zhi Chen (1): ath10k: fix scan crash due to incorrect length calculation