[PATCH 5.10 00/13] 5.10.25-rc1 review

From: Greg Kroah-Hartman
Date: Fri Mar 19 2021 - 08:21:15 EST


This is the start of the stable review cycle for the 5.10.25 release.
There are 13 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, 21 Mar 2021 12:17:37 +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.25-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.25-rc1

Florian Fainelli <f.fainelli@xxxxxxxxx>
net: dsa: b53: Support setting learning on port

Takashi Iwai <tiwai@xxxxxxx>
ALSA: usb-audio: Don't avoid stopping the stream at disconnection

J. Bruce Fields <bfields@xxxxxxxxxx>
Revert "nfsd4: a client's own opens needn't prevent delegations"

J. Bruce Fields <bfields@xxxxxxxxxx>
Revert "nfsd4: remove check_conflicting_opens warning"

Amir Goldstein <amir73il@xxxxxxxxx>
fuse: fix live lock in fuse_iget()

Nicolas Morey-Chaisemartin <nmoreychaisemartin@xxxxxxxx>
RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes

Piotr Krysiuk <piotras@xxxxxxxxx>
bpf, selftests: Fix up some test_verifier cases for unprivileged

Piotr Krysiuk <piotras@xxxxxxxxx>
bpf: Add sanity check for upper ptr_limit

Piotr Krysiuk <piotras@xxxxxxxxx>
bpf: Simplify alu_limit masking for pointer arithmetic

Piotr Krysiuk <piotras@xxxxxxxxx>
bpf: Fix off-by-one for area size in creating mask to left

Piotr Krysiuk <piotras@xxxxxxxxx>
bpf: Prohibit alu ops for pointer types not defining ptr_limit

Ard Biesheuvel <ardb@xxxxxxxxxx>
crypto: x86/aes-ni-xts - use direct calls to and 4-way stride

Uros Bizjak <ubizjak@xxxxxxxxx>
crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg


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

Diffstat:

Makefile | 4 +-
arch/x86/crypto/aesni-intel_asm.S | 133 ++++++++++++---------
arch/x86/crypto/aesni-intel_avx-x86_64.S | 20 ++--
arch/x86/crypto/aesni-intel_glue.c | 25 ++--
drivers/infiniband/ulp/srp/ib_srp.c | 110 +++++++----------
drivers/net/dsa/b53/b53_common.c | 18 +++
drivers/net/dsa/b53/b53_regs.h | 1 +
drivers/net/dsa/bcm_sf2.c | 15 +--
fs/fuse/fuse_i.h | 1 +
fs/locks.c | 3 -
fs/nfsd/nfs4state.c | 53 +++-----
kernel/bpf/verifier.c | 33 +++--
sound/usb/endpoint.c | 3 -
sound/usb/pcm.c | 5 +-
.../selftests/bpf/verifier/bounds_deduction.c | 27 +++--
tools/testing/selftests/bpf/verifier/map_ptr.c | 4 +
tools/testing/selftests/bpf/verifier/unpriv.c | 15 ++-
.../selftests/bpf/verifier/value_ptr_arith.c | 23 +++-
18 files changed, 266 insertions(+), 227 deletions(-)