Re: [PATCH v6 18/18] Documentation/kbuild: Add DWARF module versioning

2024-12-16 Thread Sami Tolvanen
Hi, On Sat, Dec 14, 2024 at 3:34 AM Masahiro Yamada wrote: > > On Fri, Nov 22, 2024 at 5:43 AM Sami Tolvanen wrote: > > > > +When a symbol pointer is found in DWARF, gendwarfksyms can use its > > +type for calculating symbol versions even if the symbol is defined > > +elsewhere. The name of the

Re: [PATCH v6 18/18] Documentation/kbuild: Add DWARF module versioning

2024-12-14 Thread Sedat Dilek
On Sat, Dec 14, 2024 at 12:34 PM Masahiro Yamada wrote: > > On Fri, Nov 22, 2024 at 5:43 AM Sami Tolvanen wrote: > > > > Add documentation for gendwarfksyms changes, and the kABI stability > > features that can be useful for distributions even though they're not > > used in mainline kernels. > >

Re: [PATCH v6 18/18] Documentation/kbuild: Add DWARF module versioning

2024-12-14 Thread Masahiro Yamada
On Fri, Nov 22, 2024 at 5:43 AM Sami Tolvanen wrote: > > Add documentation for gendwarfksyms changes, and the kABI stability > features that can be useful for distributions even though they're not > used in mainline kernels. > > Signed-off-by: Sami Tolvanen > --- > Documentation/kbuild/gendwarfk