lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPM=9tx60Q0o7v1hK-GJ_iKs7J0dVgQENM44T=gM_KWZXoA4YA@mail.gmail.com>
Date: Sat, 8 Nov 2025 08:08:39 +1000
From: Dave Airlie <airlied@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>, Simona Vetter <simona@...ll.ch>
Cc: dri-devel <dri-devel@...ts.freedesktop.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm fixes for 6.18-rc5

Hi Linus,

Back from travel, thanks to Simona for handling things. regular fixes,
seems about the right size, but spread out a bit.

amdgpu has the usual range of fixes, xe has a few fixes, and nouveau
has a couple of fixes, one for blackwell modifiers on 8/16 bit
surfaces.

Otherwise a few small fixes for mediatek, sched, imagination and pixpaper.

Dave.

drm-fixes-2025-11-08:
drm fixes for 6.18-rc5

sched:
- Fix deadlock

amdgpu:
- Reset fixes
- Misc fixes
- Panel scaling fixes
- HDMI fix
- S0ix fixes
- Hibernation fix
- Secure display fix
- Suspend fix
- MST fix

amdkfd:
- Process cleanup fix

xe:
- Fix missing  synchronization on unbind
- Fix device shutdown when doing FLR
- Fix user fence signaling order

i915:
- Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD
- Fix conversion between clock ticks and nanoseconds

mediatek:
- Disable AFBC support on Mediatek DRM driver
- Add pm_runtime support for GCE power control

imagination:
- kconfig: Fix dependencies

nouveau:
- Set DMA mask earlier
- Advertize correct modifiers for GB20x

pixpaper:
- kconfig: Fix dependencies
The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0:

  Linux 6.18-rc4 (2025-11-02 11:28:02 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-11-08

for you to fetch changes up to d439acbbfb9a982f152c5f806b4592431a80c4fd:

  Merge tag 'drm-xe-fixes-2025-11-07' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
(2025-11-08 07:39:54 +1000)

----------------------------------------------------------------
drm fixes for 6.18-rc5

sched:
- Fix deadlock

amdgpu:
- Reset fixes
- Misc fixes
- Panel scaling fixes
- HDMI fix
- S0ix fixes
- Hibernation fix
- Secure display fix
- Suspend fix
- MST fix

amdkfd:
- Process cleanup fix

xe:
- Fix missing  synchronization on unbind
- Fix device shutdown when doing FLR
- Fix user fence signaling order

i915:
- Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD
- Fix conversion between clock ticks and nanoseconds

mediatek:
- Disable AFBC support on Mediatek DRM driver
- Add pm_runtime support for GCE power control

imagination:
- kconfig: Fix dependencies

nouveau:
- Set DMA mask earlier
- Advertize correct modifiers for GB20x

pixpaper:
- kconfig: Fix dependencies

----------------------------------------------------------------
Alex Deucher (3):
      drm/amdgpu: set default gfx reset masks for gfx6-8
      drm/amdgpu: Drop PMFW RLC notifier from amdgpu_device_suspend()
      drm/amdgpu/smu: Handle S0ix for vangogh

Alex Hung (1):
      drm/amd/display: Fix black screen with HDMI outputs

Ariel D'Alessandro (1):
      drm/mediatek: Disable AFBC support on Mediatek DRM driver

Balasubramani Vivekanandan (1):
      drm/xe/guc: Synchronize Dead CT worker with unbind

Dave Airlie (5):
      Merge tag 'drm-misc-fixes-2025-11-06' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
      Merge tag 'drm-intel-fixes-2025-11-06' of
https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
      Merge tag 'amd-drm-fixes-6.18-2025-11-06' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'mediatek-drm-fixes-20251105' of
https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux
into drm-fixes
      Merge tag 'drm-xe-fixes-2025-11-07' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes

James Jones (2):
      drm: define NVIDIA DRM format modifiers for GB20x
      drm/nouveau: Advertise correct modifiers on GB20x

Janusz Krzysztofik (1):
      drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD

Jason-JH Lin (1):
      drm/mediatek: Add pm_runtime support for GCE power control

Jouni Högander (1):
      drm/xe: Do clean shutdown also when using flr

LiangCheng Wang (1):
      drm/tiny: pixpaper: add explicit dependency on MMU

Lijo Lazar (1):
      drm/amdgpu: Fix wait after reset sequence in S3

Mario Limonciello (1):
      drm/amd: Fix suspend failure with secure display TA

Mario Limonciello (AMD) (1):
      drm/amd/display: Don't stretch non-native images by default in eDP

Matt Coster (1):
      drm/imagination: Optionally depend on POWER_SEQUENCING

Matthew Brost (1):
      drm/xe: Enforce correct user fence signaling order using

Philip Yang (1):
      drm/amdkfd: Don't clear PT after process killed

Pierre-Eric Pelloux-Prayer (1):
      drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb

Rong Zhang (1):
      drm/amd/display: Fix NULL deref in debugfs odm_combine_segments

Samuel Zhang (1):
      drm/amdgpu: fix gpu page fault after hibernation on PF passthrough

Tejas Upadhyay (1):
      drm/xe: Move declarations under conditional branch

Timur Tabi (1):
      drm/nouveau: set DMA mask before creating the flush page

Umesh Nerlige Ramappa (1):
      drm/i915: Fix conversion between clock ticks and nanoseconds

Wayne Lin (1):
      drm/amd/display: Enable mst when it's detected but yet to be initialized

Yang Wang (1):
      drm/amd/pm: fix missing device_attr cleanup in amdgpu_pm_sysfs_init()

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |  4 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  4 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  9 ++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  5 ++-
 drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c         |  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c              |  5 +++
 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c              |  5 +++
 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              |  5 +++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c            |  4 +-
 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c             | 26 ++++++++++++-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 12 +++++-
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  |  3 +-
 .../gpu/drm/amd/display/dc/link/link_detection.c   |  1 +
 drivers/gpu/drm/amd/pm/amdgpu_dpm.c                | 18 ---------
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |  4 +-
 drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h            |  2 -
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  6 +++
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |  3 ++
 drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c     |  4 +-
 drivers/gpu/drm/i915/i915_vma.c                    | 16 +++++++-
 drivers/gpu/drm/imagination/Kconfig                |  1 +
 drivers/gpu/drm/mediatek/mtk_crtc.c                |  7 ++++
 drivers/gpu/drm/mediatek/mtk_plane.c               | 24 +-----------
 drivers/gpu/drm/nouveau/dispnv50/disp.c            |  4 +-
 drivers/gpu/drm/nouveau/dispnv50/disp.h            |  1 +
 drivers/gpu/drm/nouveau/dispnv50/wndw.c            | 24 +++++++++++-
 drivers/gpu/drm/nouveau/dispnv50/wndwca7e.c        | 33 ++++++++++++++++
 drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c   | 24 ++++++------
 drivers/gpu/drm/scheduler/sched_entity.c           | 34 ++++++++--------
 drivers/gpu/drm/tiny/Kconfig                       |  1 +
 drivers/gpu/drm/xe/xe_device.c                     | 14 +++----
 drivers/gpu/drm/xe/xe_exec.c                       |  3 +-
 drivers/gpu/drm/xe/xe_exec_queue.c                 | 14 +++++++
 drivers/gpu/drm/xe/xe_exec_queue_types.h           |  7 ++++
 drivers/gpu/drm/xe/xe_guc_ct.c                     |  3 ++
 drivers/gpu/drm/xe/xe_oa.c                         | 45 ++++++++++++++--------
 drivers/gpu/drm/xe/xe_oa_types.h                   |  8 ++++
 drivers/gpu/drm/xe/xe_sync.c                       | 17 +++++++-
 drivers/gpu/drm/xe/xe_sync.h                       |  3 ++
 drivers/gpu/drm/xe/xe_sync_types.h                 |  3 ++
 drivers/gpu/drm/xe/xe_vm.c                         |  4 ++
 include/uapi/drm/drm_fourcc.h                      | 23 +++++++----
 42 files changed, 311 insertions(+), 125 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ