All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Karas <krzysztof.karas@intel.com>
To: <intel-gfx@lists.freedesktop.org>
Cc: Andi Shyti <andi.shyti@linux.intel.com>,
	Sebastian Brzezinka <sebastian.brzezinka@intel.com>,
	Krzysztof Niemiec <krzysztof.niemiec@intel.com>,
	Jani Nikula <jani.nikula@linux.intel.com>,
	Krzysztof Karas <krzysztof.karas@intel.com>
Subject: [PATCH v3 0/5] drm: Miscellaneous fixes in drm code
Date: Tue, 16 Sep 2025 06:32:21 +0000	[thread overview]
Message-ID: <cover.1757576103.git.krzysztof.karas@intel.com> (raw)

v3:
 * Change the casts in the last patch in the series.

v2 (Jani Nikula):
 * Remove i915 patches from drm series.
 * Split the last patch into 3 separate changes.

Krzysztof Karas (5):
  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 in 
    drm_vram_helper_mode_valid_internal()
  drm: Avoid undefined behavior on u16 multiplication  in
    mipi_dbi_dev_init()
  drm: Avoid undefined behavior on u16 multiplication in 
    drm_crtc_vblank_helper_get_vblank_timestamp_internal()

 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_suballoc.c        | 6 ++++--
 drivers/gpu/drm/drm_vblank.c          | 2 +-
 5 files changed, 12 insertions(+), 7 deletions(-)

-- 
2.34.1


-- 
Best Regards,
Krzysztof

             reply	other threads:[~2025-09-16  6:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-16  6:32 Krzysztof Karas [this message]
2025-09-16  6:33 ` [PATCH v3 1/5] drm: Avoid suspicious operations in drm_fb_dma_get_gem_addr() Krzysztof Karas
2025-09-16 10:20   ` Andi Shyti
2025-09-16 10:25     ` Jani Nikula
2025-09-16  6:33 ` [PATCH v3 2/5] drm: Do not attempt to round_up() zeros in drm_suballoc_try_alloc() Krzysztof Karas
2025-09-16 10:23   ` Andi Shyti
2025-09-16  6:34 ` [PATCH v3 3/5] drm: Avoid undefined behavior on u16 multiplication in drm_vram_helper_mode_valid_internal() Krzysztof Karas
2025-09-16 10:37   ` Andi Shyti
2025-09-16  6:34 ` [PATCH v3 4/5] drm: Avoid undefined behavior on u16 multiplication in mipi_dbi_dev_init() Krzysztof Karas
2025-09-16  6:35 ` [PATCH v3 5/5] drm: Avoid undefined behavior on u16 multiplication in drm_crtc_vblank_helper_get_vblank_timestamp_internal() Krzysztof Karas
2025-09-16  7:41 ` ✓ i915.CI.BAT: success for drm: Miscellaneous fixes in drm code (rev3) Patchwork
2025-09-16  9:48 ` ✓ i915.CI.Full: " Patchwork
2025-09-16 10:41 ` [PATCH v3 0/5] drm: Miscellaneous fixes in drm code Andi Shyti
2025-09-17  6:31   ` Krzysztof Karas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1757576103.git.krzysztof.karas@intel.com \
    --to=krzysztof.karas@intel.com \
    --cc=andi.shyti@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=krzysztof.niemiec@intel.com \
    --cc=sebastian.brzezinka@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.