Re: [PATCH 1/3] rust: add userspace pointers

From: Trevor Gross
Date: Sat Feb 10 2024 - 02:06:44 EST


On Thu, Feb 8, 2024 at 6:53 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
> Leaking pointer addresses in logs is frowned upon in the kernel, so I
> don't think we should include that.

Sounds like the very correct decision from what Greg and Kees said. If
we add an impl in the future (to be able to `#[derive(Debug)]` on
anything containing this type) it could just print
`0x****************`.