This is the start of the stable review cycle for the 5.4.201 release. There are 11 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 Sat, 25 Jun 2022 16:43:11 +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.201-rc1.gz 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@xxxxxxxxxxxxxxxxxxx> Linux 5.4.201-rc1 Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Revert "hwmon: Make chip parameter for with_info API mandatory" Will Deacon <will@xxxxxxxxxx> arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer Willy Tarreau <w@xxxxxx> tcp: drop the hash_32() part from the index calculation Willy Tarreau <w@xxxxxx> tcp: increase source port perturb table to 2^16 Willy Tarreau <w@xxxxxx> tcp: dynamically allocate the perturb table used by source ports Willy Tarreau <w@xxxxxx> tcp: add small random increments to the source port Willy Tarreau <w@xxxxxx> tcp: use different parts of the port_offset for index and offset Eric Dumazet <edumazet@xxxxxxxxxx> tcp: add some entropy in __inet_hash_connect() Marian Postevca <posteuca@xxxxxxxxx> usb: gadget: u_ether: fix regression in setting fixed MAC address Mike Snitzer <snitzer@xxxxxxxxxx> dm: remove special-casing of bio-based immutable singleton target on NVMe Christian Borntraeger <borntraeger@xxxxxxxxxxxxx> s390/mm: use non-quiescing sske for KVM switch to keyed guest ------------- Diffstat: Documentation/hwmon/hwmon-kernel-api.rst | 2 +- Makefile | 4 +- arch/arm64/mm/cache.S | 2 - arch/s390/mm/pgtable.c | 2 +- drivers/hwmon/hwmon.c | 16 ++++--- drivers/md/dm-table.c | 32 +------------- drivers/md/dm.c | 73 +++----------------------------- drivers/usb/gadget/function/u_ether.c | 11 ++++- include/linux/device-mapper.h | 1 - net/ipv4/inet_hashtables.c | 31 ++++++++++---- 10 files changed, 54 insertions(+), 120 deletions(-)