Re: [RFC PATCH 0/3] rust: add suppord for dynamic debug

From: Andrew Ballance
Date: Wed Jun 11 2025 - 16:37:14 EST


On 6/11/25 3:29 PM, Andrew Ballance wrote:
This uses the module_path! macro to get the module name, which will not
be exactly the same as the c version if a kernel module contains multiple
rust modules. e.g. it might be "kernel_module_name::rust_module_name".
this does give a more accurate description of where the print statement
is located but it exactly what the c version does.
oops. typo.
is *not* exactly what the c version does.

Best Regards
Andrew Ballance