Re: [PATCH v2 0/2] rust: sync: Arc: Any downcasting and assume_init()

From: Miguel Ojeda
Date: Sun Apr 09 2023 - 23:48:02 EST


On Mon, Apr 3, 2023 at 12:01 PM Asahi Lina <lina@xxxxxxxxxxxxx> wrote:
>
> Hi everyone,
>
> This short series is part of the set of dependencies for the drm/asahi
> Apple M1/M2 GPU driver.
>
> The two patches simply add two missing features to the kernel Arc
> implementation which are present in the Rust std version: `Any`
> downcasting and `assume_init()`.

Applied to `rust-next`. Thanks!

Cheers,
Miguel