Re: [PATCH] rust: kernel: Mark rust_fmt_argument as extern "C"

From: Vincenzo Palazzo
Date: Wed Feb 15 2023 - 17:30:48 EST


> The rust_fmt_argument function is called from printk() to handle the %pA
> format specifier.
>
> Since it's called from C, we should mark it extern "C" to make sure it's
> ABI compatible.
>
> Cc: stable@xxxxxxxxxxxxxxx
> Fixes: 247b365dc8dc ("rust: add `kernel` crate")
> Signed-off-by: David Gow <davidgow@xxxxxxxxxx>
> ---

Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@xxxxxxxxx>