This is the start of the stable review cycle for the 5.4.168 release. There are 71 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, 22 Dec 2021 14:30:09 +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.168-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.168-rc1
Juergen Gross jgross@suse.com xen/netback: don't queue unlimited number of packages
Juergen Gross jgross@suse.com xen/netback: fix rx queue stall detection
Juergen Gross jgross@suse.com xen/console: harden hvc_xen against event channel storms
Juergen Gross jgross@suse.com xen/netfront: harden netfront against event channel storms
Juergen Gross jgross@suse.com xen/blkfront: harden blkfront against event channel storms
Magnus Karlsson magnus.karlsson@intel.com Revert "xsk: Do not sleep in poll() when need_wakeup set"
Leon Romanovsky leonro@nvidia.com net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_info
Felix Fietkau nbd@nbd.name mac80211: fix regression in SSN handling of addba tx
Paul E. McKenney paulmck@kernel.org rcu: Mark accesses to rcu_state.n_force_qs
George Kennedy george.kennedy@oracle.com scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()
Miklos Szeredi mszeredi@redhat.com ovl: fix warning in ovl_create_real()
Miklos Szeredi mszeredi@redhat.com fuse: annotate lock in fuse_reverse_inval_entry()
Pavel Skripkin paskripkin@gmail.com media: mxl111sf: change mutex_init() location
Magnus Karlsson magnus.karlsson@intel.com xsk: Do not sleep in poll() when need_wakeup set
Fabio Estevam festevam@gmail.com ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad name
Nathan Chancellor nathan@kernel.org Input: touchscreen - avoid bitwise vs logical OR warning
Nathan Chancellor natechancellor@gmail.com mwifiex: Remove unnecessary braces from HostCmd_SET_SEQ_NO_BSS_INFO
Johannes Berg johannes.berg@intel.com mac80211: validate extended element ID is present
Le Ma le.ma@amd.com drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE
George Kennedy george.kennedy@oracle.com libata: if T_LENGTH is zero, dma direction should be DMA_NONE
Yu Liao liaoyu15@huawei.com timekeeping: Really make sure wall_to_monotonic isn't positive
Daniele Palmas dnlplm@gmail.com USB: serial: option: add Telit FN990 compositions
Johan Hovold johan@kernel.org USB: serial: cp210x: fix CP2105 GPIO registration
Nehal Bakulchandra Shah Nehal-Bakulchandra.shah@amd.com usb: xhci: Extend support for runtime power management for AMD's Yellow carp.
Stefan Roese sr@denx.de PCI/MSI: Mask MSI-X vectors only on success
Thomas Gleixner tglx@linutronix.de PCI/MSI: Clear PCI_MSIX_FLAGS_MASKALL on error
Jimmy Wang wangjm221@gmail.com USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)
Greg Kroah-Hartman gregkh@linuxfoundation.org USB: gadget: bRequestType is a bitfield, not a enum
Eric Dumazet edumazet@google.com sit: do not call ipip6_dev_free() from sit_init_net()
Florian Fainelli f.fainelli@gmail.com net: systemport: Add global locking for descriptor lifecycle
D. Wythe alibuda@linux.alibaba.com net/smc: Prevent smc_release() from long blocking
Gal Pressman gal@nvidia.com net: Fix double 0x prefix print in SKB dump
Willem de Bruijn willemb@google.com net/packet: rx_owner_map depends on pg_vec
Haimin Zhang tcs.kernel@gmail.com netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_map_alloc
Cyril Novikov cnovikov@lynx.com ixgbe: set X550 MDIO speed before talking to PHY
Letu Ren fantasquex@gmail.com igbvf: fix double free in `igbvf_probe`
Karen Sornek karen.sornek@intel.com igb: Fix removal of unicast MAC filters of VFs
Nathan Chancellor nathan@kernel.org soc/tegra: fuse: Fix bitwise vs. logical OR warning
Hangyu Hua hbh25y@gmail.com rds: memory leak in __rds_conn_create()
Baowen Zheng baowen.zheng@corigine.com flow_offload: return EOPNOTSUPP for the unsupported mpls action type
Vlad Buslov vladbu@mellanox.com net: sched: lock action when translating it to flow_action infra
Johannes Berg johannes.berg@intel.com mac80211: fix lookup when adding AddBA extension element
Johannes Berg johannes.berg@intel.com mac80211: accept aggregation sessions on 6 GHz
Johannes Berg johannes.berg@intel.com mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lock
Mordechay Goodstein mordechay.goodstein@intel.com mac80211: agg-tx: refactor sending addba
Hangbin Liu liuhangbin@gmail.com selftest/net/forwarding: declare NETIFS p9 p10
Alyssa Ross hi@alyssa.is dmaengine: st_fdma: fix MODULE_ALIAS
David Ahern dsahern@kernel.org selftests: Fix IPv6 address bind tests
David Ahern dsahern@kernel.org selftests: Fix raw socket bind tests with VRF
Eric Dumazet edumazet@google.com inet_diag: fix kernel-infoleak for UDP sockets
Eric Dumazet edumazet@google.com inet_diag: use jiffies_delta_to_msecs()
Eric Dumazet edumazet@google.com sch_cake: do not call cake_destroy() from cake_init()
Philipp Rudo prudo@redhat.com s390/kexec_file: fix error handling when applying relocations
Jie2x Zhou jie2x.zhou@intel.com selftests: net: Correct ping6 expected rc from 2 to 1
Mike Tipton quic_mdtipton@quicinc.com clk: Don't parent clks until the parent is fully registered
Dinh Nguyen dinguyen@kernel.org ARM: socfpga: dts: fix qspi node compatible
Randy Dunlap rdunlap@infradead.org hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
Johannes Berg johannes.berg@intel.com mac80211: track only QoS data frames for admission control
Alex Bee knaerzche@gmail.com arm64: dts: rockchip: fix audio-supply for Rock Pi 4
John Keeping john@metanate.com arm64: dts: rockchip: fix rk3399-leez-p710 vcc3v3-lan supply
Artem Lapkin email2tema@gmail.com arm64: dts: rockchip: remove mmc-hs400-enhanced-strobe from rk3399-khadas-edge
J. Bruce Fields bfields@redhat.com nfsd: fix use-after-free due to delegation race
Fabrice Gasnier fabrice.gasnier@foss.st.com iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda
Paul Moore paul@paul-moore.com audit: improve robustness of the audit queue handling
Joe Thornber ejt@redhat.com dm btree remove: fix use after free in rebalance_children()
Jerome Marchand jmarchan@redhat.com recordmcount.pl: look for jgnop instruction as well as bcrl on s390
Will Deacon will@kernel.org virtio_ring: Fix querying of maximum DMA mapping size for virtio device
Sudeep Holla sudeep.holla@arm.com firmware: arm_scpi: Fix string overflow in SCPI genpd driver
Felix Fietkau nbd@nbd.name mac80211: send ADDBA requests using the tid/queue of the aggregation session
Johannes Berg johannes.berg@intel.com mac80211: mark TX-during-stop for TX in in_reconfig
Vitaly Kuznetsov vkuznets@redhat.com KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILE
-------------
Diffstat:
Makefile | 4 +- arch/arm/boot/dts/imx6ull-pinfunc.h | 2 +- arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts | 2 +- arch/arm/boot/dts/socfpga_arria5_socdk.dts | 2 +- arch/arm/boot/dts/socfpga_cyclone5_socdk.dts | 2 +- arch/arm/boot/dts/socfpga_cyclone5_sockit.dts | 2 +- arch/arm/boot/dts/socfpga_cyclone5_socrates.dts | 2 +- arch/arm/boot/dts/socfpga_cyclone5_sodia.dts | 2 +- arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts | 4 +- .../boot/dts/rockchip/rk3399-khadas-edge.dtsi | 1 - arch/arm64/boot/dts/rockchip/rk3399-leez-p710.dts | 2 +- arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts | 2 +- arch/s390/kernel/machine_kexec_file.c | 7 +- drivers/ata/libata-scsi.c | 15 ++- drivers/block/xen-blkfront.c | 15 ++- drivers/clk/clk.c | 15 ++- drivers/dma/st_fdma.c | 2 +- drivers/firmware/scpi_pm_domain.c | 10 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 4 +- drivers/hv/Kconfig | 1 + drivers/iio/adc/stm32-adc.c | 1 + drivers/input/touchscreen/of_touchscreen.c | 18 +-- drivers/md/persistent-data/dm-btree-remove.c | 2 +- drivers/media/usb/dvb-usb-v2/mxl111sf.c | 16 ++- drivers/net/ethernet/broadcom/bcmsysport.c | 5 +- drivers/net/ethernet/broadcom/bcmsysport.h | 1 + drivers/net/ethernet/intel/igb/igb_main.c | 28 ++--- drivers/net/ethernet/intel/igbvf/netdev.c | 1 + drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 3 + drivers/net/netdevsim/bpf.c | 1 + drivers/net/wireless/marvell/mwifiex/cmdevt.c | 4 +- drivers/net/wireless/marvell/mwifiex/fw.h | 8 +- drivers/net/xen-netback/common.h | 1 + drivers/net/xen-netback/rx.c | 77 ++++++++----- drivers/net/xen-netfront.c | 125 ++++++++++++++++----- drivers/pci/msi.c | 15 ++- drivers/scsi/scsi_debug.c | 4 +- drivers/soc/tegra/fuse/fuse-tegra.c | 2 +- drivers/soc/tegra/fuse/fuse.h | 2 +- drivers/tty/hvc/hvc_xen.c | 30 ++++- drivers/usb/core/quirks.c | 3 + drivers/usb/gadget/composite.c | 6 +- drivers/usb/gadget/legacy/dbgp.c | 6 +- drivers/usb/gadget/legacy/inode.c | 6 +- drivers/usb/host/xhci-pci.c | 6 +- drivers/usb/serial/cp210x.c | 6 +- drivers/usb/serial/option.c | 8 ++ drivers/virtio/virtio_ring.c | 2 +- fs/fuse/dir.c | 2 +- fs/nfsd/nfs4state.c | 9 +- fs/overlayfs/dir.c | 3 +- fs/overlayfs/overlayfs.h | 1 + fs/overlayfs/super.c | 12 +- include/net/tc_act/tc_tunnel_key.h | 7 +- kernel/audit.c | 21 ++-- kernel/rcu/tree.c | 10 +- kernel/time/timekeeping.c | 3 +- net/core/skbuff.c | 2 +- net/ipv4/inet_diag.c | 19 ++-- net/ipv6/sit.c | 1 - net/mac80211/agg-rx.c | 8 +- net/mac80211/agg-tx.c | 80 ++++++++----- net/mac80211/driver-ops.h | 5 +- net/mac80211/mlme.c | 13 ++- net/mac80211/sta_info.h | 1 + net/mac80211/util.c | 2 + net/packet/af_packet.c | 5 +- net/rds/connection.c | 1 + net/sched/act_sample.c | 2 - net/sched/cls_api.c | 18 ++- net/sched/sch_cake.c | 6 +- net/smc/af_smc.c | 4 +- scripts/recordmcount.pl | 2 +- tools/testing/selftests/kvm/kvm_create_max_vcpus.c | 30 +++++ tools/testing/selftests/net/fcnal-test.sh | 23 ++-- .../net/forwarding/forwarding.config.sample | 2 + 76 files changed, 525 insertions(+), 250 deletions(-)
On Mon, 20 Dec 2021 15:33:49 +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.168 release. There are 71 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, 22 Dec 2021 14:30:09 +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.168-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.168-rc1-g13335f539c37 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
On 12/20/2021 6:33 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.168 release. There are 71 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, 22 Dec 2021 14:30:09 +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.168-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 12/20/21 7:33 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.168 release. There are 71 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, 22 Dec 2021 14:30:09 +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.168-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/12/20 22:33, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.168 release. There are 71 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, 22 Dec 2021 14:30:09 +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.168-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.168-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.168-rc1 Commit: 33e178a54a32352a55125d511c690b8020b4cbd9 Compiler: gcc version 7.3.0 (GCC)
arm64: -------------------------------------------------------------------- Testcase Result Summary: total: 9014 passed: 9014 failed: 0 timeout: 0 --------------------------------------------------------------------
x86: -------------------------------------------------------------------- Testcase Result Summary: total: 9014 passed: 9014 failed: 0 timeout: 0 --------------------------------------------------------------------
Tested-by: Hulk Robot hulkrobot@huawei.com
Hi Greg,
On Mon, Dec 20, 2021 at 03:33:49PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.168 release. There are 71 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, 22 Dec 2021 14:30:09 +0000. Anything received after that time might be too late.
Build test: mips (gcc version 11.2.1 20211214): 65 configs -> no new failure arm (gcc version 11.2.1 20211214): 107 configs -> no new failure arm64 (gcc version 11.2.1 20211214): 2 configs -> no failure x86_64 (gcc version 11.2.1 20211214): 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/534
Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk
-- Regards Sudip
On Mon, 20 Dec 2021 at 20:15, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.4.168 release. There are 71 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, 22 Dec 2021 14:30:09 +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.168-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.168-rc1 * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc * git branch: linux-5.4.y * git commit: 13335f539c375b976ffe3a79116239de6a54645e * git describe: v5.4.167-72-g13335f539c37 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.16...
## No Test Regressions (compared to v5.4.165-19-g542c7817d093)
## No Test Fixes (compared to v5.4.165-19-g542c7817d093)
## Test result summary total: 87950, pass: 73810, fail: 632, skip: 12412, xfail: 1096
## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 258 total, 254 passed, 4 failed * arm64: 36 total, 31 passed, 5 failed * dragonboard-410c: 1 total, 1 passed, 0 failed * hi6220-hikey: 1 total, 1 passed, 0 failed * i386: 20 total, 20 passed, 0 failed * juno-r2: 1 total, 1 passed, 0 failed * mips: 34 total, 34 passed, 0 failed * parisc: 12 total, 12 passed, 0 failed * powerpc: 52 total, 48 passed, 4 failed * riscv: 24 total, 24 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: 1 total, 1 passed, 0 failed * x86: 1 total, 1 passed, 0 failed * x86_64: 36 total, 36 passed, 0 failed
## Test suites summary * fwts * kselftest-android * kselftest-arm64 * kselftest-arm64/arm64.btitest.bti_c_func * kselftest-arm64/arm64.btitest.bti_j_func * kselftest-arm64/arm64.btitest.bti_jc_func * kselftest-arm64/arm64.btitest.bti_none_func * kselftest-arm64/arm64.btitest.nohint_func * kselftest-arm64/arm64.btitest.paciasp_func * kselftest-arm64/arm64.nobtitest.bti_c_func * kselftest-arm64/arm64.nobtitest.bti_j_func * kselftest-arm64/arm64.nobtitest.bti_jc_func * kselftest-arm64/arm64.nobtitest.bti_none_func * kselftest-arm64/arm64.nobtitest.nohint_func * kselftest-arm64/arm64.nobtitest.paciasp_func * 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 * perf/Zstd-perf.data-compression * rcutorture * ssuite * v4l2-compliance
-- Linaro LKFT https://lkft.linaro.org
On Mon, Dec 20, 2021 at 03:33:49PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.168 release. There are 71 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, 22 Dec 2021 14:30:09 +0000. Anything received after that time might be too late.
Build results: total: 157 pass: 157 fail: 0 Qemu test results: total: 444 pass: 444 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter