[GIT PULL] drm-misc-next-fixes
Inki Dae
inki.dae at samsung.com
Sun Jun 29 09:17:42 UTC 2025
Hi Dave and Daniel,
Just prevented pointer leakage in printk() of samsung-dsim.c module.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit fd03f82a026cc03cb8051a8c6487c99f96c9029f:
drm/bridge: analogix_dp: Fix clk-disable removal (2025-05-28 16:53:31 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/samsung-dsim-fixes-for-v6.16-rc4
for you to fetch changes up to 2ab3ba39153dcdc9de7d2eec42bf19f84d4844cf:
drm/bridge: samsung-dsim: Don't use %pK through printk (2025-06-29 18:05:51 +0900)
----------------------------------------------------------------
- Fixed raw pointer leakage and unsafe behavior in printk()
. Switch from %pK to %p for pointer formatting, as %p is now safer
and prevents issues like raw pointer leakage and acquiring sleeping
locks in atomic contexts.
----------------------------------------------------------------
Thomas Weißschuh (1):
drm/bridge: samsung-dsim: Don't use %pK through printk
drivers/gpu/drm/bridge/samsung-dsim.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the dri-devel
mailing list