[PATCH 5.10 00/11] 5.10.125-rc1 review

From: Greg Kroah-Hartman
Date: Thu Jun 23 2022 - 13:50:43 EST


This is the start of the stable review cycle for the 5.10.125 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.10.125-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.10.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Linux 5.10.125-rc1

Will Deacon <will@xxxxxxxxxx>
arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer

Lukas Wunner <lukas@xxxxxxxxx>
serial: core: Initialize rs485 RTS polarity already on probe

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

Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx>
zonefs: fix zonefs_iomap_begin() for reads

Christian Borntraeger <borntraeger@xxxxxxxxxxxxx>
s390/mm: use non-quiescing sske for KVM switch to keyed guest


-------------

Diffstat:

Makefile | 4 +-
arch/arm64/mm/cache.S | 2 -
arch/s390/mm/pgtable.c | 2 +-
drivers/tty/serial/serial_core.c | 34 +++++--------
drivers/usb/gadget/function/u_ether.c | 11 ++++-
fs/zonefs/super.c | 92 +++++++++++++++++++++++------------
net/ipv4/inet_hashtables.c | 31 +++++++++---
7 files changed, 109 insertions(+), 67 deletions(-)