This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6d6444ba8205 Merge tag 's390-6.10-7' of git://git.kernel.org/pub/scm/li [...] new 26b97668e533 io_uring: remove dead struct io_submit_state member new dbcabac138fd io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI new 0f47788b3326 Merge tag 'io_uring-6.10-20240627' of git://git.kernel.dk/linux new 529038146ba1 thermal: gov_step_wise: Go straight to instance->lower whe [...] new 92572d2c08e0 Merge tag 'thermal-6.10-rc6' of git://git.kernel.org/pub/s [...] new a1ff59784b27 cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC [...] new ef8abe9668ce Merge tag 'pm-6.10-rc6' of git://git.kernel.org/pub/scm/li [...] new d92a7580392a drm/fbdev-dma: Only set smem_start is enable per module option new 37ce99b77762 drm/panel: simple: Add missing display timing flags for KO [...] new 6d411c8ccc01 drm/nouveau/dispnv04: fix null pointer dereference in nv17 [...] new 66edf3fb331b drm/nouveau/dispnv04: fix null pointer dereference in nv17 [...] new 5fed0854cfab Merge tag 'drm-misc-fixes-2024-06-26' of https://gitlab.fr [...] new c223376b3019 drm/amd/swsmu: add MALL init support workaround for smu_v14_0_1 new f6f49dda49db drm/amdgpu/atomfirmware: fix parsing of vram_info new 74fa02c4a5ea drm/amdgpu: Fix pci state save during mode-1 reset new 2ec6c7f80233 drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection [...] new bcfa48ff785b drm/amdgpu: avoid using null object of framebuffer new 48880f9686b1 drm/amdgpu: Don't show false warning for reg list new 7a1b3f318b5c Merge tag 'amd-drm-fixes-6.10-2024-06-26' of https://gitla [...] new 996c3412a065 drm/i915/gt: Fix potential UAF by revoke of fence registers new 3e6d5e1199e8 Merge tag 'drm-intel-fixes-2024-06-27' of https://gitlab.f [...] new 4f2a129b33a2 drm/drm_file: Fix pid refcounting race new 1c52cf5e79d3 Merge tag 'drm-fixes-2024-06-28' of https://gitlab.freedes [...]
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/cpufreq/intel_pstate.c | 13 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 7 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 25 ++++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c | 18 +++++- drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h | 5 +- .../display/dc/link/protocols/link_dp_capability.c | 10 ++- drivers/gpu/drm/amd/display/include/dpcd_defs.h | 5 ++ drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 13 ++++ drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 5 ++ .../amd/pm/swsmu/inc/pmfw_if/smu_v14_0_0_ppsmc.h | 4 +- drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h | 4 +- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c | 73 ++++++++++++++++++++++ drivers/gpu/drm/drm_fb_helper.c | 6 +- drivers/gpu/drm/drm_fbdev_dma.c | 5 +- drivers/gpu/drm/drm_file.c | 8 +-- drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c | 1 + drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 6 ++ drivers/gpu/drm/panel/panel-simple.c | 1 + drivers/thermal/gov_step_wise.c | 23 ++----- include/linux/io_uring_types.h | 1 - io_uring/io_uring.c | 4 +- 22 files changed, 187 insertions(+), 52 deletions(-)