Re: [PATCH] printk: Export console trace point for kcsan/kasan/kfence/kmsan
From: Petr Mladek
Date: Fri Apr 14 2023 - 04:12:08 EST
On Thu 2023-04-13 15:38:59, Pavankumar Kondeti wrote:
> The console tracepoint is used by kcsan/kasan/kfence/kmsan test
> modules. Since this tracepoint is not exported, these modules iterate
> over all available tracepoints to find the console trace point.
> Export the trace point so that it can be directly used.
>
> Signed-off-by: Pavankumar Kondeti <quic_pkondeti@xxxxxxxxxxx>
Makes sense. From the printk side:
Acked-by: Petr Mladek <pmladek@xxxxxxxx>
Best Regards,
Petr