On Tue, 1 Jul 2025 10:43:10 +0200
Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> wrote:
> On Tue, Jul 1, 2025 at 7:36 AM Onur Özkan <work@onurozkan.dev> wrote:
> >
> > Onur Özkan (6):
> > rust: switch to `#[expect(...)]` in core modules
> > rust: switch to `#[expect(...)]` in init and kunit
> > drivers: gpu: switch to `#[expect(...)]` in nova-core/regs.rs
> > rust: switch to `#[expect(...)]` in devres, driver and ioctl
> > rust: remove `#[allow(clippy::unnecessary_cast)]`
> > rust: remove `#[allow(clippy::non_send_fields_in_send_ty)]`
>
> Thanks for splitting this, it is very much appreciated.
>
> I think you decided on a split based on similarity (?). In the kernel,
> different maintainers/trees take care of different areas/files (the
> `MAINTAINERS` file describes this mapping). For instance, in one of
> them, KUnit and init is mixed, which are maintained by different
> people.
I didn't know I could use `MAINTAINERS` file to organize my changes.
> That is why the split I suggested was one that allows maintainers to
> pick them independently. With this one, maintainers still have to
> coordinate, which isn't a big deal, since the changes are small and
> straightforward, but the purpose of the split was to avoid that.
I see, I will make sure to use `MAINTAINERS` file as a ref next
time, thank you. :)
Regards,
Onur