This is the start of the stable review cycle for the 4.19.121 release. There are 37 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, 06 May 2020 16:52:55 +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.121-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.121-rc1
Martin Blumenstingl martin.blumenstingl@googlemail.com mmc: meson-mx-sdio: remove the broken ->card_busy() op
Martin Blumenstingl martin.blumenstingl@googlemail.com mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY
Veerabhadrarao Badiganti vbadigan@codeaurora.org mmc: sdhci-msm: Enable host capabilities pertains to R1b response
Adrian Hunter adrian.hunter@intel.com mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers
Marek Behún marek.behun@nic.cz mmc: sdhci-xenon: fix annoying 1.8V regulator warning
Douglas Anderson dianders@chromium.org mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding timeout loop
Qu Wenruo wqu@suse.com btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_info::journal_info
Filipe Manana fdmanana@suse.com btrfs: fix partial loss of prealloc extent past i_size after fsync
Paul Moore paul@paul-moore.com selinux: properly handle multiple messages in selinux_netlink_send()
Andy Shevchenko andriy.shevchenko@linux.intel.com dmaengine: dmatest: Fix iteration non-stop logic
Andreas Gruenbacher agruenba@redhat.com nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
Arnd Bergmann arnd@arndb.de ALSA: opti9xx: shut up gcc-10 range warning
Suravee Suthikulpanit suravee.suthikulpanit@amd.com iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
David Disseldorp ddiss@suse.de scsi: target/iblock: fix WRITE SAME zeroing
Tang Bin tangbin@cmss.chinamobile.com iommu/qcom: Fix local_base status check
Sean Christopherson sean.j.christopherson@intel.com vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()
Yan Zhao yan.y.zhao@intel.com vfio: avoid possible overflow in vfio_iommu_type1_pin_pages
Leon Romanovsky leon@kernel.org RDMA/core: Fix race between destroy and release FD object
Leon Romanovsky leon@kernel.org RDMA/core: Prevent mixed use of FDs between shared ufiles
Alaa Hleihel alaa@mellanox.com RDMA/mlx4: Initialize ib_spec on the stack
Aharon Landau aharonl@mellanox.com RDMA/mlx5: Set GRH fields in query QP on RoCE
Martin Wilck mwilck@suse.com scsi: qla2xxx: check UNLOADING before posting async work
Martin Wilck mwilck@suse.com scsi: qla2xxx: set UNLOADING before waiting for session deletion
Gabriel Krisman Bertazi krisman@collabora.com dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpath
Mikulas Patocka mpatocka@redhat.com dm writecache: fix data corruption when reloading the target
Sunwook Eom speed.eom@samsung.com dm verity fec: fix hash block number in verity_fec_decode
Dexuan Cui decui@microsoft.com PM: hibernate: Freeze kernel threads in software_resume()
Kai-Heng Feng kai.heng.feng@canonical.com PM: ACPI: Output correct message on target power state
Takashi Iwai tiwai@suse.de ALSA: pcm: oss: Place the plugin buffer overflow checks correctly
Wu Bo wubo40@huawei.com ALSA: hda/hdmi: fix without unlocked before return
Takashi Iwai tiwai@suse.de ALSA: usb-audio: Correct a typo of NuPrime DAC-10 USB ID
Hui Wang hui.wang@canonical.com ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenter
Xiyu Yang xiyuyang19@fudan.edu.cn btrfs: fix block group leak when removing fails
Vasily Averin vvs@virtuozzo.com drm/qxl: qxl_release use after free
Vasily Averin vvs@virtuozzo.com drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
Vasily Averin vvs@virtuozzo.com drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
Ville Syrjälä ville.syrjala@linux.intel.com drm/edid: Fix off-by-one in DispID DTD pixel clock
-------------
Diffstat:
Makefile | 4 +-- drivers/acpi/device_pm.c | 4 +-- drivers/dma/dmatest.c | 4 +-- drivers/gpu/drm/drm_edid.c | 2 +- drivers/gpu/drm/qxl/qxl_cmd.c | 10 +++--- drivers/gpu/drm/qxl/qxl_display.c | 6 ++-- drivers/gpu/drm/qxl/qxl_draw.c | 13 +++---- drivers/gpu/drm/qxl/qxl_ioctl.c | 5 +-- drivers/infiniband/core/rdma_core.c | 4 +-- drivers/infiniband/hw/mlx4/main.c | 3 +- drivers/infiniband/hw/mlx5/qp.c | 4 ++- drivers/iommu/amd_iommu_init.c | 2 +- drivers/iommu/qcom_iommu.c | 5 ++- drivers/md/dm-mpath.c | 6 ++-- drivers/md/dm-verity-fec.c | 2 +- drivers/md/dm-writecache.c | 52 +++++++++++++++++++-------- drivers/mmc/host/cqhci.c | 21 ++++++----- drivers/mmc/host/meson-mx-sdio.c | 11 +----- drivers/mmc/host/sdhci-msm.c | 2 ++ drivers/mmc/host/sdhci-pci-core.c | 3 ++ drivers/mmc/host/sdhci-xenon.c | 10 ++++++ drivers/scsi/qla2xxx/qla_os.c | 35 +++++++++---------- drivers/target/target_core_iblock.c | 2 +- drivers/vfio/vfio_iommu_type1.c | 6 ++-- fs/btrfs/extent-tree.c | 16 +++++---- fs/btrfs/transaction.c | 13 +++++-- fs/btrfs/tree-log.c | 43 +++++++++++++++++++++-- fs/nfs/nfs3acl.c | 22 ++++++++---- kernel/power/hibernate.c | 7 ++++ security/selinux/hooks.c | 70 ++++++++++++++++++++++++------------- sound/core/oss/pcm_plugin.c | 20 ++++++----- sound/isa/opti9xx/miro.c | 9 +++-- sound/isa/opti9xx/opti92x-ad1848.c | 9 +++-- sound/pci/hda/patch_hdmi.c | 4 ++- sound/pci/hda/patch_realtek.c | 1 + sound/usb/quirks.c | 2 +- 36 files changed, 281 insertions(+), 151 deletions(-)
Hi Greg,
From: stable-owner@vger.kernel.org stable-owner@vger.kernel.org On Behalf Of Greg Kroah-Hartman Sent: 04 May 2020 18:57
This is the start of the stable review cycle for the 4.19.121 release. There are 37 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.121-rc1 (2e3613309d93).
Build/test pipeline/logs: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/pipelines/1425... 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=2e3613#ta...
Kind regards, Chris
Responses should be made by Wed, 06 May 2020 16:52:55 +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.121-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.121-rc1
Martin Blumenstingl martin.blumenstingl@googlemail.com mmc: meson-mx-sdio: remove the broken ->card_busy() op
Martin Blumenstingl martin.blumenstingl@googlemail.com mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY
Veerabhadrarao Badiganti vbadigan@codeaurora.org mmc: sdhci-msm: Enable host capabilities pertains to R1b response
Adrian Hunter adrian.hunter@intel.com mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers
Marek Behún marek.behun@nic.cz mmc: sdhci-xenon: fix annoying 1.8V regulator warning
Douglas Anderson dianders@chromium.org mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding timeout loop
Qu Wenruo wqu@suse.com btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_info::journal_info
Filipe Manana fdmanana@suse.com btrfs: fix partial loss of prealloc extent past i_size after fsync
Paul Moore paul@paul-moore.com selinux: properly handle multiple messages in selinux_netlink_send()
Andy Shevchenko andriy.shevchenko@linux.intel.com dmaengine: dmatest: Fix iteration non-stop logic
Andreas Gruenbacher agruenba@redhat.com nfs: Fix potential posix_acl refcnt leak in nfs3_set_acl
Arnd Bergmann arnd@arndb.de ALSA: opti9xx: shut up gcc-10 range warning
Suravee Suthikulpanit suravee.suthikulpanit@amd.com iommu/amd: Fix legacy interrupt remapping for x2APIC-enabled system
David Disseldorp ddiss@suse.de scsi: target/iblock: fix WRITE SAME zeroing
Tang Bin tangbin@cmss.chinamobile.com iommu/qcom: Fix local_base status check
Sean Christopherson sean.j.christopherson@intel.com vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()
Yan Zhao yan.y.zhao@intel.com vfio: avoid possible overflow in vfio_iommu_type1_pin_pages
Leon Romanovsky leon@kernel.org RDMA/core: Fix race between destroy and release FD object
Leon Romanovsky leon@kernel.org RDMA/core: Prevent mixed use of FDs between shared ufiles
Alaa Hleihel alaa@mellanox.com RDMA/mlx4: Initialize ib_spec on the stack
Aharon Landau aharonl@mellanox.com RDMA/mlx5: Set GRH fields in query QP on RoCE
Martin Wilck mwilck@suse.com scsi: qla2xxx: check UNLOADING before posting async work
Martin Wilck mwilck@suse.com scsi: qla2xxx: set UNLOADING before waiting for session deletion
Gabriel Krisman Bertazi krisman@collabora.com dm multipath: use updated MPATHF_QUEUE_IO on mapping for bio-based mpath
Mikulas Patocka mpatocka@redhat.com dm writecache: fix data corruption when reloading the target
Sunwook Eom speed.eom@samsung.com dm verity fec: fix hash block number in verity_fec_decode
Dexuan Cui decui@microsoft.com PM: hibernate: Freeze kernel threads in software_resume()
Kai-Heng Feng kai.heng.feng@canonical.com PM: ACPI: Output correct message on target power state
Takashi Iwai tiwai@suse.de ALSA: pcm: oss: Place the plugin buffer overflow checks correctly
Wu Bo wubo40@huawei.com ALSA: hda/hdmi: fix without unlocked before return
Takashi Iwai tiwai@suse.de ALSA: usb-audio: Correct a typo of NuPrime DAC-10 USB ID
Hui Wang hui.wang@canonical.com ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenter
Xiyu Yang xiyuyang19@fudan.edu.cn btrfs: fix block group leak when removing fails
Vasily Averin vvs@virtuozzo.com drm/qxl: qxl_release use after free
Vasily Averin vvs@virtuozzo.com drm/qxl: qxl_release leak in qxl_hw_surface_alloc()
Vasily Averin vvs@virtuozzo.com drm/qxl: qxl_release leak in qxl_draw_dirty_fb()
Ville Syrjälä ville.syrjala@linux.intel.com drm/edid: Fix off-by-one in DispID DTD pixel clock
Diffstat:
Makefile | 4 +-- drivers/acpi/device_pm.c | 4 +-- drivers/dma/dmatest.c | 4 +-- drivers/gpu/drm/drm_edid.c | 2 +- drivers/gpu/drm/qxl/qxl_cmd.c | 10 +++--- drivers/gpu/drm/qxl/qxl_display.c | 6 ++-- drivers/gpu/drm/qxl/qxl_draw.c | 13 +++---- drivers/gpu/drm/qxl/qxl_ioctl.c | 5 +-- drivers/infiniband/core/rdma_core.c | 4 +-- drivers/infiniband/hw/mlx4/main.c | 3 +- drivers/infiniband/hw/mlx5/qp.c | 4 ++- drivers/iommu/amd_iommu_init.c | 2 +- drivers/iommu/qcom_iommu.c | 5 ++- drivers/md/dm-mpath.c | 6 ++-- drivers/md/dm-verity-fec.c | 2 +- drivers/md/dm-writecache.c | 52 +++++++++++++++++++-------- drivers/mmc/host/cqhci.c | 21 ++++++----- drivers/mmc/host/meson-mx-sdio.c | 11 +----- drivers/mmc/host/sdhci-msm.c | 2 ++ drivers/mmc/host/sdhci-pci-core.c | 3 ++ drivers/mmc/host/sdhci-xenon.c | 10 ++++++ drivers/scsi/qla2xxx/qla_os.c | 35 +++++++++---------- drivers/target/target_core_iblock.c | 2 +- drivers/vfio/vfio_iommu_type1.c | 6 ++-- fs/btrfs/extent-tree.c | 16 +++++---- fs/btrfs/transaction.c | 13 +++++-- fs/btrfs/tree-log.c | 43 +++++++++++++++++++++-- fs/nfs/nfs3acl.c | 22 ++++++++---- kernel/power/hibernate.c | 7 ++++ security/selinux/hooks.c | 70 ++++++++++++++++++++++++------------- sound/core/oss/pcm_plugin.c | 20 ++++++----- sound/isa/opti9xx/miro.c | 9 +++-- sound/isa/opti9xx/opti92x-ad1848.c | 9 +++-- sound/pci/hda/patch_hdmi.c | 4 ++- sound/pci/hda/patch_realtek.c | 1 + sound/usb/quirks.c | 2 +- 36 files changed, 281 insertions(+), 151 deletions(-)
On Tue, May 05, 2020 at 07:42:23AM +0000, Chris Paterson wrote:
Hi Greg,
From: stable-owner@vger.kernel.org stable-owner@vger.kernel.org On Behalf Of Greg Kroah-Hartman Sent: 04 May 2020 18:57
This is the start of the stable review cycle for the 4.19.121 release. There are 37 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.121-rc1 (2e3613309d93).
Build/test pipeline/logs: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/pipelines/1425... 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=2e3613#ta...
Thanks for testing two of these and letting me know.
greg k-h
On 04/05/2020 18:57, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.121 release. There are 37 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, 06 May 2020 16:52:55 +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.121-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 ...
Test results for stable-v4.19: 11 builds: 11 pass, 0 fail 22 boots: 22 pass, 0 fail 32 tests: 32 pass, 0 fail
Linux version: 4.19.121-rc1-g2e3613309d93 Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra20-ventana, tegra210-p2371-2180, tegra30-cardhu-a04
Cheers Jon
On Mon, 4 May 2020 at 23:32, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.19.121 release. There are 37 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, 06 May 2020 16:52:55 +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.121-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.
NOTE: kernel warning noticed on stable rc 4.19 and 5.4 while running selftest bpf test cases on arm64 devices.
NETDEV WATCHDOG: eth0 (asix): transmit queue 0 timed out - net/sched/sch_generic.c:466 dev_watchdog
ref: https://lore.kernel.org/stable/CA+G9fYu4gE2vqSmgyYMfdMS-ZDfQiY1vhk2Jbni+wDJF...
Summary ------------------------------------------------------------------------
kernel: 4.19.121-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: 2e3613309d936ae445288baa881ca1775f300f6f git describe: v4.19.120-38-g2e3613309d93 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-4.19-oe/build/v4.19.120-3...
No regressions (compared to build v4.19.120)
No fixes (compared to build v4.19.120)
Ran 28318 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 * linux-log-parser * ltp-cap_bounds-tests * ltp-cpuhotplug-tests * ltp-crypto-tests * ltp-ipc-tests * perf * ltp-commands-tests * ltp-containers-tests * ltp-fcntl-locktests-tests * ltp-filecaps-tests * ltp-fs_bind-tests * ltp-fs_perms_simple-tests * ltp-fsx-tests * ltp-hugetlb-tests * ltp-math-tests * ltp-mm-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * network-basic-tests * v4l2-compliance * kselftest * kselftest/drivers * kselftest/filesystems * kselftest/net * kselftest/networking * libhugetlbfs * ltp-cve-tests * ltp-dio-tests * ltp-fs-tests * ltp-io-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-native/networking * kselftest-vsyscall-mode-none * kselftest-vsyscall-mode-none/drivers * kselftest-vsyscall-mode-none/filesystems * kselftest-vsyscall-mode-none/net * kselftest-vsyscall-mode-none/networking
On 5/4/20 11:57 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.121 release. There are 37 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, 06 May 2020 16:52:55 +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.121-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 5/4/20 10:57 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.121 release. There are 37 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, 06 May 2020 16:52:55 +0000. Anything received after that time might be too late.
Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 417 pass: 417 fail: 0
Guenter