[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230301180652.658125575@linuxfoundation.org>
Date: Wed, 1 Mar 2023 19:08:33 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: stable@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
patches@...ts.linux.dev, linux-kernel@...r.kernel.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, sudipm.mukherjee@...il.com,
srw@...dewatkins.net, rwarsow@....de
Subject: [PATCH 5.15 00/22] 5.15.97-rc1 review
This is the start of the stable review cycle for the 5.15.97 release.
There are 22 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.15.97-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.15.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Linux 5.15.97-rc1
Alan Stern <stern@...land.harvard.edu>
USB: core: Don't hold device lock while reading the "descriptors" sysfs file
Prashanth K <quic_prashk@...cinc.com>
usb: gadget: u_serial: Add null pointer check in gserial_resume
Florian Zumbiehl <florz@...rz.de>
USB: serial: option: add support for VW/Skoda "Carstick LTE"
Heikki Krogerus <heikki.krogerus@...ux.intel.com>
usb: dwc3: pci: add support for the Intel Meteor Lake-M
Carlos Llamas <cmllamas@...gle.com>
scripts/tags.sh: fix incompatibility with PCRE2
Cristian Ciocaltea <cristian.ciocaltea@...labora.com>
scripts/tags.sh: Invoke 'realpath' via 'xargs'
Thomas Weißschuh <linux@...ssschuh.net>
vc_screen: don't clobber return value in vcs_read
Kuniyuki Iwashima <kuniyu@...zon.com>
net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().
Martin KaFai Lau <martin.lau@...nel.org>
bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state
Sergio Paracuellos <sergio.paracuellos@...il.com>
staging: mt7621-dts: change palmbus address to lower case
Kan Liang <kan.liang@...ux.intel.com>
x86/cpu: Add Lunar Lake M
Xin Zhao <xnzhao@...gle.com>
HID: core: Fix deadloop in hid_apply_multiplier.
Julian Anastasov <ja@....bg>
neigh: make sure used and confirmed times are valid
Dean Luick <dean.luick@...nelisnetworks.com>
IB/hfi1: Assign npages earlier
Jack Yu <jack.yu@...ltek.com>
ASoC: rt715-sdca: fix clock stop prepare timeout issue
David Sterba <dsterba@...e.com>
btrfs: send: limit number of clones and allocated memory size
Vishal Verma <vishal.l.verma@...el.com>
ACPI: NFIT: fix a potential deadlock during NFIT teardown
Takahiro Fujii <fujii@...xi.net>
HID: elecom: add support for TrackBall 056E:011C
Johan Jonker <jbx6244@...il.com>
ARM: dts: rockchip: add power-domains property to dp node on rk3288
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc
Benedict Wong <benedictwong@...gle.com>
Fix XFRM-I support for nested ESP tunnels
Neel Patel <neel@...sando.io>
ionic: refactor use of ionic_rx_fill()
-------------
Diffstat:
Makefile | 4 +-
arch/arm/boot/dts/rk3288.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 2 -
arch/x86/include/asm/intel-family.h | 2 +
drivers/acpi/nfit/core.c | 2 +-
drivers/hid/hid-core.c | 3 ++
drivers/hid/hid-elecom.c | 16 ++++++-
drivers/hid/hid-ids.h | 3 +-
drivers/hid/hid-quirks.c | 3 +-
drivers/infiniband/hw/hfi1/user_exp_rcv.c | 9 +---
drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 23 +++++-----
drivers/staging/mt7621-dts/gbpc1.dts | 2 +-
drivers/tty/vt/vc_screen.c | 7 +--
drivers/usb/core/hub.c | 5 +--
drivers/usb/core/sysfs.c | 5 ---
drivers/usb/dwc3/dwc3-pci.c | 4 ++
drivers/usb/gadget/function/u_serial.c | 23 ++++++++--
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 -
net/xfrm/xfrm_interface.c | 54 ++++++++++++++++++++++--
net/xfrm/xfrm_policy.c | 3 ++
scripts/tags.sh | 11 +++--
sound/soc/codecs/rt715-sdca-sdw.c | 2 +-
27 files changed, 157 insertions(+), 61 deletions(-)
Powered by blists - more mailing lists