Re: [PATCH v2 08/10] gpu: nova-core: use core library's CStr instead of kernel one

From: Gary Guo

Date: Mon Jan 19 2026 - 11:18:02 EST


On Tue Dec 16, 2025 at 4:27 AM GMT, Alexandre Courbot wrote:
> The kernel's own CStr type has been replaced by the one in the core
> library, and is now an alias to the latter. Change our imports to
> directly reference the actual type.
>
> Reviewed-by: Lyude Paul <lyude@xxxxxxxxxx>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>

Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>

> ---
> drivers/gpu/nova-core/firmware.rs | 2 +-
> drivers/gpu/nova-core/firmware/gsp.rs | 6 ++++--
> drivers/gpu/nova-core/nova_core.rs | 2 +-
> drivers/gpu/nova-core/util.rs | 4 ++--
> 4 files changed, 8 insertions(+), 6 deletions(-)