Re: [PATCH] rust: Do not export generated KASAN ODR symbols
From: Matthew Maurer
Date: Wed Feb 05 2025 - 18:12:30 EST
Correct, I don't believe it needs to be backported. `gendwarfksyms` is
the only in-tree tool I am aware of breaking on this. It is possible
someone else is dumping DWARF for all exported symbols, but I don't
know of anyone specific other than Android for kernel ABI monitoring,
who already has this patch in-tree, and does that monitoring on
non-ASAN builds.
On Wed, Feb 5, 2025 at 3:08 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Thu, Feb 6, 2025 at 12:03 AM Matthew Maurer <mmaurer@xxxxxxxxxx> wrote:
> >
> > Fixes: e3117404b41124c88a4d834fc3222669a880addc
> > would probably be most appropriate
>
> Thanks for the quick reply!
>
> In principle, the backport to 6.12.y nor 6.13.y is not needed since
> gendwarfksyms does not exist there, right?
>
> Cheers,
> Miguel