Re: [PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion.

From: Andreas Hindborg

Date: Thu Oct 30 2025 - 10:51:52 EST


Hi Oliver,
Oliver Mangold <oliver.mangold@xxxxx> writes:

> This allows to convert between ARef<T> and Owned<T> by
> implementing the new trait OwnedRefCounted.
>
> This way we will have a shared/unique reference counting scheme
> for types with built-in refcounts in analogy to Arc/UniqueArc.
>
> Signed-off-by: Oliver Mangold <oliver.mangold@xxxxx>

I rebased your series on top of v6.18-rc3 and pushed it here [1]. I also
added some commits with review feedback.

Best regards,
Andreas Hindborg

[1] https://github.com/metaspace/linux/tree/ownable-v12