This is the start of the stable review cycle for the 4.19.127 release. There are 28 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 Sun, 07 Jun 2020 13:54:56 +0000. 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.19.127-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.19.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.19.127-rc1
Dinghao Liu dinghao.liu@zju.edu.cn net: smsc911x: Fix runtime PM imbalance on error
Jonathan McDowell noodles@earth.li net: ethernet: stmmac: Enable interface clocks on probe for IPQ806x
Valentin Longchamp valentin@longchamp.me net/ethernet/freescale: rework quiesce/activate for ucc_geth
Chaitanya Kulkarni chaitanya.kulkarni@wdc.com null_blk: return error for invalid zone size
Gerald Schaefer gerald.schaefer@de.ibm.com s390/mm: fix set_huge_pte_at() for empty ptes
Jan Schmidt jan@centricular.com drm/edid: Add Oculus Rift S to non-desktop list
Jeremy Kerr jk@ozlabs.org net: bmac: Fix read of MAC address from ROM
Nathan Chancellor natechancellor@gmail.com x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables
Atsushi Nemoto atsushi.nemoto@sord.co.jp i2c: altera: Fix race between xfer_msg and isr thread
Madhuparna Bhowmik madhuparnabhowmik10@gmail.com evm: Fix RCU list related warnings
Vineet Gupta vgupta@synopsys.com ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT
Eugeniy Paltsev Eugeniy.Paltsev@synopsys.com ARC: Fix ICCM & DCCM runtime size checks
Vasily Gorbik gor@linux.ibm.com s390/ftrace: save traced function caller
Xinwei Kong kong.kongxinwei@hisilicon.com spi: dw: use "smp_mb()" to avoid sending spi data error
Anju T Sudhakar anju@linux.vnet.ibm.com powerpc/powernv: Avoid re-registration of imc debugfs directory
Xiang Chen chenxiang66@hisilicon.com scsi: hisi_sas: Check sas_port before using it
Lucas De Marchi lucas.demarchi@intel.com drm/i915: fix port checks for MST support on gen >= 11
Dan Carpenter dan.carpenter@oracle.com airo: Fix read overflows sending packets
DENG Qingfang dqfext@gmail.com net: dsa: mt7530: set CPU port to fallback mode
Can Guo cang@codeaurora.org scsi: ufs: Release clock if DMA map fails
Jérôme Pouiller jerome.pouiller@silabs.com mmc: fix compilation of user API
Daniel Axtens dja@axtens.net kernel/relay.c: handle alloc_percpu returning NULL in relay_open
Giuseppe Marco Randazzo gmrandazzo@gmail.com p54usb: add AirVasT USB stick device-id
Julian Sax jsbc@gmx.de HID: i2c-hid: add Schneider SCL142ALM to descriptor override
Scott Shumate scott.shumate@gmail.com HID: sony: Fix for broken buttons on DS3 USB dongles
Fan Yang Fan_Yang@sjtu.edu.cn mm: Fix mremap not considering huge pmd devmap
Aneesh Kumar K.V aneesh.kumar@linux.ibm.com libnvdimm: Fix endian conversion issues
Tejun Heo tj@kernel.org Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"
-------------
Diffstat:
Makefile | 4 +-- arch/arc/kernel/setup.c | 5 +-- arch/arc/plat-eznps/Kconfig | 1 + arch/powerpc/platforms/powernv/opal-imc.c | 39 +++++++++------------- arch/s390/kernel/mcount.S | 1 + arch/s390/mm/hugetlbpage.c | 9 +++-- arch/x86/include/asm/pgtable.h | 1 + arch/x86/mm/mmio-mod.c | 4 +-- drivers/block/null_blk_zoned.c | 4 +++ drivers/gpu/drm/drm_edid.c | 3 +- drivers/gpu/drm/i915/intel_dp.c | 7 ++-- drivers/gpu/drm/i915/intel_dp_mst.c | 22 ++++++++---- drivers/hid/hid-sony.c | 17 ++++++++++ drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8 +++++ drivers/i2c/busses/i2c-altera.c | 10 +++++- drivers/net/dsa/mt7530.c | 11 ++++-- drivers/net/dsa/mt7530.h | 6 ++++ drivers/net/ethernet/apple/bmac.c | 2 +- drivers/net/ethernet/freescale/ucc_geth.c | 13 ++++---- drivers/net/ethernet/smsc/smsc911x.c | 9 ++--- .../net/ethernet/stmicro/stmmac/dwmac-ipq806x.c | 13 ++++++++ drivers/net/wireless/cisco/airo.c | 12 +++++++ drivers/net/wireless/intersil/p54/p54usb.c | 1 + drivers/nvdimm/btt.c | 8 ++--- drivers/nvdimm/namespace_devs.c | 7 ++-- drivers/scsi/hisi_sas/hisi_sas_main.c | 3 +- drivers/scsi/ufs/ufshcd.c | 1 + drivers/spi/spi-dw.c | 3 ++ include/uapi/linux/mmc/ioctl.h | 1 + kernel/cgroup/rstat.c | 16 ++------- kernel/relay.c | 5 +++ mm/mremap.c | 2 +- security/integrity/evm/evm_crypto.c | 2 +- security/integrity/evm/evm_main.c | 4 +-- security/integrity/evm/evm_secfs.c | 9 ++++- 35 files changed, 178 insertions(+), 85 deletions(-)
On 6/5/20 8:15 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.127 release. There are 28 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 Sun, 07 Jun 2020 13:54:56 +0000. 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.19.127-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.19.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
thanks, -- Shuah
On 05/06/2020 15:15, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.127 release. There are 28 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 Sun, 07 Jun 2020 13:54:56 +0000. 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.19.127-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.19.y and the diffstat can be found below.
thanks,
greg k-h
All tests are passing for Tegra. I am missing the report for this one. I can see everything passed but now our builders have been off-lined for the weekend. Can't believe we are giving the builders the weekend off!
Cheers Jon
On Sat, Jun 06, 2020 at 07:32:05AM +0100, Jon Hunter wrote:
On 05/06/2020 15:15, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.127 release. There are 28 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 Sun, 07 Jun 2020 13:54:56 +0000. 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.19.127-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.19.y and the diffstat can be found below.
thanks,
greg k-h
All tests are passing for Tegra. I am missing the report for this one. I can see everything passed but now our builders have been off-lined for the weekend. Can't believe we are giving the builders the weekend off!
Lucky builders :)
Anyway, thanks for testing all of these and letting me know.
greg k-h
On 6/5/20 7:15 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.127 release. There are 28 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 Sun, 07 Jun 2020 13:54:56 +0000. Anything received after that time might be too late.
Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 421 pass: 421 fail: 0
Guenter
On Fri, 5 Jun 2020 at 19:50, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.19.127 release. There are 28 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 Sun, 07 Jun 2020 13:54:56 +0000. 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.19.127-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.19.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.19.127-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-4.19.y git commit: 65151bf9f715983d62613a4d9196525eb64dda53 git describe: v4.19.126-29-g65151bf9f715 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe/build/v4.19.126-2...
No regressions (compared to build v4.19.126)
No fixes (compared to build v4.19.126)
Ran 32146 total tests in the following environments and test suites.
Environments -------------- - dragonboard-410c - arm64 - hi6220-hikey - arm64 - i386 - juno-r2 - arm64 - juno-r2-compat - juno-r2-kasan - nxp-ls2088 - qemu_arm - qemu_arm64 - qemu_i386 - qemu_x86_64 - x15 - arm - x86_64 - x86-kasan
Test Suites ----------- * build * install-android-platform-tools-r2600 * install-android-platform-tools-r2800 * kselftest * kselftest/drivers * kselftest/filesystems * kselftest/net * libhugetlbfs * linux-log-parser * ltp-cap_bounds-tests * ltp-controllers-tests * ltp-cpuhotplug-tests * ltp-crypto-tests * ltp-cve-tests * ltp-ipc-tests * ltp-sched-tests * perf * v4l2-compliance * ltp-commands-tests * ltp-containers-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-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-securebits-tests * ltp-syscalls-tests * network-basic-tests * ltp-open-posix-tests * kvm-unit-tests * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-native/drivers * kselftest-vsyscall-mode-native/filesystems * kselftest-vsyscall-mode-native/net * kselftest-vsyscall-mode-none * kselftest-vsyscall-mode-none/drivers * kselftest-vsyscall-mode-none/filesystems * kselftest-vsyscall-mode-none/net
Hello Greg,
From: stable-owner@vger.kernel.org stable-owner@vger.kernel.org On Behalf Of Greg Kroah-Hartman Sent: 05 June 2020 15:15
This is the start of the stable review cycle for the 4.19.127 release. There are 28 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.
No build/boot issues seen for CIP configs for Linux 4.19.127-rc1 (65151bf9f715).
Build/test pipeline/logs: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/15... GitLab CI pipeline: https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/-/blob/master... Relevant LAVA jobs: https://lava.ciplatform.org/scheduler/alljobs?length=25&search=65151b#ta...
Kind regards, Chris
Responses should be made by Sun, 07 Jun 2020 13:54:56 +0000. 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.19.127-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.19.y and the diffstat can be found below.
thanks,
greg k-h
Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 4.19.127-rc1
Dinghao Liu dinghao.liu@zju.edu.cn net: smsc911x: Fix runtime PM imbalance on error
Jonathan McDowell noodles@earth.li net: ethernet: stmmac: Enable interface clocks on probe for IPQ806x
Valentin Longchamp valentin@longchamp.me net/ethernet/freescale: rework quiesce/activate for ucc_geth
Chaitanya Kulkarni chaitanya.kulkarni@wdc.com null_blk: return error for invalid zone size
Gerald Schaefer gerald.schaefer@de.ibm.com s390/mm: fix set_huge_pte_at() for empty ptes
Jan Schmidt jan@centricular.com drm/edid: Add Oculus Rift S to non-desktop list
Jeremy Kerr jk@ozlabs.org net: bmac: Fix read of MAC address from ROM
Nathan Chancellor natechancellor@gmail.com x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables
Atsushi Nemoto atsushi.nemoto@sord.co.jp i2c: altera: Fix race between xfer_msg and isr thread
Madhuparna Bhowmik madhuparnabhowmik10@gmail.com evm: Fix RCU list related warnings
Vineet Gupta vgupta@synopsys.com ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT
Eugeniy Paltsev Eugeniy.Paltsev@synopsys.com ARC: Fix ICCM & DCCM runtime size checks
Vasily Gorbik gor@linux.ibm.com s390/ftrace: save traced function caller
Xinwei Kong kong.kongxinwei@hisilicon.com spi: dw: use "smp_mb()" to avoid sending spi data error
Anju T Sudhakar anju@linux.vnet.ibm.com powerpc/powernv: Avoid re-registration of imc debugfs directory
Xiang Chen chenxiang66@hisilicon.com scsi: hisi_sas: Check sas_port before using it
Lucas De Marchi lucas.demarchi@intel.com drm/i915: fix port checks for MST support on gen >= 11
Dan Carpenter dan.carpenter@oracle.com airo: Fix read overflows sending packets
DENG Qingfang dqfext@gmail.com net: dsa: mt7530: set CPU port to fallback mode
Can Guo cang@codeaurora.org scsi: ufs: Release clock if DMA map fails
Jérôme Pouiller jerome.pouiller@silabs.com mmc: fix compilation of user API
Daniel Axtens dja@axtens.net kernel/relay.c: handle alloc_percpu returning NULL in relay_open
Giuseppe Marco Randazzo gmrandazzo@gmail.com p54usb: add AirVasT USB stick device-id
Julian Sax jsbc@gmx.de HID: i2c-hid: add Schneider SCL142ALM to descriptor override
Scott Shumate scott.shumate@gmail.com HID: sony: Fix for broken buttons on DS3 USB dongles
Fan Yang Fan_Yang@sjtu.edu.cn mm: Fix mremap not considering huge pmd devmap
Aneesh Kumar K.V aneesh.kumar@linux.ibm.com libnvdimm: Fix endian conversion issues
Tejun Heo tj@kernel.org Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"
Diffstat:
Makefile | 4 +-- arch/arc/kernel/setup.c | 5 +-- arch/arc/plat-eznps/Kconfig | 1 + arch/powerpc/platforms/powernv/opal-imc.c | 39 +++++++++----------- -- arch/s390/kernel/mcount.S | 1 + arch/s390/mm/hugetlbpage.c | 9 +++-- arch/x86/include/asm/pgtable.h | 1 + arch/x86/mm/mmio-mod.c | 4 +-- drivers/block/null_blk_zoned.c | 4 +++ drivers/gpu/drm/drm_edid.c | 3 +- drivers/gpu/drm/i915/intel_dp.c | 7 ++-- drivers/gpu/drm/i915/intel_dp_mst.c | 22 ++++++++---- drivers/hid/hid-sony.c | 17 ++++++++++ drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8 +++++ drivers/i2c/busses/i2c-altera.c | 10 +++++- drivers/net/dsa/mt7530.c | 11 ++++-- drivers/net/dsa/mt7530.h | 6 ++++ drivers/net/ethernet/apple/bmac.c | 2 +- drivers/net/ethernet/freescale/ucc_geth.c | 13 ++++---- drivers/net/ethernet/smsc/smsc911x.c | 9 ++--- .../net/ethernet/stmicro/stmmac/dwmac-ipq806x.c | 13 ++++++++ drivers/net/wireless/cisco/airo.c | 12 +++++++ drivers/net/wireless/intersil/p54/p54usb.c | 1 + drivers/nvdimm/btt.c | 8 ++--- drivers/nvdimm/namespace_devs.c | 7 ++-- drivers/scsi/hisi_sas/hisi_sas_main.c | 3 +- drivers/scsi/ufs/ufshcd.c | 1 + drivers/spi/spi-dw.c | 3 ++ include/uapi/linux/mmc/ioctl.h | 1 + kernel/cgroup/rstat.c | 16 ++------- kernel/relay.c | 5 +++ mm/mremap.c | 2 +- security/integrity/evm/evm_crypto.c | 2 +- security/integrity/evm/evm_main.c | 4 +-- security/integrity/evm/evm_secfs.c | 9 ++++- 35 files changed, 178 insertions(+), 85 deletions(-)