This is the start of the stable review cycle for the 5.4.145 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 Sun, 12 Sep 2021 12:29:07 +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/v5.x/stable-review/patch-5.4.145-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.4.145-rc1
Marek Behún kabel@kernel.org PCI: Call Max Payload Size-related fixup quirks early
Paul Gortmaker paul.gortmaker@windriver.com x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
Mathias Nyman mathias.nyman@linux.intel.com xhci: fix unsafe memory usage in xhci tracing
Chunfeng Yun chunfeng.yun@mediatek.com usb: mtu3: fix the wrong HS mult value
Chunfeng Yun chunfeng.yun@mediatek.com usb: mtu3: use @mult for HS isoc or intr
Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com usb: host: xhci-rcar: Don't reload firmware after the completion
Alexander Tsoy alexander@tsoy.me ALSA: usb-audio: Add registration quirk for JBL Quantum 800
Qu Wenruo wqu@suse.com Revert "btrfs: compression: don't try to compress if we don't have enough pages"
Suravee Suthikulpanit suravee.suthikulpanit@amd.com x86/events/amd/iommu: Fix invalid Perf result due to IOMMU PMC power-gating
Hayes Wang hayeswang@realtek.com Revert "r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM"
Muchun Song songmuchun@bytedance.com mm/page_alloc: speed up the iteration of max_order
Esben Haabendal esben@geanix.com net: ll_temac: Remove left-over debug message
Fangrui Song maskray@google.com powerpc/boot: Delete unneeded .globl _zimage_start
Mathieu Desnoyers mathieu.desnoyers@efficios.com ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)
Tom Rix trix@redhat.com USB: serial: mos7720: improve OOM-handling in read_mos_reg()
Liu Jian liujian56@huawei.com igmp: Add ip_mc_list lock in ip_check_mc_rcu
Pavel Skripkin paskripkin@gmail.com media: stkwebcam: fix memory leak in stk_camera_probe
Vineet Gupta vgupta@synopsys.com ARC: wireup clone3 syscall
Zubin Mithra zsm@chromium.org ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
Takashi Iwai tiwai@suse.de ALSA: hda/realtek: Workaround for conflicting SSID on ASUS ROG Strix G17
Ben Dooks ben-linux@fluff.org ARM: 8918/2: only build return_address() if needed
Christoph Hellwig hch@lst.de cryptoloop: add a deprecation warning
Kim Phillips kim.phillips@amd.com perf/x86/amd/power: Assign pmu.module
Kim Phillips kim.phillips@amd.com perf/x86/amd/ibs: Work around erratum #1197
Xiaoyao Li xiaoyao.li@intel.com perf/x86/intel/pt: Fix mask of num_address_ranges
Shai Malin smalin@marvell.com qede: Fix memset corruption
Harini Katakam harini.katakam@xilinx.com net: macb: Add a NULL check on desc_ptp
Shai Malin smalin@marvell.com qed: Fix the VF msix vectors flow
Sai Krishna Potthuri lakshmi.sai.krishna.potthuri@xilinx.com reset: reset-zynqmp: Fixed the argument data type
Krzysztof Hałasa khalasa@piap.pl gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
Randy Dunlap rdunlap@infradead.org xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG
Peter Zijlstra peterz@infradead.org kthread: Fix PF_KTHREAD vs to_kthread() race
Eric Biggers ebiggers@google.com ubifs: report correct st_size for encrypted symlinks
Eric Biggers ebiggers@google.com f2fs: report correct st_size for encrypted symlinks
Eric Biggers ebiggers@google.com ext4: report correct st_size for encrypted symlinks
Eric Biggers ebiggers@google.com fscrypt: add fscrypt_symlink_getattr() for computing st_size
Theodore Ts'o tytso@mit.edu ext4: fix race writing to an inline_data file while its xattrs are changing
-------------
Diffstat:
Makefile | 4 +-- arch/arc/Kconfig | 1 + arch/arc/include/asm/syscalls.h | 1 + arch/arc/include/uapi/asm/unistd.h | 1 + arch/arc/kernel/entry.S | 12 +++++++ arch/arc/kernel/process.c | 7 ++-- arch/arc/kernel/sys.c | 1 + arch/arm/kernel/Makefile | 6 +++- arch/arm/kernel/return_address.c | 4 --- arch/powerpc/boot/crt0.S | 3 -- arch/x86/events/amd/ibs.c | 8 +++++ arch/x86/events/amd/iommu.c | 47 ++++++++++++++----------- arch/x86/events/amd/power.c | 1 + arch/x86/events/intel/pt.c | 2 +- arch/x86/kernel/reboot.c | 3 +- arch/xtensa/Kconfig | 2 +- drivers/block/Kconfig | 4 +-- drivers/block/cryptoloop.c | 2 ++ drivers/gpu/ipu-v3/ipu-cpmem.c | 30 ++++++++-------- drivers/media/usb/stkwebcam/stk-webcam.c | 6 ++-- drivers/net/ethernet/cadence/macb_ptp.c | 11 +++++- drivers/net/ethernet/qlogic/qed/qed_main.c | 7 +++- drivers/net/ethernet/qlogic/qede/qede_main.c | 2 +- drivers/net/ethernet/realtek/r8169_main.c | 1 + drivers/net/ethernet/xilinx/ll_temac_main.c | 4 +-- drivers/pci/quirks.c | 12 +++---- drivers/reset/reset-zynqmp.c | 3 +- drivers/usb/host/xhci-debugfs.c | 6 ++-- drivers/usb/host/xhci-rcar.c | 7 ++++ drivers/usb/host/xhci-trace.h | 8 ++--- drivers/usb/host/xhci.h | 52 +++++++++++++++------------- drivers/usb/mtu3/mtu3_gadget.c | 6 ++-- drivers/usb/serial/mos7720.c | 4 ++- fs/btrfs/inode.c | 2 +- fs/crypto/hooks.c | 44 +++++++++++++++++++++++ fs/ext4/inline.c | 6 ++++ fs/ext4/symlink.c | 11 +++++- fs/f2fs/namei.c | 11 +++++- fs/ubifs/file.c | 12 ++++++- include/linux/fscrypt.h | 7 ++++ kernel/kthread.c | 43 +++++++++++++++-------- kernel/sched/fair.c | 2 +- mm/page_alloc.c | 8 ++--- net/ipv4/icmp.c | 23 ++++++++++-- net/ipv4/igmp.c | 2 ++ sound/core/pcm_lib.c | 2 +- sound/pci/hda/patch_realtek.c | 10 ++++++ sound/usb/quirks.c | 1 + 48 files changed, 321 insertions(+), 131 deletions(-)
On 9/10/2021 5:30 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.145 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 Sun, 12 Sep 2021 12:29:07 +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/v5.x/stable-review/patch-5.4.145-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y and the diffstat can be found below.
thanks,
greg k-h
On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels:
Tested-by: Florian Fainelli f.fainelli@gmail.com
On 9/10/21 6:30 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.145 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 Sun, 12 Sep 2021 12:29:07 +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/v5.x/stable-review/patch-5.4.145-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.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 2021/9/10 20:30, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.145 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 Sun, 12 Sep 2021 12:29:07 +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/v5.x/stable-review/patch-5.4.145-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y and the diffstat can be found below.
thanks,
greg k-h
Tested on arm64 and x86 for 5.4.145-rc1,
Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git Branch: linux-5.4.y Version: 5.4.145-rc1 Commit: 2aced47424ee3560da98a833740cfb179b754fba Compiler: gcc version 7.3.0 (GCC)
arm64: -------------------------------------------------------------------- Testcase Result Summary: total: 8906 passed: 8906 failed: 0 timeout: 0 --------------------------------------------------------------------
x86: -------------------------------------------------------------------- Testcase Result Summary: total: 8906 passed: 8906 failed: 0 timeout: 0 --------------------------------------------------------------------
Tested-by: Hulk Robot hulkrobot@huawei.com
Hi Greg,
On Fri, Sep 10, 2021 at 02:30:03PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.145 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 Sun, 12 Sep 2021 12:29:07 +0000. Anything received after that time might be too late.
Build test: mips (gcc version 11.1.1 20210816): 65 configs -> no new failure arm (gcc version 11.1.1 20210816): 107 configs -> no new failure arm64 (gcc version 11.1.1 20210816): 2 configs -> no failure x86_64 (gcc version 10.2.1 20210110): 4 configs -> no failure
Boot test: x86_64: Booted on my test laptop. No regression. x86_64: Booted on qemu. No regression. [1]
[1]. https://openqa.qa.codethink.co.uk/tests/118
Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk
-- Regards Sudip
On Fri, Sep 10, 2021 at 02:30:03PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.145 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 Sun, 12 Sep 2021 12:29:07 +0000. Anything received after that time might be too late.
Build results: total: 157 pass: 157 fail: 0 Qemu test results: total: 443 pass: 443 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter
Hello!
On 9/10/21 7:30 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.145 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 Sun, 12 Sep 2021 12:29:07 +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/v5.x/stable-review/patch-5.4.145-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.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
## Build * kernel: 5.4.145-rc1 * git: ['https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git', 'https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc'] * git branch: linux-5.4.y * git commit: c7a4f9e9970a3255ff44d518561096c2e4b3a5e0 * git describe: v5.4.144-38-gc7a4f9e9970a * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.14...
## No regressions (compared to v5.4.144)
## No fixes (compared to v5.4.144)
## Test result summary total: 84479, pass: 69774, fail: 753, skip: 12910, xfail: 1042
## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 288 total, 288 passed, 0 failed * arm64: 38 total, 38 passed, 0 failed * dragonboard-410c: 2 total, 2 passed, 0 failed * hi6220-hikey: 2 total, 2 passed, 0 failed * i386: 20 total, 20 passed, 0 failed * juno-r2: 2 total, 2 passed, 0 failed * mips: 51 total, 51 passed, 0 failed * parisc: 12 total, 12 passed, 0 failed * powerpc: 36 total, 36 passed, 0 failed * riscv: 30 total, 30 passed, 0 failed * s390: 12 total, 12 passed, 0 failed * sh: 24 total, 24 passed, 0 failed * sparc: 12 total, 12 passed, 0 failed * x15: 2 total, 2 passed, 0 failed * x86: 2 total, 2 passed, 0 failed * x86_64: 38 total, 38 passed, 0 failed
## Test suites summary * fwts * igt-gpu-tools * install-android-platform-tools-r2600 * kselftest-android * kselftest-arm64 * kselftest-bpf * kselftest-breakpoints * kselftest-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-drivers * kselftest-efivarfs * kselftest-filesystems * kselftest-firmware * kselftest-fpu * kselftest-futex * kselftest-gpio * kselftest-intel_pstate * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-kexec * kselftest-kvm * kselftest-lib * kselftest-livepatch * kselftest-membarrier * kselftest-memfd * kselftest-memory-hotplug * kselftest-mincore * kselftest-mount * kselftest-mqueue * kselftest-net * kselftest-netfilter * kselftest-nsfs * kselftest-openat2 * kselftest-pid_namespace * kselftest-pidfd * kselftest-proc * kselftest-pstore * kselftest-ptrace * kselftest-rseq * kselftest-rtc * kselftest-seccomp * kselftest-sigaltstack * kselftest-size * kselftest-splice * kselftest-static_keys * kselftest-sync * kselftest-sysctl * kselftest-tc-testing * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-vm * kselftest-x86 * kselftest-zram * kvm-unit-tests * libgpiod * libhugetlbfs * linux-log-parser * ltp-cap_bounds-tests * ltp-commands-tests * ltp-containers-tests * ltp-controllers-tests * ltp-cpuhotplug-tests * ltp-crypto-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-open-posix-tests * ltp-pty-tests * ltp-sched-tests * ltp-securebits-tests * ltp-syscalls-tests * ltp-tracing-tests * network-basic-tests * packetdrill * perf * rcutorture * ssuite * v4l2-compliance
Greetings!
Daniel Díaz daniel.diaz@linaro.org
On Fri, 10 Sep 2021 14:30:03 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.145 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 Sun, 12 Sep 2021 12:29:07 +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/v5.x/stable-review/patch-5.4.145-rc1... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.4.y and the diffstat can be found below.
thanks,
greg k-h
All tests passing for Tegra ...
Test results for stable-v5.4: 10 builds: 10 pass, 0 fail 26 boots: 26 pass, 0 fail 59 tests: 59 pass, 0 fail
Linux version: 5.4.145-rc1-gc7a4f9e9970a Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon