This is the start of the stable review cycle for the 6.0.4 release. There are 20 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 Wed, 26 Oct 2022 11:29:24 +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.0.4-rc1.g... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.0.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 6.0.4-rc1
Thomas Zimmermann tzimmermann@suse.de fbdev/core: Remove remove_conflicting_pci_framebuffers()
Mel Gorman mgorman@techsingularity.net mm/huge_memory: do not clobber swp_entry_t during THP split
Rafael Mendonca rafaelmendsr@gmail.com io-wq: Fix memory leak in worker creation
Martin Liska mliska@suse.cz gcov: support GCC 12.1 and newer compilers
Ard Biesheuvel ardb@kernel.org efi: ssdt: Don't free memory if ACPI table was loaded successfully
Ard Biesheuvel ardb@kernel.org efi: efivars: Fix variable writes without query_variable_store()
Nikos Tsironis ntsironis@arrikto.com dm clone: Fix typo in block_device format specifier
Tim Huang tim.huang@amd.com drm/amd/pm: update SMU IP v13.0.4 driver interface version
Evan Quan evan.quan@amd.com drm/amd/pm: fulfill SMU13.0.0 cstate control interface
Evan Quan evan.quan@amd.com drm/amd/pm: disable cstate feature for gpu reset scenario
Tim Huang tim.huang@amd.com drm/amd/pm: add SMU IP v13.0.4 IF version define to V7
Evan Quan evan.quan@amd.com drm/amd/pm: fulfill SMU13.0.7 cstate control interface
Pavel Begunkov asml.silence@gmail.com net: flag sockets supporting msghdr originated zerocopy
Roderick Colenbrander roderick@gaikai.com HID: playstation: add initial DualSense Edge controller support
Roderick Colenbrander roderick@gaikai.com HID: playstation: stop DualSense output work on remove.
Pavel Begunkov asml.silence@gmail.com io_uring/net: fail zc send when unsupported by socket
Rafael J. Wysocki rafael.j.wysocki@intel.com thermal: intel_powerclamp: Use first online CPU as control_cpu
Basavaraj Natikar Basavaraj.Natikar@amd.com pinctrl: amd: change dev_warn to dev_dbg for additional feature support
Ville Syrjälä ville.syrjala@linux.intel.com drm/i915/bios: Use hardcoded fp_timing size for generating LFP data pointers
Ville Syrjälä ville.syrjala@linux.intel.com drm/i915/bios: Validate fp_timing terminator presence
-------------
Diffstat:
Makefile | 4 +- drivers/firmware/efi/efi.c | 2 + drivers/firmware/efi/vars.c | 10 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 8 ++ .../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 ++ .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 11 +++ .../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 +++- mm/huge_memory.c | 11 ++- net/ipv4/tcp.c | 1 + net/ipv4/udp.c | 1 + 28 files changed, 218 insertions(+), 165 deletions(-)