Re: [PATCH v2 1/4] rust: io: define ResourceSize as resource_size_t

From: Miguel Ojeda

Date: Wed Nov 12 2025 - 05:56:52 EST


On Wed, Nov 12, 2025 at 10:49 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> These typedefs are always equivalent so this should not change anything,
> but the code makes a lot more sense like this.
>
> Cc: stable@xxxxxxxxxxxxxxx # for v6.18

>From the cover letter thread, if we treat this as a fix, then this should be:

Cc: stable@xxxxxxxxxxxxxxx
Fixes: 493fc33ec252 ("rust: io: add resource abstraction")

(Replying here as well in case it helps automated tooling to pick it up)

Cheers,
Miguel