Re: [PATCH v6 01/20] rust: io: add dynamically-sized `Region` type
From: Miguel Ojeda
Date: Wed Jul 08 2026 - 06:36:50 EST
On Tue, Jul 7, 2026 at 10:02 PM Gary Guo <gary@xxxxxxxxxxx> wrote:
>
> It does, but if the alignment is 8 then it breaks a lot of platform devices. 4
> is the most common alignment needed so it is chosen. Different base types can be
> added subsequently when needs arise.
Maybe a two-line comment/doc would be worth it?
Cheers,
Miguel