Re: [PATCH v6 01/18] tools: Add gendwarfksyms

2024-12-05 Thread Sami Tolvanen
Hi, On Thu, Dec 5, 2024 at 5:46 AM Masahiro Yamada wrote: > > On Wed, Nov 27, 2024 at 3:26 AM Luis Chamberlain wrote: > > > > On Tue, Nov 26, 2024 at 12:50:48PM +0900, Masahiro Yamada wrote: > > > On Tue, Nov 26, 2024 at 8:30 AM Luis Chamberlain > > > wrote: > > > > > > > > On Thu, Nov 21, 202

Re: [PATCH v6 01/18] tools: Add gendwarfksyms

2024-12-04 Thread Masahiro Yamada
On Wed, Nov 27, 2024 at 3:26 AM Luis Chamberlain wrote: > > On Tue, Nov 26, 2024 at 12:50:48PM +0900, Masahiro Yamada wrote: > > On Tue, Nov 26, 2024 at 8:30 AM Luis Chamberlain wrote: > > > > > > On Thu, Nov 21, 2024 at 08:42:22PM +, Sami Tolvanen wrote: > > > > Add a basic DWARF parser, whi

Re: [PATCH v6 01/18] tools: Add gendwarfksyms

2024-12-04 Thread Masahiro Yamada
On Wed, Dec 4, 2024 at 11:14 PM Daniel Gomez wrote: > > On 11/21/2024 9:42 PM, Sami Tolvanen wrote: > > Add a basic DWARF parser, which uses libdw to traverse the debugging > > information in an object file and looks for functions and variables. > > In follow-up patches, this will be expanded to p

Re: [PATCH v6 01/18] tools: Add gendwarfksyms

2024-12-04 Thread Daniel Gomez
On 11/21/2024 9:42 PM, Sami Tolvanen wrote: Add a basic DWARF parser, which uses libdw to traverse the debugging information in an object file and looks for functions and variables. In follow-up patches, this will be expanded to produce symbol versions for CONFIG_MODVERSIONS from DWARF. Signed-o

Re: [PATCH v6 01/18] tools: Add gendwarfksyms

2024-11-26 Thread Luis Chamberlain
On Tue, Nov 26, 2024 at 12:50:48PM +0900, Masahiro Yamada wrote: > On Tue, Nov 26, 2024 at 8:30 AM Luis Chamberlain wrote: > > > > On Thu, Nov 21, 2024 at 08:42:22PM +, Sami Tolvanen wrote: > > > Add a basic DWARF parser, which uses libdw to traverse the debugging > > > information in an objec

Re: [PATCH v6 01/18] tools: Add gendwarfksyms

2024-11-26 Thread Masahiro Yamada
On Fri, Nov 22, 2024 at 5:42 AM Sami Tolvanen wrote: > > Add a basic DWARF parser, which uses libdw to traverse the debugging > information in an object file and looks for functions and variables. > In follow-up patches, this will be expanded to produce symbol versions > for CONFIG_MODVERSIONS fro

Re: [PATCH v6 01/18] tools: Add gendwarfksyms

2024-11-25 Thread Masahiro Yamada
On Tue, Nov 26, 2024 at 8:30 AM Luis Chamberlain wrote: > > On Thu, Nov 21, 2024 at 08:42:22PM +, Sami Tolvanen wrote: > > Add a basic DWARF parser, which uses libdw to traverse the debugging > > information in an object file and looks for functions and variables. > > In follow-up patches, thi

Re: [PATCH v6 01/18] tools: Add gendwarfksyms

2024-11-25 Thread Luis Chamberlain
On Thu, Nov 21, 2024 at 08:42:22PM +, Sami Tolvanen wrote: > Add a basic DWARF parser, which uses libdw to traverse the debugging > information in an object file and looks for functions and variables. > In follow-up patches, this will be expanded to produce symbol versions > for CONFIG_MODVERSI