linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6.0 00/20] 6.0.4-rc1 review
@ 2022-10-24 11:31 Greg Kroah-Hartman
  2022-10-24 11:31 ` [PATCH 6.0 01/20] drm/i915/bios: Validate fp_timing terminator presence Greg Kroah-Hartman
                   ` (31 more replies)
  0 siblings, 32 replies; 41+ messages in thread
From: Greg Kroah-Hartman @ 2022-10-24 11:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, stable, torvalds, akpm, linux, shuah,
	patches, lkft-triage, pavel, jonathanh, f.fainelli,
	sudipm.mukherjee, srw

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.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.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(-)



^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2022-11-01 11:42 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-24 11:31 [PATCH 6.0 00/20] 6.0.4-rc1 review Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 01/20] drm/i915/bios: Validate fp_timing terminator presence Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 02/20] drm/i915/bios: Use hardcoded fp_timing size for generating LFP data pointers Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 03/20] pinctrl: amd: change dev_warn to dev_dbg for additional feature support Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 04/20] thermal: intel_powerclamp: Use first online CPU as control_cpu Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 05/20] io_uring/net: fail zc send when unsupported by socket Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 06/20] HID: playstation: stop DualSense output work on remove Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 07/20] HID: playstation: add initial DualSense Edge controller support Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 08/20] net: flag sockets supporting msghdr originated zerocopy Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 09/20] drm/amd/pm: fulfill SMU13.0.7 cstate control interface Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 10/20] drm/amd/pm: add SMU IP v13.0.4 IF version define to V7 Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 11/20] drm/amd/pm: disable cstate feature for gpu reset scenario Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 12/20] drm/amd/pm: fulfill SMU13.0.0 cstate control interface Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 13/20] drm/amd/pm: update SMU IP v13.0.4 driver interface version Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 14/20] dm clone: Fix typo in block_device format specifier Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 15/20] efi: efivars: Fix variable writes without query_variable_store() Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 16/20] efi: ssdt: Dont free memory if ACPI table was loaded successfully Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 17/20] gcov: support GCC 12.1 and newer compilers Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 18/20] io-wq: Fix memory leak in worker creation Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 19/20] mm/huge_memory: do not clobber swp_entry_t during THP split Greg Kroah-Hartman
2022-10-25 15:11   ` Hugh Dickins
2022-10-25 15:58     ` Greg Kroah-Hartman
2022-10-30  3:33       ` Hugh Dickins
2022-10-31  6:44         ` Greg Kroah-Hartman
2022-10-24 11:31 ` [PATCH 6.0 20/20] fbdev/core: Remove remove_conflicting_pci_framebuffers() Greg Kroah-Hartman
2022-11-01  8:42   ` Boris V.
2022-11-01 10:34     ` Thomas Zimmermann
2022-11-01 11:34       ` Boris V.
2022-10-24 15:47 ` [PATCH 6.0 00/20] 6.0.4-rc1 review Luna Jernberg
2022-10-24 19:10 ` Rudi Heitbaum
2022-10-24 19:21 ` Jon Hunter
2022-10-24 19:28 ` Florian Fainelli
2022-10-24 20:48 ` Shuah Khan
2022-10-24 21:55 ` Ron Economos
2022-10-25  0:20 ` Slade Watkins
2022-10-25  9:08 ` Bagas Sanjaya
2022-10-25 12:33 ` Naresh Kamboju
2022-10-25 15:32 ` Guenter Roeck
2022-10-25 22:43 ` Justin Forbes
2022-10-26  6:36 ` Ernst Herzberg
2022-10-26  6:59   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).