Re: [PATCH] rust: Do not export generated KASAN ODR symbols
From: Matthew Maurer
Date: Wed Feb 05 2025 - 18:03:44 EST
Fixes: e3117404b41124c88a4d834fc3222669a880addc
would probably be most appropriate
On Wed, Feb 5, 2025 at 3:01 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> 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