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 gregkh@linuxfoundation.org Linux 4.9.78-rc1
Andi Kleen ak@linux.intel.com x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
zhenwei.pi zhenwei.pi@youruncloud.com x86/pti: Document fix wrong index
Masami Hiramatsu mhiramat@kernel.org kprobes/x86: Disable optimizing on the function jumps to indirect thunk
Masami Hiramatsu mhiramat@kernel.org kprobes/x86: Blacklist indirect thunk functions for kprobes
Masami Hiramatsu mhiramat@kernel.org retpoline: Introduce start/end markers of indirect thunk
Thomas Gleixner tglx@linutronix.de x86/mce: Make machine check speculation protected
Shuah Khan shuah@kernel.org usbip: fix warning in vhci_hcd_probe/lockdep_init_map
Tom Lendacky thomas.lendacky@amd.com x86/cpu, x86/pti: Do not enable PTI on AMD processors
Marc Zyngier marc.zyngier@arm.com arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
Dennis Yang dennisyang@qnap.com dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6
Joe Thornber thornber@redhat.com dm btree: fix serious bug in btree_split_beneath()
Sergey Senozhatsky sergey.senozhatsky.work@gmail.com workqueue: avoid hard lockups in show_workqueue_state()
Xinyu Lin xinyu0123@gmail.com libata: apply MAX_SEC_1024 to all LITEON EP1 series devices
Alexey Dobriyan adobriyan@gmail.com proc: fix coredump vs read /proc/*/stat race
Xi Kangjie imxikangjie@gmail.com scripts/gdb/linux/tasks.py: fix get_thread_info
Stephane Grosjean s.grosjean@peak-system.com can: peak: fix potential bug in packet fragmentation
Thomas Petazzoni thomas.petazzoni@free-electrons.com ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7
Maxime Ripard maxime.ripard@free-electrons.com ARM: sunxi_defconfig: Enable CMA
Arnd Bergmann arnd@arndb.de phy: work around 'phys' references to usb-nop-xceiv devices
Steven Rostedt (VMware) rostedt@goodmis.org tracing: Fix converting enum's from the map in trace_event_eval_update()
Johan Hovold johan@kernel.org Input: twl4030-vibra - fix sibling-node lookup
Johan Hovold johan@kernel.org Input: twl6040-vibra - fix child-node lookup
Johan Hovold johan@kernel.org Input: 88pm860x-ts - fix child-node lookup
Nir Perry nirperry@gmail.com Input: ALPS - fix multi-touch decoding on SS4 plus touchpads
Jiada Wang jiada_wang@mentor.com perf tools: Fix build with ARCH=x86_64
Thomas Gleixner tglx@linutronix.de x86/apic/vector: Fix off by one in error path
Joe Lawrence joe.lawrence@redhat.com pipe: avoid round_pipe_size() nr_pages overflow on 32-bit
Len Brown len.brown@intel.com x86/tsc: Fix erroneous TSC rate on Skylake Xeon
Eric W. Biederman ebiederm@xmission.com x86/mm/pkeys: Fix fill_sig_info_pkey
Andi Kleen ak@linux.intel.com module: Add retpoline tag to VERMAGIC
Paolo Bonzini pbonzini@redhat.com x86/cpufeature: Move processor tracing out of scattered features
Josh Poimboeuf jpoimboe@redhat.com objtool: Improve error message for bad file argument
Tom Lendacky thomas.lendacky@amd.com x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
David Woodhouse dwmw@amazon.co.uk x86/retpoline: Fill RSB on context switch for affected CPUs
Xunlei Pang xlpang@redhat.com sched/deadline: Zero out positive runtime after throttling constrained tasks
Tomas Henzl thenzl@redhat.com scsi: hpsa: fix volume offline state
Sagi Grimberg sagi@grimberg.me iser-target: Fix possible use-after-free in connection establishment error
Eric Biggers ebiggers@google.com af_key: fix buffer overread in parse_exthdrs()
Eric Biggers ebiggers@google.com af_key: fix buffer overread in verify_address_len()
Thomas Gleixner tglx@linutronix.de timers: Unconditionally check deferrable base
Takashi Iwai tiwai@suse.de ALSA: hda - Apply the existing quirk to iMac 14,1
Takashi Iwai tiwai@suse.de ALSA: hda - Apply headphone noise quirk for another Dell XPS 13 variant
Takashi Iwai tiwai@suse.de ALSA: pcm: Remove yet superfluous WARN_ON()
Takashi Iwai tiwai@suse.de ALSA: seq: Make ioctls race-free
Li Jinyue lijinyue@huawei.com futex: Prevent overflow by strengthen input validation
Hannes Reinecke hare@suse.de scsi: sg: disable SET_FORCE_LOW_DMA
Vishal Verma vishal.l.verma@intel.com 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(-)
On 22 January 2018 at 14:15, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
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
Results from Linaro’s test farm. No regressions on arm64, arm and x86_64.
Summary ------------------------------------------------------------------------
kernel: 4.9.78-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.9.y git commit: 975ab8664cb7a132740fb371e3fa9d04ae003eed git describe: v4.9.77-49-g975ab8664cb7 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.9-oe/build/v4.9.77-49-g...
No regressions (compared to build v4.9.77-48-g7e5afe375365)
Boards, architectures and test suites: -------------------------------------
hi6220-hikey - arm64 * boot - pass: 20, * kselftest - skip: 23, pass: 40, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 1, pass: 21, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - pass: 14, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 121, pass: 983, * ltp-timers-tests - pass: 12,
juno-r2 - arm64 * boot - pass: 20, * kselftest - skip: 22, pass: 41, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - pass: 14, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 121, pass: 987, * ltp-timers-tests - pass: 12,
x15 - arm * boot - pass: 20, * kselftest - skip: 24, pass: 38, * libhugetlbfs - skip: 1, pass: 87, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - pass: 60, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - skip: 2, pass: 20, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 1, pass: 13, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 66, pass: 1037, * ltp-timers-tests - pass: 12,
x86_64 * boot - pass: 20, * kselftest - skip: 24, pass: 52, * libhugetlbfs - skip: 1, pass: 90, * ltp-cap_bounds-tests - pass: 2, * ltp-containers-tests - pass: 64, * ltp-fcntl-locktests-tests - pass: 2, * ltp-filecaps-tests - pass: 2, * ltp-fs-tests - skip: 1, pass: 61, * ltp-fs_bind-tests - pass: 2, * ltp-fs_perms_simple-tests - pass: 19, * ltp-fsx-tests - pass: 2, * ltp-hugetlb-tests - pass: 22, * ltp-io-tests - pass: 3, * ltp-ipc-tests - pass: 9, * ltp-math-tests - pass: 11, * ltp-nptl-tests - pass: 2, * ltp-pty-tests - pass: 4, * ltp-sched-tests - skip: 1, pass: 9, * ltp-securebits-tests - pass: 4, * ltp-syscalls-tests - skip: 116, pass: 1016, * ltp-timers-tests - pass: 12,
Documentation - https://collaborate.linaro.org/display/LKFT/Email+Reports Tested-by: Naresh Kamboju naresh.kamboju@linaro.org
On Mon, Jan 22, 2018 at 09:45:11AM +0100, Greg Kroah-Hartman wrote:
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.
Note: This is for v4.9.77-49-g975ab86.
Build results: total: 145 pass: 145 fail: 0 Qemu test results: total: 126 pass: 126 fail: 0
Details are available at http://kerneltests.org/builders.
Guenter
On 01/22/2018 01:45 AM, Greg Kroah-Hartman wrote:
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
Compiled and booted on my test system. No demesg regressions.
thanks, -- Shuah
stable-rc/linux-4.9.y boot: 138 boots: 1 failed, 133 passed with 4 offline (v4.9.77-48-g7e5afe375365)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.9.y/kernel/v4.9.7... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.9.y/kernel/v4.9.77-48-g7...
Tree: stable-rc Branch: linux-4.9.y Git Describe: v4.9.77-48-g7e5afe375365 Git Commit: 7e5afe375365f7c8e5ecfb095b058822a74730dd Git URL: http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 74 unique boards, 20 SoC families, 17 builds out of 116
Boot Regressions Detected:
arm64:
defconfig: r8a7795-salvator-x: lab-baylibre: new failure (last pass: v4.9.77-42-g46b6ecf1657b)
Boot Failure Detected:
arm64:
defconfig r8a7795-salvator-x: 1 failed lab
Offline Platforms:
arm:
multi_v7_defconfig: at91-sama5d4_xplained: 1 offline lab exynos5410-odroidxu: 1 offline lab
exynos_defconfig: exynos5410-odroidxu: 1 offline lab
sama5_defconfig: at91-sama5d4_xplained: 1 offline lab
--- For more info write to info@kernelci.org