Re: [PATCH v6 01/20] rust: io: add dynamically-sized `Region` type
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.linux-pwm,dev.linux.lists.driver-core,dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <CANiq72=8V967CuH92AJBAob6YaygXtCYY1GAr=qGuF8JzQfZ3A@mail.gmail.com> |
On Tue, Jul 7, 2026 at 10:02 PM Gary Guo <[email protected]> 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