All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] drm: Miscellaneous fixes in drm code
@ 2025-09-08  9:22 Krzysztof Karas
  2025-09-08  9:23 ` [PATCH 1/6] drm/i915/gem: Avoid accessing uninitialized context in emit_rpcs_query() Krzysztof Karas
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Krzysztof Karas @ 2025-09-08  9:22 UTC (permalink / raw)
  To: intel-gfx
  Cc: Andi Shyti, Sebastian Brzezinka, Krzysztof Niemiec,
	Krzysztof Karas

Krzysztof Karas (6):
  drm/i915/gem: Avoid accessing uninitialized context in
    emit_rpcs_query()
  drm/i915: Add default case for the switch in igt_smoke_tiling()
  drm: Remove drm_modeset_backoff() return code
  drm: Avoid suspicious operations in drm_fb_dma_get_gem_addr()
  drm: Do not attempt to round_up() zeros in drm_suballoc_try_alloc()
  drm: Avoid undefined behavior on u16 multiplication

 drivers/gpu/drm/drm_fb_dma_helper.c                   | 7 +++++--
 drivers/gpu/drm/drm_gem_vram_helper.c                 | 2 +-
 drivers/gpu/drm/drm_mipi_dbi.c                        | 2 +-
 drivers/gpu/drm/drm_mode_config.c                     | 2 +-
 drivers/gpu/drm/drm_suballoc.c                        | 6 ++++--
 drivers/gpu/drm/drm_vblank.c                          | 2 +-
 drivers/gpu/drm/i915/gem/selftests/i915_gem_context.c | 3 ++-
 drivers/gpu/drm/i915/gem/selftests/i915_gem_mman.c    | 4 +++-
 8 files changed, 18 insertions(+), 10 deletions(-)

-- 
2.34.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2025-09-09  6:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-08  9:22 [PATCH 0/6] drm: Miscellaneous fixes in drm code Krzysztof Karas
2025-09-08  9:23 ` [PATCH 1/6] drm/i915/gem: Avoid accessing uninitialized context in emit_rpcs_query() Krzysztof Karas
2025-09-08 10:54   ` Andi Shyti
2025-09-08 11:02   ` Sebastian Brzezinka
2025-09-08  9:23 ` [PATCH 2/6] drm/i915: Add default case for the switch in igt_smoke_tiling() Krzysztof Karas
2025-09-08 11:03   ` Andi Shyti
2025-09-09  6:16     ` Krzysztof Karas
2025-09-08  9:24 ` [PATCH 3/6] drm: Remove drm_modeset_backoff() return code Krzysztof Karas
2025-09-08 11:06   ` Andi Shyti
2025-09-09  6:11     ` Krzysztof Karas
2025-09-08  9:25 ` [PATCH 4/6] drm: Avoid suspicious operations in drm_fb_dma_get_gem_addr() Krzysztof Karas
2025-09-08 11:25   ` Sebastian Brzezinka
2025-09-08  9:26 ` [PATCH 5/6] drm: Do not attempt to round_up() zeros in drm_suballoc_try_alloc() Krzysztof Karas
2025-09-08  9:27 ` [PATCH 6/6] drm: Avoid undefined behavior on u16 multiplication Krzysztof Karas
2025-09-08  9:44   ` Jani Nikula
2025-09-08 11:39     ` Jani Nikula
2025-09-09  6:07       ` Krzysztof Karas
2025-09-08  9:39 ` [PATCH 0/6] drm: Miscellaneous fixes in drm code Jani Nikula
2025-09-08 17:48 ` ✗ i915.CI.BAT: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.