On Tue, Jan 21, 2025 at 12:41:02PM -0500, Steven Rostedt wrote: >On Tue, 21 Jan 2025 11:41:00 -0500 >Sasha Levin wrote: > >> Hey Steve, >> >> I've started seeing memory corruption issues in LKFT, such as the one >> here: https://qa-reports.linaro.org/lkft/sashal-linus-next/build/v6.13-rc7-790-gabac258eb0d1/testrun/26834686/suite/log-parser-test/test/bug-bug-kernel-null-pointer-dereference-address/log >> >> I ran a bisection, which led me to the below commit: >> >> On Tue, Jan 21, 2025 at 10:15:51AM -0500, Steven Rostedt wrote: >> > tracing: Cache ":mod:" events for modules not loaded yet >> >> I've also confirmed that reverting this commit on top of linus-next fixes >> the issue. > >Do you have the .config for this? Did you have CONFIG_MODULES set? If not, the bug with: I've attached it. > #if CONFIG_MODULES > >still is true and the code paths there can cause memory corruption. Which >would be fixed by the new patches added in this version of the pull request. CONFIG_MODULES is set (and the log indicates we have loaded a single module). -- Thanks, Sasha