This is the start of the stable review cycle for the 6.2.2 release. There are 16 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/v6.x/stable-review/patch-6.2.2-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-6.2.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 6.2.2-rc1 Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> USB: core: Don't hold device lock while reading the "descriptors" sysfs file Saranya Gopal <saranya.gopal@xxxxxxxxx> usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDO Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx> arm64: dts: uniphier: Fix property name in PXs3 USB node Prashanth K <quic_prashk@xxxxxxxxxxx> usb: gadget: u_serial: Add null pointer check in gserial_resume Florian Zumbiehl <florz@xxxxxxxx> USB: serial: option: add support for VW/Skoda "Carstick LTE" Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> usb: dwc3: pci: add support for the Intel Meteor Lake-M Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> wifi: rtw88: usb: drop now unnecessary URB size check Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> wifi: rtw88: usb: send Zero length packets if necessary Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> wifi: rtw88: usb: Set qsel correctly Carlos Llamas <cmllamas@xxxxxxxxxx> scripts/tags.sh: fix incompatibility with PCRE2 Stylon Wang <stylon.wang@xxxxxxx> drm/amd/display: Properly reuse completion structure Nicholas Kazlauskas <nicholas.kazlauskas@xxxxxxx> drm/amd/display: Move DCN314 DOMAIN power control to DMCUB Thomas Weißschuh <linux@xxxxxxxxxxxxxx> vc_screen: don't clobber return value in vcs_read Martin KaFai Lau <martin.lau@xxxxxxxxxx> bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption Vitaly Rodionov <vitalyr@xxxxxxxxxxxxxxxxxxxxx> ALSA: hda: cs35l41: Correct error condition handling ------------- Diffstat: Makefile | 4 +- .../dts/socionext/uniphier-pxs3-ref-gadget0.dts | 2 +- .../dts/socionext/uniphier-pxs3-ref-gadget1.dts | 2 +- arch/arm64/crypto/sm4-ce-gcm-glue.c | 51 +++++++++++----------- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 ++ .../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c | 24 ++++++++++ .../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h | 2 + .../gpu/drm/amd/display/dc/dcn314/dcn314_init.c | 2 +- drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 25 +++++++++++ drivers/net/wireless/realtek/rtw88/usb.c | 18 ++------ 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 ++ drivers/usb/typec/pd.c | 1 - net/core/filter.c | 4 +- scripts/tags.sh | 2 +- sound/pci/hda/hda_cs_dsp_ctl.c | 4 +- 20 files changed, 125 insertions(+), 67 deletions(-)