Linux 6.0.4

From: Greg Kroah-Hartman
Date: Wed Oct 26 2022 - 07:41:08 EST


I'm announcing the release of the 6.0.4 kernel.

All users of the 6.0 kernel series must upgrade.

The updated 6.0.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.0.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
drivers/firmware/efi/efi.c | 2
drivers/firmware/efi/vars.c | 10
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8
drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_4.h | 17 +
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 2
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 8
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c | 9
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 11 +
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 12 +
drivers/gpu/drm/i915/display/intel_bios.c | 106 ++++------
drivers/hid/hid-ids.h | 1
drivers/hid/hid-playstation.c | 46 +++-
drivers/md/dm-clone-target.c | 2
drivers/pinctrl/pinctrl-amd.c | 4
drivers/thermal/intel/intel_powerclamp.c | 6
drivers/video/aperture.c | 30 +-
drivers/video/fbdev/core/fbmem.c | 48 ----
fs/efivarfs/vars.c | 16 -
include/linux/efi.h | 3
include/linux/fb.h | 2
include/linux/net.h | 1
io_uring/io-wq.c | 2
io_uring/net.c | 2
kernel/gcov/gcc_4_7.c | 18 +
net/ipv4/tcp.c | 1
net/ipv4/udp.c | 1
sound/pci/hda/hda_codec.c | 41 +--
28 files changed, 228 insertions(+), 183 deletions(-)

Ard Biesheuvel (2):
efi: efivars: Fix variable writes without query_variable_store()
efi: ssdt: Don't free memory if ACPI table was loaded successfully

Basavaraj Natikar (1):
pinctrl: amd: change dev_warn to dev_dbg for additional feature support

Evan Quan (3):
drm/amd/pm: fulfill SMU13.0.7 cstate control interface
drm/amd/pm: disable cstate feature for gpu reset scenario
drm/amd/pm: fulfill SMU13.0.0 cstate control interface

Greg Kroah-Hartman (1):
Linux 6.0.4

Martin Liska (1):
gcov: support GCC 12.1 and newer compilers

Nikos Tsironis (1):
dm clone: Fix typo in block_device format specifier

Pavel Begunkov (2):
io_uring/net: fail zc send when unsupported by socket
net: flag sockets supporting msghdr originated zerocopy

Rafael J. Wysocki (1):
thermal: intel_powerclamp: Use first online CPU as control_cpu

Rafael Mendonca (1):
io-wq: Fix memory leak in worker creation

Roderick Colenbrander (2):
HID: playstation: stop DualSense output work on remove.
HID: playstation: add initial DualSense Edge controller support

Takashi Iwai (1):
Revert "ALSA: hda: Fix page fault in snd_hda_codec_shutdown()"

Thomas Zimmermann (1):
fbdev/core: Remove remove_conflicting_pci_framebuffers()

Tim Huang (2):
drm/amd/pm: add SMU IP v13.0.4 IF version define to V7
drm/amd/pm: update SMU IP v13.0.4 driver interface version

Ville Syrjälä (2):
drm/i915/bios: Validate fp_timing terminator presence
drm/i915/bios: Use hardcoded fp_timing size for generating LFP data pointers