From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 4.9 00/47] 4.9.78-stable review Date: Mon, 22 Jan 2018 09:45:11 +0100 Message-Id: <20180122083925.568134913@linuxfoundation.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 4.9.78 release. There are 47 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 Wed Jan 24 08:39:11 UTC 2018. Anything received after that time might be too late. The whole patch series can be found in one patch at: kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.9.78-rc1.gz 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 Linux 4.9.78-rc1 Andi Kleen x86/retpoline: Optimize inline assembler for vmexit_fill_RSB zhenwei.pi x86/pti: Document fix wrong index Masami Hiramatsu kprobes/x86: Disable optimizing on the function jumps to indirect thunk Masami Hiramatsu kprobes/x86: Blacklist indirect thunk functions for kprobes Masami Hiramatsu retpoline: Introduce start/end markers of indirect thunk Thomas Gleixner x86/mce: Make machine check speculation protected Shuah Khan usbip: fix warning in vhci_hcd_probe/lockdep_init_map Tom Lendacky x86/cpu, x86/pti: Do not enable PTI on AMD processors Marc Zyngier arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls Dennis Yang dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 Joe Thornber dm btree: fix serious bug in btree_split_beneath() Sergey Senozhatsky workqueue: avoid hard lockups in show_workqueue_state() Xinyu Lin libata: apply MAX_SEC_1024 to all LITEON EP1 series devices Alexey Dobriyan proc: fix coredump vs read /proc/*/stat race Xi Kangjie scripts/gdb/linux/tasks.py: fix get_thread_info Stephane Grosjean can: peak: fix potential bug in packet fragmentation Thomas Petazzoni ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7 Maxime Ripard ARM: sunxi_defconfig: Enable CMA Arnd Bergmann phy: work around 'phys' references to usb-nop-xceiv devices Steven Rostedt (VMware) tracing: Fix converting enum's from the map in trace_event_eval_update() Johan Hovold Input: twl4030-vibra - fix sibling-node lookup Johan Hovold Input: twl6040-vibra - fix child-node lookup Johan Hovold Input: 88pm860x-ts - fix child-node lookup Nir Perry Input: ALPS - fix multi-touch decoding on SS4 plus touchpads Jiada Wang perf tools: Fix build with ARCH=x86_64 Thomas Gleixner x86/apic/vector: Fix off by one in error path Joe Lawrence pipe: avoid round_pipe_size() nr_pages overflow on 32-bit Len Brown x86/tsc: Fix erroneous TSC rate on Skylake Xeon Eric W. Biederman x86/mm/pkeys: Fix fill_sig_info_pkey Andi Kleen module: Add retpoline tag to VERMAGIC Paolo Bonzini x86/cpufeature: Move processor tracing out of scattered features Josh Poimboeuf objtool: Improve error message for bad file argument Tom Lendacky x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros David Woodhouse x86/retpoline: Fill RSB on context switch for affected CPUs Xunlei Pang sched/deadline: Zero out positive runtime after throttling constrained tasks Tomas Henzl scsi: hpsa: fix volume offline state Sagi Grimberg iser-target: Fix possible use-after-free in connection establishment error Eric Biggers af_key: fix buffer overread in parse_exthdrs() Eric Biggers af_key: fix buffer overread in verify_address_len() Thomas Gleixner timers: Unconditionally check deferrable base Takashi Iwai ALSA: hda - Apply the existing quirk to iMac 14,1 Takashi Iwai ALSA: hda - Apply headphone noise quirk for another Dell XPS 13 variant Takashi Iwai ALSA: pcm: Remove yet superfluous WARN_ON() Takashi Iwai ALSA: seq: Make ioctls race-free Li Jinyue futex: Prevent overflow by strengthen input validation Hannes Reinecke scsi: sg: disable SET_FORCE_LOW_DMA Vishal Verma libnvdimm, btt: Fix an incompatibility in the log layout ------------- Diffstat: Documentation/x86/pti.txt | 2 +- Makefile | 4 +- arch/arm/boot/dts/kirkwood-openblocks_a7.dts | 10 +- arch/arm/configs/sunxi_defconfig | 2 + arch/arm64/kvm/handle_exit.c | 4 +- arch/x86/entry/entry_32.S | 11 ++ arch/x86/entry/entry_64.S | 13 +- arch/x86/include/asm/cpufeatures.h | 3 +- arch/x86/include/asm/nospec-branch.h | 16 ++- arch/x86/include/asm/traps.h | 1 + arch/x86/kernel/apic/vector.c | 7 +- arch/x86/kernel/cpu/bugs.c | 36 +++++ arch/x86/kernel/cpu/common.c | 4 +- arch/x86/kernel/cpu/mcheck/mce.c | 5 + arch/x86/kernel/cpu/scattered.c | 1 - arch/x86/kernel/kprobes/opt.c | 23 ++- arch/x86/kernel/tsc.c | 1 - arch/x86/kernel/vmlinux.lds.S | 7 + arch/x86/lib/retpoline.S | 5 +- arch/x86/mm/fault.c | 7 +- drivers/ata/libata-core.c | 1 + drivers/infiniband/ulp/isert/ib_isert.c | 1 + drivers/input/misc/twl4030-vibra.c | 6 +- drivers/input/misc/twl6040-vibra.c | 3 +- drivers/input/mouse/alps.c | 23 +-- drivers/input/mouse/alps.h | 10 +- drivers/input/touchscreen/88pm860x-ts.c | 16 ++- drivers/md/dm-thin-metadata.c | 6 +- drivers/md/persistent-data/dm-btree.c | 19 +-- drivers/net/can/usb/peak_usb/pcan_usb_fd.c | 21 +-- drivers/nvdimm/btt.c | 203 ++++++++++++++++++++++----- drivers/nvdimm/btt.h | 45 +++++- drivers/phy/phy-core.c | 4 + drivers/scsi/hpsa.c | 1 + drivers/scsi/sg.c | 30 ++-- drivers/usb/usbip/vhci_sysfs.c | 1 + fs/pipe.c | 17 ++- fs/proc/array.c | 7 +- include/linux/vermagic.h | 8 +- include/scsi/sg.h | 1 - kernel/futex.c | 3 + kernel/sched/deadline.c | 2 + kernel/time/timer.c | 2 +- kernel/trace/trace_events.c | 16 ++- kernel/workqueue.c | 13 ++ net/key/af_key.c | 8 ++ scripts/gdb/linux/tasks.py | 2 + sound/core/pcm_lib.c | 1 - sound/core/seq/seq_clientmgr.c | 3 + sound/core/seq/seq_clientmgr.h | 1 + sound/pci/hda/patch_cirrus.c | 1 + sound/pci/hda/patch_realtek.c | 1 + tools/objtool/elf.c | 4 +- tools/perf/Makefile.config | 38 ++--- tools/perf/Makefile.perf | 2 +- tools/perf/arch/Build | 2 +- tools/perf/pmu-events/Build | 4 +- tools/perf/tests/Build | 2 +- tools/perf/util/header.c | 2 +- 59 files changed, 525 insertions(+), 167 deletions(-)