Hi Krzysztof, with that list of people Cc'ed it's probable that the series won't reach the right people.
Please Cc the people you have marked as "CC:" in your commit, including the kernel stable mailing list (git-send-email would take care of it unless you have explicitely added the "suppress-cc=all" flag from your git-send-email). Inclide the dri-devel mailing list also for intel-gfx patches and, finally, the drm maintainers responsible for applying the patches (you can rely, but not fully trust, get_maintainer.pl). Thanks, Andi On Tue, Sep 16, 2025 at 06:32:21AM +0000, Krzysztof Karas wrote: > 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