This is the start of the stable review cycle for the 5.4.234 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 Fri, 03 Mar 2023 18:06:43 +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.234-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.234-rc1 Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> USB: core: Don't hold device lock while reading the "descriptors" sysfs file Florian Zumbiehl <florz@xxxxxxxx> USB: serial: option: add support for VW/Skoda "Carstick LTE" Jiasheng Jiang <jiasheng@xxxxxxxxxxx> dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size Thomas Weißschuh <linux@xxxxxxxxxxxxxx> vc_screen: don't clobber return value in vcs_read Kuniyuki Iwashima <kuniyu@xxxxxxxxxx> net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues(). Martin KaFai Lau <martin.lau@xxxxxxxxxx> bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state Xin Zhao <xnzhao@xxxxxxxxxx> HID: core: Fix deadloop in hid_apply_multiplier. Julian Anastasov <ja@xxxxxx> neigh: make sure used and confirmed times are valid Dean Luick <dean.luick@xxxxxxxxxxxxxxxxxxxx> IB/hfi1: Assign npages earlier David Sterba <dsterba@xxxxxxxx> btrfs: send: limit number of clones and allocated memory size Vishal Verma <vishal.l.verma@xxxxxxxxx> ACPI: NFIT: fix a potential deadlock during NFIT teardown Johan Jonker <jbx6244@xxxxxxxxx> ARM: dts: rockchip: add power-domains property to dp node on rk3288 Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc ------------- Diffstat: Makefile | 4 ++-- arch/arm/boot/dts/rk3288.dtsi | 1 + arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 2 -- drivers/acpi/nfit/core.c | 2 +- drivers/dma/sh/rcar-dmac.c | 5 ++++- drivers/hid/hid-core.c | 3 +++ drivers/infiniband/hw/hfi1/user_exp_rcv.c | 9 ++------- drivers/tty/vt/vc_screen.c | 7 ++++--- drivers/usb/core/hub.c | 5 ++--- drivers/usb/core/sysfs.c | 5 ----- drivers/usb/serial/option.c | 4 ++++ fs/btrfs/send.c | 6 +++--- net/caif/caif_socket.c | 1 + net/core/filter.c | 4 ++-- net/core/neighbour.c | 18 +++++++++++++++--- net/core/stream.c | 1 - 16 files changed, 44 insertions(+), 33 deletions(-)