Re: [PATCH v8 0/4] New trait OwnableRefCounted for ARef<->Owned conversion.
From: Andreas Hindborg
Date: Sun Mar 23 2025 - 16:20:03 EST
Hi Oliver,
Thanks for sending this!
"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>
[...]
> ---
> base-commit: 4b2ee22fe32ea9b255926effbb6f26450607c391
> change-id: 20250305-unique-ref-29fcd675f9e9
I think you based the diff on a commit in one of my trees. It does not
apply cleanly to upstream. Could you rebase this on something like
v6.14-rc7?
Best regards,
Andreas Hindborg