Linux 6.2.2

From: Greg Kroah-Hartman
Date: Fri Mar 03 2023 - 06:25:34 EST


I'm announcing the release of the 6.2.2 kernel.

All users of the 6.2 kernel series must upgrade.

The updated 6.2.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.2.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/arm64/boot/dts/socionext/uniphier-pxs3-ref-gadget0.dts | 2
arch/arm64/boot/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
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c | 24 +++++
drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h | 2
drivers/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, 124 insertions(+), 66 deletions(-)

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

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

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

Greg Kroah-Hartman (1):
Linux 6.2.2

Heikki Krogerus (1):
usb: dwc3: pci: add support for the Intel Meteor Lake-M

Herbert Xu (1):
crypto: arm64/sm4-gcm - Fix possible crash in GCM cryption

Kunihiko Hayashi (1):
arm64: dts: uniphier: Fix property name in PXs3 USB node

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

Nicholas Kazlauskas (1):
drm/amd/display: Move DCN314 DOMAIN power control to DMCUB

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

Saranya Gopal (1):
usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDO

Sascha Hauer (3):
wifi: rtw88: usb: Set qsel correctly
wifi: rtw88: usb: send Zero length packets if necessary
wifi: rtw88: usb: drop now unnecessary URB size check

Stylon Wang (1):
drm/amd/display: Properly reuse completion structure

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

Vitaly Rodionov (1):
ALSA: hda: cs35l41: Correct error condition handling