This is the start of the stable review cycle for the 5.4.94 release. There are 18 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, 31 Jan 2021 10:59:01 +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.94-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.94-rc1
Eric Biggers ebiggers@google.com fs: fix lazytime expiration handling in __writeback_single_inode()
Jan Kara jack@suse.cz writeback: Drop I_DIRTY_TIME_EXPIRE
Mikulas Patocka mpatocka@redhat.com dm integrity: conditionally disable "recalculate" feature
Jean-Philippe Brucker jean-philippe@linaro.org tools: Factor HOSTCC, HOSTLD, HOSTAR definitions
Steve French stfrench@microsoft.com SMB3.1.1: do not log warning message if server doesn't populate salt
Ard Biesheuvel ardb@kernel.org arm64: mm: use single quantity to represent the PA to VA translation
Gaurav Kohli gkohli@codeaurora.org tracing: Fix race in trace_open and buffer resize call
Nicolai Stange nstange@suse.de io_uring: Fix current->fs handling in io_sq_wq_submit_work()
Jason Gerecke killertofu@gmail.com HID: wacom: Correct NULL dereference on AES pen proximity
Thomas Gleixner tglx@linutronix.de futex: Handle faults correctly for PI futexes
Thomas Gleixner tglx@linutronix.de futex: Simplify fixup_pi_state_owner()
Thomas Gleixner tglx@linutronix.de futex: Use pi_state_update_owner() in put_pi_state()
Thomas Gleixner tglx@linutronix.de rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
Thomas Gleixner tglx@linutronix.de futex: Provide and use pi_state_update_owner()
Thomas Gleixner tglx@linutronix.de futex: Replace pointless printk in fixup_owner()
Thomas Gleixner tglx@linutronix.de futex: Ensure the correct return value from futex_lock_pi()
Wang Hai wanghai38@huawei.com Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
Baruch Siach baruch@tkos.co.il gpio: mvebu: fix pwm .get_state period calculation
-------------
Diffstat:
.../admin-guide/device-mapper/dm-integrity.rst | 6 + Makefile | 4 +- arch/arm64/include/asm/memory.h | 5 +- arch/arm64/include/asm/pgtable.h | 4 +- arch/arm64/mm/init.c | 30 +-- drivers/gpio/gpio-mvebu.c | 25 +-- drivers/hid/wacom_sys.c | 7 +- drivers/hid/wacom_wac.h | 2 +- drivers/md/dm-integrity.c | 24 ++- fs/cifs/smb2pdu.c | 7 +- fs/cifs/smb2pdu.h | 14 +- fs/ext4/inode.c | 2 +- fs/fs-writeback.c | 36 ++-- fs/io_uring.c | 5 +- fs/xfs/libxfs/xfs_trans_inode.c | 4 +- include/linux/fs.h | 1 - include/trace/events/writeback.h | 1 - kernel/futex.c | 219 +++++++++------------ kernel/locking/rtmutex.c | 3 +- kernel/locking/rtmutex_common.h | 3 +- kernel/trace/ring_buffer.c | 4 + mm/slub.c | 4 +- tools/build/Makefile | 4 - tools/objtool/Makefile | 9 - tools/perf/Makefile.perf | 4 - tools/power/acpi/Makefile.config | 1 - tools/scripts/Makefile.include | 10 + 27 files changed, 211 insertions(+), 227 deletions(-)
On Fri, Jan 29, 2021 at 12:07:14PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.94 release. There are 18 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, 31 Jan 2021 10:59:01 +0000. Anything received after that time might be too late.
Build results: total: 157 pass: 157 fail: 0 Qemu test results: total: 427 pass: 427 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter
On 29/01/2021 18:22, Guenter Roeck wrote:
On Fri, Jan 29, 2021 at 12:07:14PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.4.94 release. There are 18 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.
Replying here because I don't have the original.
Test results for stable-v5.4: 12 builds: 12 pass, 0 fail 26 boots: 26 pass, 0 fail 57 tests: 57 pass, 0 fail
Linux version: 5.4.94-rc1-g5a6e0182cbe9 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 Fri, 29 Jan 2021 at 16:47, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.4.94 release. There are 18 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, 31 Jan 2021 10:59:01 +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.94-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
Summary ------------------------------------------------------------------------
kernel: 5.4.94-rc1 git repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git git branch: linux-5.4.y git commit: 5a6e0182cbe9eb6e7cefcb8761c5c9b4f15c02b1 git describe: v5.4.93-19-g5a6e0182cbe9 Test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.4.y/build/v5.4.93...
No regressions (compared to build v5.4.93)
No fixes (compared to build v5.4.93)
Ran 52505 total tests in the following environments and test suites.
Environments -------------- - arc - arm - arm64 - dragonboard-410c - hi6220-hikey - i386 - juno-r2 - juno-r2-compat - juno-r2-kasan - mips - nxp-ls2088 - nxp-ls2088-64k_page_size - parisc - powerpc - qemu-arm-clang - qemu-arm64-clang - qemu-arm64-kasan - qemu-x86_64-clang - qemu-x86_64-kasan - qemu-x86_64-kcsan - qemu_arm - qemu_arm64 - qemu_arm64-compat - qemu_i386 - qemu_x86_64 - qemu_x86_64-compat - riscv - s390 - sh - sparc - x15 - x86 - x86-kasan - x86_64
Test Suites ----------- * build * linux-log-parser * igt-gpu-tools * install-android-platform-tools-r2600 * kselftest * ltp-commands-tests * ltp-containers-tests * ltp-dio-tests * ltp-io-tests * ltp-ipc-tests * ltp-math-tests * ltp-sched-tests * ltp-syscalls-tests * ltp-tracing-tests * perf * network-basic-tests * libhugetlbfs * ltp-cap_bounds-tests * ltp-controllers-tests * ltp-cpuhotplug-tests * ltp-crypto-tests * ltp-cve-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 * ltp-nptl-tests * ltp-open-posix-tests * ltp-pty-tests * ltp-securebits-tests * v4l2-compliance * kvm-unit-tests * fwts * rcutorture * kselftest-vsyscall-mode-native * kselftest-vsyscall-mode-none