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=9tx7MZKWMgP1RhtHASS7-Fxz3eTPg1WLEgiYShuXoQ53fw@mail.gmail.com>
Date: Sat, 20 Dec 2025 05:44:52 +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.19-rc2

Hi Linus,

Hope the diving went well, rc2 fixes for the week, mostly xe, with
amdgpu as usual. Then a smattering of small fixes across the
core/tests/panel and amdxdna.

I expect things will be quiet for rc3/4 as teams take a break, and I'm
travelling but will keep an eye on things.

Regards,
Dave.

drm-fixes-2025-12-20:
drm fixes for 6.19-rc2

core:
- fix gem handle leak on DRM_IOCTL_GEM_CHANGE_HANDLE

tests:
- add EDEADLK handling

amdgpu:
- Fix no_console_suspend handling
- DCN 3.5.x seamless boot fixes
- DP audio fix
- Fix race in GPU recovery
- SMU 14 OD fix

amdkfd:
- Event fix

xe:
- Limit num_syncs to prevent oversized kernel allocations
- Disallow 0 OA property values
- Disallow 0 EU stall property values
- Fix kobject leak
- Workaround
- Loop variable reference fix
- Fix a CONFIG corner-case incorrect number of argument
- Skip reason prefix while emitting array
- VF migration fix
- Fix context in mei interrupt top half
- Don't include the CCS metadata in the dma-buf sg-table
- VF queueing recovery work fix
- Increase TDF timeout
- GT reset registers vs scheduler ordering fix
- Adjust long-running workload timeslices
- Always set OA_OAGLBCTXCTRL_COUNTER_RESUME
- Fix a return value
- Drop preempt-fences when destroying imported dma-bufs
- Use usleep_range for accurate long-running workload timeslicing

amdxdna:
- don't load virtualized

panel:
- fix visionox-rm69299 Kconfig dependency
- sony-td4353-jdi probing fix
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-12-20

for you to fetch changes up to f66ac60dee28d092bc6a3af33a04147bfcb6ba30:

  Merge tag 'drm-xe-fixes-2025-12-19' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
(2025-12-19 10:56:13 +1000)

----------------------------------------------------------------
drm fixes for 6.19-rc2

core:
- fix gem handle leak on DRM_IOCTL_GEM_CHANGE_HANDLE

tests:
- add EDEADLK handling

amdgpu:
- Fix no_console_suspend handling
- DCN 3.5.x seamless boot fixes
- DP audio fix
- Fix race in GPU recovery
- SMU 14 OD fix

amdkfd:
- Event fix

xe:
- Limit num_syncs to prevent oversized kernel allocations
- Disallow 0 OA property values
- Disallow 0 EU stall property values
- Fix kobject leak
- Workaround
- Loop variable reference fix
- Fix a CONFIG corner-case incorrect number of argument
- Skip reason prefix while emitting array
- VF migration fix
- Fix context in mei interrupt top half
- Don't include the CCS metadata in the dma-buf sg-table
- VF queueing recovery work fix
- Increase TDF timeout
- GT reset registers vs scheduler ordering fix
- Adjust long-running workload timeslices
- Always set OA_OAGLBCTXCTRL_COUNTER_RESUME
- Fix a return value
- Drop preempt-fences when destroying imported dma-bufs
- Use usleep_range for accurate long-running workload timeslicing

amdxdna:
- don't load virtualized

panel:
- fix visionox-rm69299 Kconfig dependency
- sony-td4353-jdi probing fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: fix a job->pasid access race in gpu recovery

Arnd Bergmann (1):
      drm/xe: fix drm_gpusvm_init() arguments

Ashutosh Dixit (3):
      drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUME
      drm/xe/oa: Disallow 0 OA property values
      drm/xe/eustall: Disallow 0 EU stall property values

Brian Kocoloski (1):
      drm/amdkfd: Fix improper NULL termination of queue restore SMI
event string

Charlene Liu (1):
      drm/amd/display: Fix DP no audio issue

Dan Carpenter (1):
      drm/xe/xe_sriov_vfio: Fix return value in
xe_sriov_vfio_migration_supported()

Dave Airlie (3):
      Merge tag 'amd-drm-fixes-6.19-2025-12-17' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2025-12-18' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
      Merge tag 'drm-xe-fixes-2025-12-19' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes

Guido Günther (1):
      drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE

Jagmeet Randhawa (1):
      drm/xe: Increase TDF timeout

Jan Maslak (1):
      drm/xe: Restore engine registers before restarting schedulers
after GT reset

José Expósito (3):
      drm/tests: hdmi: Handle drm_kunit_helper_enable_crtc_connector()
returning EDEADLK
      drm/tests: Handle EDEADLK in drm_test_check_valid_clones()
      drm/tests: Handle EDEADLK in set_up_atomic_state()

Junxiao Chang (1):
      drm/me/gsc: mei interrupt top half should be in irq disabled context

Karol Wachowski (1):
      drm: Fix object leak in DRM_IOCTL_GEM_CHANGE_HANDLE

Maarten Lankhorst (1):
      Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes

Marijn Suijten (1):
      drm/panel: sony-td4353-jdi: Enable prepare_prev_first

Mario Limonciello (AMD) (2):
      accel/amdxdna: Block running under a hypervisor
      drm/amd: Resume the device in thaw() callback when console
suspend is disabled

Matthew Brost (3):
      drm/xe: Do not reference loop variable directly
      drm/xe: Adjust long-running workload timeslices to reasonable values
      drm/xe: Use usleep_range for accurate long-running workload timeslicing

Raag Jadav (1):
      drm/xe/throttle: Skip reason prefix while emitting array

Ray Wu (2):
      drm/amd/display: Fix scratch registers offsets for DCN35
      drm/amd/display: Fix scratch registers offsets for DCN351

Satyanarayana K V P (1):
      drm/xe/vf: Fix queuing of recovery work

Shuicheng Lin (3):
      drm/xe: Fix freq kobject leak on sysfs_create_files failure
      drm/xe: Limit num_syncs to prevent oversized allocations
      drm/xe/oa: Limit num_syncs to prevent oversized allocations

Thomas Hellström (2):
      drm/xe/bo: Don't include the CCS metadata in the dma-buf sg-table
      drm/xe: Drop preempt-fences when destroying imported dma-bufs.

Tomasz Lis (1):
      drm/xe/vf: Stop waiting for ring space on VF post migration recovery

Vinay Belgaumkar (1):
      drm/xe: Apply Wa_14020316580 in xe_gt_idle_enable_pg()

mythilam (1):
      drm/amd/pm: restore SCLK settings after S0ix resume

 drivers/accel/amdxdna/aie2_pci.c                   |   6 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  10 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |   5 +-
 drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c        |   2 +-
 .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c  |   8 +-
 .../amd/display/dc/resource/dcn35/dcn35_resource.c |   8 +-
 .../display/dc/resource/dcn351/dcn351_resource.c   |   8 +-
 drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c     |   5 +
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c   |  37 +++++-
 drivers/gpu/drm/drm_gem.c                          |   8 +-
 drivers/gpu/drm/panel/Kconfig                      |   1 +
 drivers/gpu/drm/panel/panel-sony-td4353-jdi.c      |   2 +
 drivers/gpu/drm/tests/drm_atomic_state_test.c      |  40 +++++-
 drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c | 143 +++++++++++++++++++++
 drivers/gpu/drm/xe/xe_bo.c                         |  15 +--
 drivers/gpu/drm/xe/xe_device.c                     |   2 +-
 drivers/gpu/drm/xe/xe_dma_buf.c                    |   2 +-
 drivers/gpu/drm/xe/xe_eu_stall.c                   |   2 +-
 drivers/gpu/drm/xe/xe_exec.c                       |   3 +-
 drivers/gpu/drm/xe/xe_gt.c                         |   7 +-
 drivers/gpu/drm/xe/xe_gt_freq.c                    |   4 +-
 drivers/gpu/drm/xe/xe_gt_idle.c                    |   8 ++
 drivers/gpu/drm/xe/xe_gt_sriov_vf.c                |   2 +-
 drivers/gpu/drm/xe/xe_gt_throttle.c                |   2 +-
 drivers/gpu/drm/xe/xe_guc_submit.c                 |  35 ++++-
 drivers/gpu/drm/xe/xe_heci_gsc.c                   |   4 +-
 drivers/gpu/drm/xe/xe_oa.c                         |  12 +-
 drivers/gpu/drm/xe/xe_sriov_vfio.c                 |   2 +-
 drivers/gpu/drm/xe/xe_svm.h                        |   2 +-
 drivers/gpu/drm/xe/xe_vm.c                         |   8 +-
 drivers/gpu/drm/xe/xe_vm_types.h                   |   2 +-
 drivers/gpu/drm/xe/xe_wa.c                         |   8 --
 drivers/gpu/drm/xe/xe_wa_oob.rules                 |   1 +
 include/uapi/drm/xe_drm.h                          |   1 +
 34 files changed, 331 insertions(+), 74 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ