This is the start of the stable review cycle for the 5.4.141 release. There are 27 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, 15 Aug 2021 15:05:12 +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.141-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.141-rc1
Nikolay Borisov nborisov@suse.com btrfs: don't flush from btrfs_delayed_inode_reserve_metadata
Nikolay Borisov nborisov@suse.com btrfs: export and rename qgroup_reserve_meta
Qu Wenruo wqu@suse.com btrfs: qgroup: don't commit transaction when we already hold the handle
YueHaibing yuehaibing@huawei.com net: xilinx_emaclite: Do not print real IOMEM pointer
Filipe Manana fdmanana@suse.com btrfs: fix lockdep splat when enabling and disabling qgroups
Qu Wenruo wqu@suse.com btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-EDQUOT
Qu Wenruo wqu@suse.com btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED
Qu Wenruo wqu@suse.com btrfs: qgroup: try to flush qgroup space when we get -EDQUOT
Qu Wenruo wqu@suse.com btrfs: qgroup: allow to unreserve range without releasing other ranges
Nikolay Borisov nborisov@suse.com btrfs: make btrfs_qgroup_reserve_data take btrfs_inode
Nikolay Borisov nborisov@suse.com btrfs: make qgroup_free_reserved_data take btrfs_inode
Miklos Szeredi mszeredi@redhat.com ovl: prevent private clone if bind mount is not allowed
Pali Rohár pali@kernel.org ppp: Fix generating ppp unit id when ifname is not specified
Luke D Jones luke@ljones.dev ALSA: hda: Add quirk for ASUS Flow x13
Longfang Liu liulongfang@huawei.com USB:ehci:fix Kunpeng920 ehci hardware problem
Lai Jiangshan laijs@linux.alibaba.com KVM: X86: MMU: Use the correct inherited permissions to get shadow page
Wesley Cheng wcheng@codeaurora.org usb: dwc3: gadget: Avoid runtime resume if disabling pullup
Wesley Cheng wcheng@codeaurora.org usb: dwc3: gadget: Disable gadget IRQ during pullup disable
Wesley Cheng wcheng@codeaurora.org usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disable
Wesley Cheng wcheng@codeaurora.org usb: dwc3: gadget: Prevent EP queuing while stopping transfers
Wesley Cheng wcheng@codeaurora.org usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup
Wesley Cheng wcheng@codeaurora.org usb: dwc3: gadget: Allow runtime suspend if UDC unbinded
Wesley Cheng wcheng@codeaurora.org usb: dwc3: Stop active transfers before halting the controller
Masami Hiramatsu mhiramat@kernel.org tracing: Reject string operand in the histogram expression
Alexandre Courbot gnurou@gmail.com media: v4l2-mem2mem: always consider OUTPUT queue during poll
Sumit Garg sumit.garg@linaro.org tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flag
Sean Christopherson seanjc@google.com KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB
-------------
Diffstat:
Documentation/virt/kvm/mmu.txt | 4 +- Makefile | 4 +- arch/x86/kvm/paging_tmpl.h | 14 +- arch/x86/kvm/svm.c | 2 +- drivers/media/v4l2-core/v4l2-mem2mem.c | 6 +- drivers/net/ethernet/xilinx/xilinx_emaclite.c | 5 +- drivers/net/ppp/ppp_generic.c | 19 +- drivers/tee/optee/call.c | 2 +- drivers/tee/optee/core.c | 3 +- drivers/tee/optee/rpc.c | 5 +- drivers/tee/optee/shm_pool.c | 8 +- drivers/tee/tee_shm.c | 4 +- drivers/usb/dwc3/ep0.c | 2 +- drivers/usb/dwc3/gadget.c | 118 +++++++-- drivers/usb/host/ehci-pci.c | 3 + fs/btrfs/ctree.h | 13 +- fs/btrfs/delalloc-space.c | 2 +- fs/btrfs/delayed-inode.c | 3 +- fs/btrfs/disk-io.c | 4 +- fs/btrfs/file.c | 7 +- fs/btrfs/inode.c | 2 +- fs/btrfs/qgroup.c | 328 +++++++++++++++++++------- fs/btrfs/qgroup.h | 5 +- fs/btrfs/transaction.c | 16 +- fs/btrfs/transaction.h | 15 -- fs/namespace.c | 42 ++-- include/linux/tee_drv.h | 1 + kernel/trace/trace_events_hist.c | 20 +- sound/pci/hda/patch_realtek.c | 1 + 29 files changed, 468 insertions(+), 190 deletions(-)
On 8/13/21 9:06 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.141 release. There are 27 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, 15 Aug 2021 15:05:12 +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.141-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
Hi Greg,
On Fri, Aug 13, 2021 at 05:06:58PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.141 release. There are 27 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, 15 Aug 2021 15:05:12 +0000. Anything received after that time might be too late.
Build test: mips (gcc version 11.1.1 20210723): 65 configs -> no failure arm (gcc version 11.1.1 20210723): 107 configs -> no new failure arm64 (gcc version 11.1.1 20210723): 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/28
Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk
-- Regards Sudip
On Fri, 13 Aug 2021 at 20:44, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.4.141 release. There are 27 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, 15 Aug 2021 15:05:12 +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.141-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.141-rc1 * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc * git branch: linux-5.4.y * git commit: df6ce9b59c705e13e7fdf19dbba5a715b993b712 * git describe: v5.4.139-114-gdf6ce9b59c70 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.13...
## No regressions (compared to v5.4.139-86-gff7bc8590c20)
## No fixes (compared to v5.4.139-86-gff7bc8590c20)
## Test result summary total: 77974, pass: 64106, fail: 387, skip: 12161, xfail: 1320
## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 193 total, 193 passed, 0 failed * arm64: 27 total, 27 passed, 0 failed * i386: 15 total, 15 passed, 0 failed * mips: 45 total, 45 passed, 0 failed * parisc: 9 total, 9 passed, 0 failed * powerpc: 27 total, 27 passed, 0 failed * riscv: 21 total, 21 passed, 0 failed * s390: 9 total, 9 passed, 0 failed * sh: 18 total, 18 passed, 0 failed * sparc: 9 total, 9 passed, 0 failed * x86_64: 27 total, 27 passed, 0 failed
## Test suites summary * fwts * igt-gpu-tools * kselftest-android * kselftest-arm64 * 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-kvm * kselftest-lib * kselftest-livepatch * kselftest-lkdtm * 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-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-vm * kselftest-x86 * kselftest-zram * kvm-unit-tests * 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
-- Linaro LKFT https://lkft.linaro.org
On Fri, Aug 13, 2021 at 05:06:58PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.141 release. There are 27 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, 15 Aug 2021 15:05:12 +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
On 2021/8/13 23:06, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.141 release. There are 27 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, 15 Aug 2021 15:05:12 +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.141-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.141-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.141-rc1 Commit: df6ce9b59c705e13e7fdf19dbba5a715b993b712 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