This is the start of the stable review cycle for the 4.9.133 release. There are 35 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat Oct 13 15:25:09 UTC 2018. Anything received after that time might be too late.
The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.133-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.9.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.9.133-rc1
Andy Lutomirski luto@kernel.org x86/fpu: Finish excising 'eagerfpu'
Greg Kroah-Hartman gregkh@linuxfoundation.org Revert "perf: sync up x86/.../cpufeatures.h"
Rik van Riel riel@redhat.com x86/fpu: Remove struct fpu::counter
Andy Lutomirski luto@kernel.org x86/fpu: Remove use_eager_fpu()
Gao Feng gfree.wind@vip.163.com ebtables: arpreply: Add the standard target sanity check
Zhi Chen zhichen@codeaurora.org ath10k: fix scan crash due to incorrect length calculation
Frederic Weisbecker fweisbec@gmail.com sched/cputime: Fix ksoftirqd cputime accounting regression
Frederic Weisbecker fweisbec@gmail.com sched/cputime: Increment kcpustat directly on irqtime account
Frederic Weisbecker fweisbec@gmail.com sched/cputime: Convert kcpustat to nsecs
Richard Weinberger richard@nod.at ubifs: Check for name being NULL while mounting
Cong Wang xiyou.wangcong@gmail.com ucma: fix a use-after-free in ucma_resolve_ip()
Chao Yu yuchao0@huawei.com f2fs: fix invalid memory access
Feng Tang feng.tang@intel.com x86/mm: Expand static page table for fixmap space
Vineet Gupta vgupta@synopsys.com ARC: clone syscall to setp r25 as thread pointer
Michal Suchanek msuchanek@suse.de powerpc/fadump: Return error when fadump registration fails
Yu Wang yyuwang@codeaurora.org ath10k: fix kernel panic issue during pci probe
Carl Huang cjhuang@codeaurora.org ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowait
Prateek Sood prsood@codeaurora.org cgroup: Fix deadlock in cpu hotplug path
Theodore Ts'o tytso@mit.edu ext4: always verify the magic number in xattr blocks
Theodore Ts'o tytso@mit.edu ext4: add corruption check in ext4_xattr_set_entry()
Guenter Roeck linux@roeck-us.net of: unittest: Disable interrupt node tests for old world MAC systems
Dmitry Safonov dima@arista.com tty: Drop tty->count on tty_reopen() failure
Johan Hovold johan@kernel.org USB: serial: simple: add Motorola Tetra MTP6550 id
Chunfeng Yun chunfeng.yun@mediatek.com usb: xhci-mtk: resume USB3 roothub first
Mathias Nyman mathias.nyman@linux.intel.com xhci: Add missing CAS workaround for Intel Sunrise Point xHCI
Mike Snitzer snitzer@redhat.com dm cache: fix resize crash if user doesn't reload cache table
Joe Thornber ejt@redhat.com dm cache metadata: ignore hints array being too small during resize
Rafael J. Wysocki rafael.j.wysocki@intel.com PM / core: Clear the direct_complete flag on errors
Felix Fietkau nbd@nbd.name mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys
Daniel Drake drake@endlessm.com PCI: Reprogram bridge prefetch registers on resume
Andy Lutomirski luto@kernel.org x86/vdso: Fix vDSO syscall fallback asm constraint regression
Andy Lutomirski luto@kernel.org x86/vdso: Fix asm constraints on vDSO syscall fallbacks
Jan Beulich JBeulich@suse.com xen-netback: fix input validation in xenvif_set_hash_mapping()
Tomi Valkeinen tomi.valkeinen@ti.com fbdev/omapfb: fix omapfb_memory_read infoleak
Jann Horn jannh@google.com mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properly
-------------
Diffstat:
Documentation/kernel-parameters.txt | 6 -- Makefile | 4 +- arch/arc/kernel/process.c | 20 +++++++ arch/powerpc/kernel/fadump.c | 23 +++++--- arch/s390/appldata/appldata_os.c | 16 +++--- 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/cpufreq/cpufreq.c | 6 +- drivers/cpufreq/cpufreq_governor.c | 2 +- drivers/cpufreq/cpufreq_stats.c | 1 - drivers/infiniband/core/ucma.c | 2 + drivers/macintosh/rack-meter.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/proc/stat.c | 68 +++++++++++----------- fs/proc/uptime.c | 7 +-- fs/ubifs/super.c | 3 + include/linux/netfilter_bridge/ebtables.h | 5 ++ kernel/cgroup.c | 6 +- kernel/sched/cpuacct.c | 2 +- kernel/sched/cputime.c | 75 +++++++++++-------------- kernel/sched/sched.h | 12 +++- mm/vmstat.c | 3 + net/bridge/netfilter/ebt_arpreply.c | 3 + net/mac80211/cfg.c | 2 +- tools/arch/x86/include/asm/cpufeatures.h | 1 - 56 files changed, 335 insertions(+), 354 deletions(-)