Re: [PATCH v2 00/18] modules: add metadata database

2021-06-14 Thread Gerd Hoffmann
Hi, > Based on the information you provided, the reason this whole series > exists seems to be to remove the need to update modules in multiple > places. Well, I'm trying to improve the way we handle module meta-data (see other mail just send for details). > Is there a real need to copy over th

Re: [PATCH v2 00/18] modules: add metadata database

2021-06-14 Thread Claudio Fontana
On 6/10/21 11:54 AM, Gerd Hoffmann wrote: > On Thu, Jun 10, 2021 at 10:32:39AM +0200, Claudio Fontana wrote: >> On 6/10/21 7:57 AM, Gerd Hoffmann wrote: >>> This patch series adds support for module metadata. Here are the pieces >>> of the puzzle: >>> >>> (1) Macros are added to store metadata i

Re: [PATCH v2 00/18] modules: add metadata database

2021-06-10 Thread Gerd Hoffmann
On Thu, Jun 10, 2021 at 10:32:39AM +0200, Claudio Fontana wrote: > On 6/10/21 7:57 AM, Gerd Hoffmann wrote: > > This patch series adds support for module metadata. Here are the pieces > > of the puzzle: > > > > (1) Macros are added to store metadata in a .modinfo elf section > > (idea sto

Re: [PATCH v2 00/18] modules: add metadata database

2021-06-10 Thread Claudio Fontana
On 6/10/21 7:57 AM, Gerd Hoffmann wrote: > This patch series adds support for module metadata. Here are the pieces > of the puzzle: > > (1) Macros are added to store metadata in a .modinfo elf section > (idea stolen from the linux kernel). > (2) A utility to scan modules, collect metada

[PATCH v2 00/18] modules: add metadata database

2021-06-09 Thread Gerd Hoffmann
This patch series adds support for module metadata. Here are the pieces of the puzzle: (1) Macros are added to store metadata in a .modinfo elf section (idea stolen from the linux kernel). (2) A utility to scan modules, collect metadata from the .modinfo sections, store it in a fi