We currently rely on the kernel linker resolving undefined references against local symbols from other kernel modules. Be explicit about the symbols to export, in advance of changing that behaviour.
PR: 207898
Differential D47980
lindebugfs: Export symbols emaste on Dec 7 2024, 6:23 PM. Authored by Tags None Referenced Files
Subscribers
Details We currently rely on the kernel linker resolving undefined references against local symbols from other kernel modules. Be explicit about the symbols to export, in advance of changing that behaviour. PR: 207898
Diff Detail
Event TimelineComment Actions I tried to see if this is all I found in the header file; I wonder if we should also sort the header file to the same order so it's easier to see ;-)
|