Linux 5.10.171

From: Greg Kroah-Hartman
Date: Fri Mar 03 2023 - 06:24:37 EST


I'm announcing the release of the 5.10.171 kernel.

All users of the 5.10 kernel series must upgrade.

The updated 5.10.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.y
and can be browsed at the normal kernel.org git web browser:
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

Makefile | 2
arch/arm/boot/dts/rk3288.dtsi | 1
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 2
drivers/acpi/nfit/core.c | 2
drivers/gpu/drm/virtio/virtgpu_object.c | 5 +-
drivers/hid/hid-core.c | 3 +
drivers/infiniband/hw/hfi1/user_exp_rcv.c | 9 ----
drivers/md/md.c | 1
drivers/tty/vt/vc_screen.c | 7 +--
drivers/usb/core/hub.c | 5 --
drivers/usb/core/sysfs.c | 5 --
drivers/usb/gadget/function/u_serial.c | 23 ++++++++--
drivers/usb/serial/option.c | 4 +
fs/btrfs/send.c | 6 +-
io_uring/io_uring.c | 25 +++++++----
net/caif/caif_socket.c | 1
net/core/filter.c | 4 -
net/core/neighbour.c | 18 ++++++--
net/core/stream.c | 1
net/xfrm/xfrm_interface.c | 54 +++++++++++++++++++++++--
net/xfrm/xfrm_policy.c | 3 +
scripts/tags.sh | 11 +++--
22 files changed, 138 insertions(+), 54 deletions(-)

Alan Stern (1):
USB: core: Don't hold device lock while reading the "descriptors" sysfs file

Benedict Wong (1):
Fix XFRM-I support for nested ESP tunnels

Bing-Jhong Billy Jheng (1):
io_uring: add missing lock in io_get_file_fixed

Carlos Llamas (1):
scripts/tags.sh: fix incompatibility with PCRE2

Cristian Ciocaltea (1):
scripts/tags.sh: Invoke 'realpath' via 'xargs'

David Sloan (1):
md: Flush workqueue md_rdev_misc_wq in md_alloc()

David Sterba (1):
btrfs: send: limit number of clones and allocated memory size

Dean Luick (1):
IB/hfi1: Assign npages earlier

Dmitry Osipenko (1):
drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling

Florian Zumbiehl (1):
USB: serial: option: add support for VW/Skoda "Carstick LTE"

Greg Kroah-Hartman (1):
Linux 5.10.171

Johan Jonker (1):
ARM: dts: rockchip: add power-domains property to dp node on rk3288

Julian Anastasov (1):
neigh: make sure used and confirmed times are valid

Krzysztof Kozlowski (1):
arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc

Kuniyuki Iwashima (1):
net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().

Martin KaFai Lau (1):
bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state

Miaoqian Lin (1):
drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init

Prashanth K (1):
usb: gadget: u_serial: Add null pointer check in gserial_resume

Thomas Weißschuh (1):
vc_screen: don't clobber return value in vcs_read

Vishal Verma (1):
ACPI: NFIT: fix a potential deadlock during NFIT teardown

Xin Zhao (1):
HID: core: Fix deadloop in hid_apply_multiplier.