On Thu, Nov 07, 2024 at 02:38:13PM -0800, Luis Chamberlain wrote: > The only thing left I think to test is the impact at runtime, and the > only thing I can think of is first we use find_symbol() on resolve_symbol() > which it took me a while to review and realize that this just uses a > completely different ELF section, the the ksymtab sections which are split up > between the old and the gpl section. Thinking about this some more, if we're going down enabling a new option, it seems to beg the question if the old *two* ksymtab sections could just be folded into the a new one where the "gpl only" thing becomes just one "column" as you call it. Reasons I ask, it seems like we're duplicating symbol names on ksymtab and for modeversions. Could you review this a bit? Luis