[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANiq72keo+NKF75F7qB_Epcbf7fhQqUo27EEVkdet1J2syQfvQ@mail.gmail.com>
Date: Tue, 1 Jul 2025 10:43:10 +0200
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Onur Özkan <work@...rozkan.dev>
Cc: rust-for-linux@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org, linux-kselftest@...r.kernel.org,
kunit-dev@...glegroups.com, airlied@...il.com, simona@...ll.ch,
ojeda@...nel.org, alex.gaynor@...il.com, boqun.feng@...il.com,
gary@...yguo.net, bjorn3_gh@...tonmail.com, lossin@...nel.org,
a.hindborg@...nel.org, aliceryhl@...gle.com, tmgross@...ch.edu,
rafael@...nel.org, viresh.kumar@...aro.org, gregkh@...uxfoundation.org,
maarten.lankhorst@...ux.intel.com, mripard@...nel.org, tzimmermann@...e.de,
davidgow@...gle.com, nm@...com
Subject: Re: [PATCH v4 0/6] replace `allow(...)` lints with `expect(...)`
On Tue, Jul 1, 2025 at 7:36 AM Onur Özkan <work@...rozkan.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.
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.
Cheers,
Miguel
Powered by blists - more mailing lists