Re: [PATCH 0/4] Alloc and drm::Device fixes

From: Danilo Krummrich
Date: Mon Aug 11 2025 - 17:41:46 EST


On Thu Jul 31, 2025 at 5:48 PM CEST, Danilo Krummrich wrote:
> This patch series replaces aligned_size() with Kmalloc::aligned_layout(), which
> is subsequently used to obtain a kmalloc() compatible Layout for
> __drm_dev_alloc() in drm::Device::new().
>
> It also contains two additional drm::Device fixes; the commits are based on
> next-20250731.

Applied to drm-misc-fixes, thanks!