Re: [PATCH] rust: Do not export generated KASAN ODR symbols
From: Miguel Ojeda
Date: Wed Feb 05 2025 - 18:01:10 EST
On Wed, Feb 5, 2025 at 9:08 PM Matthew Maurer <mmaurer@xxxxxxxxxx> wrote:
>
> In case you were waiting for an answer on that, it's because I was
> trying to be as loose as possible, since `__odr_asan` isn't going to
> end up on random symbols we *intended* to export from the kernel.
> We could technically restrict it to `__odr_asan_gen_` to be more
> precise and it should still work.
Sounds good, thanks!
Should we add a Fixes tag to any particular commit?
Cheers,
Miguel