On Wed, Mar 05, 2025 at 11:45:45AM -0500, Steven Rostedt wrote: > For trace instances that are mapped to persistent memory, have them use > the scratch area to save the currently loaded modules. This will allow > where the modules have been loaded on the next boot so that their > addresses can be deciphered by using where they were loaded previously.
Hi, When building against linux-next today, I found that this commit breaks builds when the kernel hasn't enabled CONFIG_MODULES. Could you please take a look? Many thanks!! - Ted