Re: [PATCH v9 3/5] modules: Allow extended modversions without basic MODVERSIONS

2024-11-22 Thread Matthew Maurer
> > depends on !COMPILE_TEST > > + selects BASIC_MODVERSIONS > > tested? 'selects' is not valid. > Apologies. Tested before making BASIC_MODVERSIONS default. I've fixed this locally, and will re-test with the whole stack before resending.

Re: [PATCH v9 3/5] modules: Allow extended modversions without basic MODVERSIONS

2024-11-22 Thread Randy Dunlap
On 11/22/24 4:19 PM, Matthew Maurer wrote: > If you know that your kernel modules will only ever be loaded by a newer > kernel, you can disable BASIC_MODVERSIONS to save space. This also > allows easy creation of test modules to seee how tooling will respond to > modules that only have the new f