Re: [PATCH] rust: Convert PhysAddr type alias into newtype

From: Miguel Ojeda

Date: Thu Nov 20 2025 - 14:55:57 EST


On Thu, Nov 20, 2025 at 8:37 PM Gent Binaku <binakugent@xxxxxxxxx> wrote:
>
> diff --git c/rust/kernel/lib.rs i/rust/kernel/lib.rs

It seems the patch is mangled somehow: diffs appear twice, and the
deltas for `rust/kernel/phys_addr.rs` seem to be w.r.t. some
intermediate state (?).

Did you perhaps edit it manually?

I would suggest re-generating it with `git format-patch` and applying
it to a clean tree with `git am` to double-check that it works well
etc.

I hope that helps, and thanks for the patch!

Cheers,
Miguel