Re: [PATCH 0/6] rust: page: Support borrowing `struct page` and physaddr conversion

From: Danilo Krummrich
Date: Mon Feb 03 2025 - 05:24:38 EST


Hi Lina,

On Sun, Feb 02, 2025 at 10:05:42PM +0900, Asahi Lina wrote:
> This series refactors the existing Page wrapper to support borrowing
> `struct page` objects without ownership on the Rust side, and converting
> page references to/from physical memory addresses.

Thanks for picking this up!

As you know, this has been previously worked on by Abdiel. Kindly drop a note
if you intend to pick up something up next time, such that we don't end up doing
duplicated work.

- Danilo