This is the start of the stable review cycle for the 4.14.129 release. There are 45 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 22 Jun 2019 05:42:15 PM UTC. 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.14.129-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.14.129-rc1
Alexander Lochmann alexander.lochmann@tu-dortmund.de Abort file_remove_privs() for non-reg. files
Ajay Kaher akaher@vmware.com infiniband: fix race condition between infiniband mlx4, mlx5 driver and core dumping
Andrea Arcangeli aarcange@redhat.com coredump: fix race condition between collapse_huge_page() and core dumping
Jason Gerecke jason.gerecke@wacom.com HID: wacom: Send BTN_TOUCH in response to INTUOSP2_BT eraser contact
Jason Gerecke jason.gerecke@wacom.com HID: wacom: Don't report anything prior to the tool entering range
Jason Gerecke jason.gerecke@wacom.com HID: wacom: Don't set tool type until we're in range
Amit Cohen amitc@mellanox.com mlxsw: spectrum: Prevent force of 56G
Jason Yan yanaijie@huawei.com scsi: libsas: delete sas port if expander discover failed
YueHaibing yuehaibing@huawei.com scsi: scsi_dh_alua: Fix possible null-ptr-deref
Lianbo Jiang lijiang@redhat.com scsi: smartpqi: properly set both the DMA mask and the coherent DMA mask
Varun Prakash varun@chelsio.com scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route()
Max Uvarov muvarov@gmail.com net: phy: dp83867: Set up RGMII TX delay
Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCs
Paul Mackerras paulus@ozlabs.org KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu
Paul Mackerras paulus@ozlabs.org KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list
Randy Dunlap rdunlap@infradead.org ia64: fix build errors by exporting paddr_to_nid()
Thomas Richter tmricht@linux.ibm.com perf record: Fix s390 missing module symbol and warning for non-root users
Shawn Landden shawn@git.icu perf data: Fix 'strncat may truncate' build failure with recent gcc
Sahitya Tummala stummala@codeaurora.org configfs: Fix use-after-free when accessing sd->s_dentry
Bard Liao yung-chuan.liao@linux.intel.com ALSA: hda - Force polling mode on CNL for fixing codec communication
Yingjoe Chen yingjoe.chen@mediatek.com i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr
Dmitry Bogdanov dmitry.bogdanov@aquantia.com net: aquantia: fix LRO with FCS error
Kees Cook keescook@chromium.org net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()
Randy Dunlap rdunlap@infradead.org gpio: fix gpio-adp5588 build errors
Peter Zijlstra peterz@infradead.org perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data
Peter Zijlstra peterz@infradead.org perf/ring_buffer: Add ordering to rb->nest increment
Yabin Cui yabinc@google.com perf/ring_buffer: Fix exposing a temporarily decreased data_head
Frank van der Linden fllinden@amazon.com x86/CPU/AMD: Don't force the CPB cap when running under a hypervisor
Dan Carpenter dan.carpenter@oracle.com mISDN: make sure device name is NUL terminated
Anju T Sudhakar anju@linux.vnet.ibm.com powerpc/powernv: Return for invalid IMC domain
Tony Lindgren tony@atomide.com clk: ti: clkctrl: Fix clkdm_clk handling
Jeffrin Jose T jeffrin@rajagiritech.edu.in selftests: netfilter: missing error check when setting up veth interface
YueHaibing yuehaibing@huawei.com ipvs: Fix use-after-free in ip_vs_in
Jagdish Motwani jagdish.motwani@sophos.com netfilter: nf_queue: fix reinject verdict handling
Stephane Eranian eranian@google.com perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraints
Dan Carpenter dan.carpenter@oracle.com Staging: vc04_services: Fix a couple error codes
John Paul Adrian Glaubitz glaubitz@physik.fu-berlin.de sunhv: Fix device naming inconsistency between sunhv_console and sunhv_reg
Neil Horman nhorman@tuxdriver.com sctp: Free cookie before we memdup a new one
Taehee Yoo ap420073@gmail.com net: openvswitch: do not free vport if register_netdevice() is failed.
Eric Dumazet edumazet@google.com neigh: fix use-after-free read in pneigh_get_next
Jeremy Sowden jeremy@azazel.net lapb: fixed leak of control-blocks.
Eric Dumazet edumazet@google.com ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero
Ivan Vecera ivecera@redhat.com be2net: Fix number of Rx queues used for flow hashing
Eric Dumazet edumazet@google.com ax25: fix inconsistent lock state in ax25_destroy_timer
Arnaldo Carvalho de Melo acme@redhat.com perf machine: Guard against NULL in machine__exit()
-------------
Diffstat:
Makefile | 4 +- arch/ia64/mm/numa.c | 1 + arch/powerpc/include/asm/kvm_host.h | 1 + arch/powerpc/kvm/book3s.c | 1 + arch/powerpc/kvm/book3s_hv.c | 9 +--- arch/powerpc/kvm/book3s_rtas.c | 14 +++-- arch/powerpc/platforms/powernv/opal-imc.c | 4 ++ arch/x86/events/intel/ds.c | 28 +++++----- arch/x86/kernel/cpu/amd.c | 7 ++- drivers/clk/ti/clkctrl.c | 8 +-- drivers/gpio/Kconfig | 1 + drivers/hid/wacom_wac.c | 41 ++++++++++----- drivers/i2c/i2c-dev.c | 1 + drivers/infiniband/hw/mlx4/main.c | 4 +- drivers/infiniband/hw/mlx5/main.c | 3 ++ drivers/isdn/mISDN/socket.c | 5 +- .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c | 61 ++++++++++++---------- drivers/net/ethernet/dec/tulip/de4x5.c | 1 - drivers/net/ethernet/emulex/benet/be_ethtool.c | 2 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 4 ++ drivers/net/ethernet/renesas/sh_eth.c | 4 ++ drivers/net/phy/dp83867.c | 4 +- drivers/scsi/cxgbi/libcxgbi.c | 4 ++ drivers/scsi/device_handler/scsi_dh_alua.c | 6 +-- drivers/scsi/libsas/sas_expander.c | 2 + drivers/scsi/smartpqi/smartpqi_init.c | 2 +- .../vc04_services/bcm2835-camera/controls.c | 4 +- drivers/tty/serial/sunhv.c | 2 +- fs/configfs/dir.c | 14 +++-- fs/inode.c | 9 +++- include/linux/sched/mm.h | 4 ++ kernel/events/ring_buffer.c | 39 +++++++++++--- mm/khugepaged.c | 3 ++ net/ax25/ax25_route.c | 2 + net/core/neighbour.c | 7 +++ net/ipv6/ip6_flowlabel.c | 7 +-- net/lapb/lapb_iface.c | 1 + net/netfilter/ipvs/ip_vs_core.c | 2 +- net/netfilter/nf_queue.c | 1 + net/openvswitch/vport-internal_dev.c | 18 ++++--- net/sctp/sm_make_chunk.c | 8 +++ sound/pci/hda/hda_intel.c | 5 +- tools/perf/arch/s390/util/machine.c | 9 ++-- tools/perf/util/data-convert-bt.c | 2 +- tools/perf/util/machine.c | 3 ++ tools/testing/selftests/netfilter/nft_nat.sh | 6 ++- 46 files changed, 239 insertions(+), 129 deletions(-)
stable-rc/linux-4.14.y boot: 118 boots: 1 failed, 112 passed with 4 offline, 1 untried/unknown (v4.14.128-46-g593d1fadd024)
Full Boot Summary: https://kernelci.org/boot/all/job/stable-rc/branch/linux-4.14.y/kernel/v4.14... Full Build Summary: https://kernelci.org/build/stable-rc/branch/linux-4.14.y/kernel/v4.14.128-46...
Tree: stable-rc Branch: linux-4.14.y Git Describe: v4.14.128-46-g593d1fadd024 Git Commit: 593d1fadd0247d5932dd5e626b90fe30984c2ae5 Git URL: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Tested: 65 unique boards, 23 SoC families, 14 builds out of 201
Boot Regressions Detected:
arm64:
defconfig: gcc-8: meson-gxl-s905x-nexbox-a95x: lab-baylibre-seattle: new failure (last pass: v4.14.128)
Boot Failure Detected:
arm64: defconfig: gcc-8: meson-gxl-s905x-nexbox-a95x: 1 failed lab
Offline Platforms:
arm:
exynos_defconfig: gcc-8 exynos5800-peach-pi: 1 offline lab
davinci_all_defconfig: gcc-8 da850-evm: 1 offline lab dm365evm,legacy: 1 offline lab
arm64:
defconfig: gcc-8 apq8016-sbc: 1 offline lab
--- For more info write to info@kernelci.org
On Thu, 20 Jun 2019 at 23:39, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.14.129 release. There are 45 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 22 Jun 2019 05:42:15 PM UTC. 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.14.129-rc... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y and the diffstat can be found below.
thanks,
greg k-h
Results from Linaro’s test farm. No regressions on arm64, arm, x86_64, and i386.
Summary ------------------------------------------------------------------------
kernel: 4.14.129-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.14.y git commit: 7741fd984e5da7edc8b42719cac2db8d8f56b9a3 git describe: v4.14.128-46-g7741fd984e5d Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.14-oe/build/v4.14.128-4...
No regressions (compared to build v4.14.128)
No fixes (compared to build v4.14.128)
Ran 23866 total tests in the following environments and test suites.
Environments -------------- - dragonboard-410c - arm64 - hi6220-hikey - arm64 - i386 - juno-r2 - arm64 - qemu_arm - qemu_arm64 - qemu_i386 - qemu_x86_64 - x15 - arm - x86_64
Test Suites ----------- * build * install-android-platform-tools-r2600 * kselftest * libhugetlbfs * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-tests * ltp-cpuhotplug-tests * ltp-cve-tests * ltp-dio-tests * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-hugetlb-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-timers-tests * perf * spectre-meltdown-checker-test * v4l2-compliance * network-basic-tests * ltp-open-posix-tests * kvm-unit-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none
On 6/20/19 10:57 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.129 release. There are 45 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 22 Jun 2019 05:42:15 PM UTC. Anything received after that time might be too late.
Build results: total: 172 pass: 172 fail: 0 Qemu test results: total: 346 pass: 346 fail: 0
Guenter