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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPM=9txcDaRBOKZEWzAcDsdT=APUzcSicYA=-fno+52zGz0bOA@mail.gmail.com>
Date: Fri, 5 Sep 2025 14:12:52 +1000
From: Dave Airlie <airlied@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>, Sima Vetter <sima@...ll.ch>
Cc: dri-devel <dri-devel@...ts.freedesktop.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm fixes for 6.17-rc5

Hi Linus,

Weekly drm fixes roundup, nouveau has two fixes for fence/irq racing
problems that should fix a bunch of instability in userspace.
Otherwise amdgpu along with some single fixes to bridge, xe, ivpu.
Looks about usual for this time in the release.

Regards,
Dave.

drm-fixes-2025-09-05:
drm fixes for 6.17-rc5

scheduler:
- fix race in unschedulable tracepoint

bridge:
- ti-sn65dsi86: fix REFCLK setting

xe:
- Fix incorrect migration of backed-up object to VRAM

amdgpu:
- UserQ fixes
- MES 11 fix
- eDP/LVDS fix
- Fix non-DC audio clean up
- Fix duplicate cursor issue
- Fix error path in PSP init

nouveau:
- fix nonstall interrupt handling
- fix race on fence vs irq emission
- update MAINTAINERS entry

ivpu:
- prevent recovery work during device remove
The following changes since commit b320789d6883cc00ac78ce83bccbfe7ed58afcf0:

  Linux 6.17-rc4 (2025-08-31 15:33:07 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-09-05

for you to fetch changes up to 8b556ddeee8da9420699ce221b6267f395e7d72b:

  Merge tag 'amd-drm-fixes-6.17-2025-09-03' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2025-09-05
08:06:34 +1000)

----------------------------------------------------------------
drm fixes for 6.17-rc5

scheduler:
- fix race in unschedulable tracepoint

bridge:
- ti-sn65dsi86: fix REFCLK setting

xe:
- Fix incorrect migration of backed-up object to VRAM

amdgpu:
- UserQ fixes
- MES 11 fix
- eDP/LVDS fix
- Fix non-DC audio clean up
- Fix duplicate cursor issue
- Fix error path in PSP init

nouveau:
- fix nonstall interrupt handling
- fix race on fence vs irq emission
- update MAINTAINERS entry

ivpu:
- prevent recovery work during device remove

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/mes11: make MES_MISC_OP_CHANGE_CONFIG failure non-fatal
      drm/amdgpu: drop hw access in non-DC audio fini

Colin Ian King (1):
      drm/amd/amdgpu: Fix missing error return on kzalloc failure

Dave Airlie (4):
      nouveau: fix disabling the nonstall irq due to storm code
      Merge tag 'drm-misc-fixes-2025-09-03' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
      Merge tag 'drm-xe-fixes-2025-09-03' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
      Merge tag 'amd-drm-fixes-6.17-2025-09-03' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Faith Ekstrand (1):
      nouveau: Membar before between semaphore writes and the interrupt

Ivan Lipski (1):
      drm/amd/display: Clear the CUR_ENABLE register on DCN314 w/out DPP PG

James Jones (1):
      MAINTAINERS: Update git entry for nouveau

Jesse.Zhang (1):
      drm/amdgpu/sdma: bump firmware version checks for user queue support

Karol Wachowski (1):
      accel/ivpu: Prevent recovery work from being queued during device removal

Mario Limonciello (1):
      drm/amd: Re-enable common modes for eDP and LVDS

Michael Walle (1):
      drm/bridge: ti-sn65dsi86: fix REFCLK setting

Pierre-Eric Pelloux-Prayer (1):
      drm/sched: Fix racy access to drm_sched_entity.dependency

Thomas Hellström (1):
      drm/xe: Fix incorrect migration of backed-up object to VRAM

 MAINTAINERS                                        |  2 +-
 drivers/accel/ivpu/ivpu_drv.c                      |  2 +-
 drivers/accel/ivpu/ivpu_pm.c                       |  4 +-
 drivers/accel/ivpu/ivpu_pm.h                       |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c             |  5 --
 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c             |  5 --
 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c              |  5 --
 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c              |  5 --
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |  5 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c             |  6 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  3 +-
 .../gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.c   |  9 +++
 .../gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.h   |  2 +
 .../gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c   |  1 +
 .../drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.c  | 72 ++++++++++++++++++
 .../drm/amd/display/dc/hwss/dcn314/dcn314_hwseq.h  |  2 +
 .../drm/amd/display/dc/hwss/dcn314/dcn314_init.c   |  1 +
 drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h        |  3 +
 drivers/gpu/drm/bridge/ti-sn65dsi86.c              | 11 +++
 drivers/gpu/drm/nouveau/gv100_fence.c              |  7 +-
 .../gpu/drm/nouveau/include/nvhw/class/clc36f.h    | 85 ++++++++++++++++++++++
 drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c    |  2 +
 drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga100.c   | 23 ++++--
 drivers/gpu/drm/nouveau/nvkm/engine/fifo/ga102.c   |  1 +
 drivers/gpu/drm/nouveau/nvkm/engine/fifo/priv.h    |  2 +
 .../gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/fifo.c |  1 +
 drivers/gpu/drm/scheduler/sched_entity.c           | 11 ++-
 drivers/gpu/drm/xe/xe_bo.c                         |  3 +-
 29 files changed, 234 insertions(+), 48 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ