Re: [PATCH v10 1/5] modules: Support extended MODVERSIONS info

2024-11-25 Thread Matthew Maurer
> > I already acked version 8, which AFAICS is identical to this version > (for this patch at least). > > Not sure if you dropped my ack on purpose, but here have another one :) > > Acked-by: Michael Ellerman (powerpc) > > cheers It was not removed intentionally, thanks for the re-ack :)

Re: [PATCH v10 1/5] modules: Support extended MODVERSIONS info

2024-11-25 Thread Michael Ellerman
Matthew Maurer writes: > Adds a new format for MODVERSIONS which stores each field in a separate > ELF section. This initially adds support for variable length names, but > could later be used to add additional fields to MODVERSIONS in a > backwards compatible way if needed. Any new fields will be

[PATCH v10 1/5] modules: Support extended MODVERSIONS info

2024-11-22 Thread Matthew Maurer
Adds a new format for MODVERSIONS which stores each field in a separate ELF section. This initially adds support for variable length names, but could later be used to add additional fields to MODVERSIONS in a backwards compatible way if needed. Any new fields will be ignored by old user tooling, un