On Mon Dec 15, 2025 at 9:34 AM CET, Brendan Shephard wrote:
> Use page::page_align for GEM object memory allocation to ensure the
> allocation is page aligned. This is important on systems where the
> default page size is not 4k. Such as 16k or 64k aarch64 systems.
>
> This change uses the updated page_align() function which returns
> Option<usize> for overflow safety. (See "rust: Return Option from
> page_align and ensure no usize overflow").
>
> Signed-off-by: Brendan Shephard <[email protected]>

Applied to drm-rust-next, thanks!

    [ Import page module only. - Danilo ]

For future submissions, please make sure to run scripts/get_maintainer.pl.

Reply via email to