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=9twFdWPhCA7-6yY27xkdnecxRJXOF5Ni8iDc9Oa5QOtukw@mail.gmail.com>
Date: Sat, 14 Jun 2025 06:42:46 +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.16-rc2

Hi Linus,

Quiet week, only two PRs came my way, xe has a couple of fixes and
then a bunch of fixes across the board, vc4 probably fixes the biggest
problem,

Regards,
Dave.

drm-fixes-2025-06-14:
drm fixes for 6.16-rc2

vc4:
- Fix infinite EPROBE_DEFER loop in vc4 probing.

amdxdna:
- Fix amdxdna firmware size.

meson:
- modesetting fixes

sitronix:
- Kconfig fix for st7171-i2c.

dma-buf:
- Fix -EBUSY WARN_ON_ONCE in dma-buf

udmabuf:
- Use dma_sync_sgtable_for_cpu in udmabuf.

xe:
- Fix regression disallowing 64K SVM migration
- Use a bounce buffer for WA BB
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-06-14

for you to fetch changes up to 1364af9cb2c5716f1905113cc84ff77ddf16a22e:

  Merge tag 'drm-misc-fixes-2025-06-12' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
(2025-06-13 14:57:09 +1000)

----------------------------------------------------------------
drm fixes for 6.16-rc2

vc4:
- Fix infinite EPROBE_DEFER loop in vc4 probing.

amdxdna:
- Fix amdxdna firmware size.

meson:
- modesetting fixes

sitronix:
- Kconfig fix for st7171-i2c.

dma-buf:
- Fix -EBUSY WARN_ON_ONCE in dma-buf

udmabuf:
- Use dma_sync_sgtable_for_cpu in udmabuf.

xe:
- Fix regression disallowing 64K SVM migration
- Use a bounce buffer for WA BB

----------------------------------------------------------------
Christian König (1):
      dma-buf: fix compare in WARN_ON_ONCE

Dave Airlie (2):
      Merge tag 'drm-xe-fixes-2025-06-12' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
      Merge tag 'drm-misc-fixes-2025-06-12' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes

Gabriel Dalimonte (1):
      drm/vc4: fix infinite EPROBE_DEFER loop

Lizhi Hou (1):
      accel/amdxdna: Fix incorrect PSP firmware size

Lucas De Marchi (1):
      drm/xe/lrc: Use a temporary buffer for WA BB

Maarten Lankhorst (1):
      drm/xe/svm: Fix regression disallowing 64K SVM migration

Marek Szyprowski (1):
      udmabuf: use sgtable-based scatterlist wrappers

Martin Blumenstingl (3):
      drm/meson: fix debug log statement when setting the HDMI clocks
      drm/meson: use vclk_freq instead of pixel_freq in debug print
      drm/meson: fix more rounding issues with 59.94Hz modes

Nathan Chancellor (1):
      drm/sitronix: st7571-i2c: Select VIDEOMODE_HELPERS

 drivers/accel/amdxdna/aie2_psp.c           |  4 +--
 drivers/dma-buf/dma-buf.c                  |  2 +-
 drivers/dma-buf/udmabuf.c                  |  5 ++-
 drivers/gpu/drm/meson/meson_encoder_hdmi.c |  2 +-
 drivers/gpu/drm/meson/meson_vclk.c         | 55 ++++++++++++++++++------------
 drivers/gpu/drm/sitronix/Kconfig           |  1 +
 drivers/gpu/drm/vc4/vc4_hdmi.c             | 12 +++----
 drivers/gpu/drm/xe/xe_lrc.c                | 24 ++++++++++---
 drivers/gpu/drm/xe/xe_svm.c                |  2 +-
 9 files changed, 68 insertions(+), 39 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ