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(-)