This is the start of the stable review cycle for the 4.19.173 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 Thu, 04 Feb 2021 13:29:33 +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.173-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.173-rc1
Pengcheng Yang yangpc@wangsu.com tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
Ivan Vecera ivecera@redhat.com team: protect features update by RCU to avoid deadlock
Pan Bian bianpan2016@163.com NFC: fix possible resource leak
Pan Bian bianpan2016@163.com NFC: fix resource leak when target index is invalid
Takeshi Misawa jeliantsurux@gmail.com rxrpc: Fix memory leak in rxrpc_lookup_local
Bartosz Golaszewski bgolaszewski@baylibre.com iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built
David Woodhouse dwmw@amazon.co.uk iommu/vt-d: Gracefully handle DMAR units with no supported address widths
Dan Carpenter dan.carpenter@oracle.com can: dev: prevent potential information leak in can_fill_info()
Roi Dayan roid@nvidia.com net/mlx5: Fix memory leak on flow table creation error flow
Johannes Berg johannes.berg@intel.com mac80211: pause TX while changing interface type
Johannes Berg johannes.berg@intel.com iwlwifi: pcie: reschedule in long-running memory reads
Johannes Berg johannes.berg@intel.com iwlwifi: pcie: use jiffies for memory read spin time limit
Trond Myklebust trond.myklebust@hammerspace.com pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()
Kamal Heib kamalheib1@gmail.com RDMA/cxgb4: Fix the reported max_recv_sge value
Eyal Birger eyal.birger@gmail.com xfrm: fix disable_xfrm sysctl when used on xfrm interfaces
Shmulik Ladkani shmulik@metanetworks.com xfrm: Fix oops in xfrm_replay_advance_bmp
Pablo Neira Ayuso pablo@netfilter.org netfilter: nft_dynset: add timeout extension to template
Max Krummenacher max.oss.09@gmail.com ARM: imx: build suspend-imx6.S with arm instruction set
Roger Pau Monne roger.pau@citrix.com xen-blkfront: allow discard-* nodes to be optional
Lorenzo Bianconi lorenzo@kernel.org mt7601u: fix rx buffer refcounting
Lorenzo Bianconi lorenzo@kernel.org mt7601u: fix kernel crash unplugging the device
Andrea Righi andrea.righi@canonical.com leds: trigger: fix potential deadlock with libata
David Woodhouse dwmw@amazon.co.uk xen: Fix XenStore initialisation for XS_LOCAL
Jay Zhou jianjay.zhou@huawei.com KVM: x86: get smi pending status correctly
Like Xu like.xu@linux.intel.com KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Claudiu Beznea claudiu.beznea@microchip.com drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
Sudeep Holla sudeep.holla@arm.com drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs
Laurent Badel laurentbadel@eaton.com PM: hibernate: flush swap writer after marking
Giacinto Cifelli gciofono@gmail.com net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
Johannes Berg johannes.berg@intel.com wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
Koen Vandeputte koen.vandeputte@citymesh.com ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming
Sean Young sean@mess.org media: rc: ensure that uevent can be read directly after rc device register
Takashi Iwai tiwai@suse.de ALSA: hda/via: Apply the workaround generically for Clevo machines
Roger Pau Monne roger.pau@citrix.com xen/privcmd: allow fetching resource sizes
Baoquan He bhe@redhat.com kernel: kexec: remove the lock operation of system_transition_mutex
Kai-Heng Feng kai.heng.feng@canonical.com ACPI: sysfs: Prefer "compatible" modalias
Josef Bacik josef@toxicpanda.com nbd: freeze the queue while we're adding connections
-------------
Diffstat:
Makefile | 4 +- arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 2 +- arch/arm/mach-imx/suspend-imx6.S | 1 + arch/x86/kvm/pmu_intel.c | 2 +- arch/x86/kvm/x86.c | 5 +++ drivers/acpi/device_sysfs.c | 20 +++------- drivers/block/nbd.c | 8 ++++ drivers/block/xen-blkfront.c | 20 ++++------ drivers/infiniband/hw/cxgb4/qp.c | 2 +- drivers/iommu/dmar.c | 45 ++++++++++++++++------- drivers/leds/led-triggers.c | 10 +++-- drivers/media/rc/rc-main.c | 4 +- drivers/net/can/dev.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 1 + drivers/net/team/team.c | 6 +-- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 14 ++++--- drivers/net/wireless/mediatek/mt7601u/dma.c | 5 +-- drivers/soc/atmel/soc.c | 13 +++++++ drivers/xen/privcmd.c | 25 ++++++++++--- drivers/xen/xenbus/xenbus_probe.c | 31 ++++++++++++++++ fs/nfs/pnfs.c | 1 + include/linux/intel-iommu.h | 2 + include/net/tcp.h | 2 +- kernel/kexec_core.c | 2 - kernel/power/swap.c | 2 +- net/ipv4/tcp_input.c | 10 +++-- net/ipv4/tcp_recovery.c | 5 ++- net/mac80211/ieee80211_i.h | 1 + net/mac80211/iface.c | 6 +++ net/netfilter/nft_dynset.c | 4 +- net/nfc/netlink.c | 1 + net/nfc/rawsock.c | 2 +- net/rxrpc/call_accept.c | 1 + net/wireless/wext-core.c | 5 ++- net/xfrm/xfrm_input.c | 2 +- net/xfrm/xfrm_policy.c | 4 +- sound/pci/hda/patch_via.c | 2 +- 38 files changed, 184 insertions(+), 89 deletions(-)
Hi!
This is the start of the stable review cycle for the 4.19.173 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.
CIP testing did not find any problems here:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-4...
Tested-by: Pavel Machek (CIP) pavel@denx.de
Best regards, Pavel
On Tue, 02 Feb 2021 14:38:43 +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.173 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 Thu, 04 Feb 2021 13:29:33 +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.173-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 passing for Tegra ...
Test results for stable-v4.19: 12 builds: 12 pass, 0 fail 22 boots: 22 pass, 0 fail 38 tests: 38 pass, 0 fail
Linux version: 4.19.173-rc1-g5230df3466ef Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra20-ventana, tegra210-p2371-2180, tegra30-cardhu-a04
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon
On Tue, 2 Feb 2021 at 19:24, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 4.19.173 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 Thu, 04 Feb 2021 13:29:33 +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.173-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.
Tested-by: Linux Kernel Functional Testing lkft@linaro.org
Summary ------------------------------------------------------------------------
kernel: 4.19.173-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: 5230df3466ef513b7813df2e707dc5d4cf7602cc git describe: v4.19.172-38-g5230df3466ef Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-4.19.y/build/v4.19....
No regressions (compared to build v4.19.172)
No fixes (compared to build v4.19.172)
Ran 48365 total tests in the following environments and test suites.
Environments -------------- - arm - arm64 - dragonboard-410c - arm64 - hi6220-hikey - arm64 - i386 - juno-r2 - arm64 - juno-r2-compat - juno-r2-kasan - mips - nxp-ls2088 - nxp-ls2088-64k_page_size - qemu-arm64-clang - qemu-arm64-kasan - qemu-x86_64-clang - qemu-x86_64-kasan - qemu_arm - qemu_arm64 - qemu_arm64-compat - qemu_i386 - qemu_x86_64 - qemu_x86_64-compat - s390 - sparc - x15 - arm - x86_64 - x86-kasan - x86_64
Test Suites ----------- * build * linux-log-parser * install-android-platform-tools-r2600 * kselftest * kselftest-android * kselftest-bpf * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-intel_pstate * kselftest-kvm * kselftest-livepatch * kselftest-lkdtm * kselftest-net * kselftest-netfilter * kselftest-nsfs * kselftest-ptrace * kselftest-tc-testing * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-zram * libhugetlbfs * ltp-commands-tests * ltp-containers-tests * ltp-controllers-tests * ltp-cve-tests * ltp-dio-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-nptl-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-tracing-tests * perf * fwts * kselftest-efivarfs * kselftest-filesystems * kselftest-firmware * kselftest-fpu * kselftest-futex * kselftest-gpio * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-lib * kselftest-membarrier * kselftest-memfd * kselftest-memory-hotplug * kselftest-mincore * kselftest-mount * kselftest-mqueue * kselftest-openat2 * kselftest-pid_namespace * kselftest-pidfd * kselftest-proc * kselftest-pstore * kselftest-rseq * kselftest-rtc * kselftest-seccomp * kselftest-sigaltstack * kselftest-size * kselftest-splice * kselftest-static_keys * kselftest-sync * kselftest-sysctl * ltp-cap_bounds-tests * ltp-cpuhotplug-tests * ltp-crypto-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-mm-tests * network-basic-tests * v4l2-compliance * kselftest-kexec * kselftest-vm * kselftest-x86 * ltp-open-posix-tests * ltp-syscalls-tests * kvm-unit-tests * rcutorture * prep-tmp-disk * ssuite * kselftest-vsyscall-mode-native- * kselftest-vsyscall-mode-none-
On 2/2/21 6:38 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.173 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 Thu, 04 Feb 2021 13:29:33 +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.173-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.
Tested-by: Shuah Khan skhan@linuxfoundation.org
thanks, -- Shuah
On Tue, Feb 02, 2021 at 02:38:43PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.19.173 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 Thu, 04 Feb 2021 13:29:33 +0000. Anything received after that time might be too late.
Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 418 pass: 418 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter