[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210319121745.112612545@linuxfoundation.org>
Date: Fri, 19 Mar 2021 13:18:57 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
f.fainelli@...il.com, stable@...r.kernel.org
Subject: [PATCH 5.10 00/13] 5.10.25-rc1 review
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@...uxfoundation.org>
Linux 5.10.25-rc1
Florian Fainelli <f.fainelli@...il.com>
net: dsa: b53: Support setting learning on port
Takashi Iwai <tiwai@...e.de>
ALSA: usb-audio: Don't avoid stopping the stream at disconnection
J. Bruce Fields <bfields@...hat.com>
Revert "nfsd4: a client's own opens needn't prevent delegations"
J. Bruce Fields <bfields@...hat.com>
Revert "nfsd4: remove check_conflicting_opens warning"
Amir Goldstein <amir73il@...il.com>
fuse: fix live lock in fuse_iget()
Nicolas Morey-Chaisemartin <nmoreychaisemartin@...e.com>
RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes
Piotr Krysiuk <piotras@...il.com>
bpf, selftests: Fix up some test_verifier cases for unprivileged
Piotr Krysiuk <piotras@...il.com>
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk <piotras@...il.com>
bpf: Simplify alu_limit masking for pointer arithmetic
Piotr Krysiuk <piotras@...il.com>
bpf: Fix off-by-one for area size in creating mask to left
Piotr Krysiuk <piotras@...il.com>
bpf: Prohibit alu ops for pointer types not defining ptr_limit
Ard Biesheuvel <ardb@...nel.org>
crypto: x86/aes-ni-xts - use direct calls to and 4-way stride
Uros Bizjak <ubizjak@...il.com>
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(-)
Powered by blists - more mailing lists