On Wed, Apr 1, 2026 at 4:48 PM Namhyung Kim <[email protected]> wrote: > > On Wed, Apr 01, 2026 at 01:40:47PM -0700, Ian Rogers wrote: > > This looks like a latent Intel cpu_atom PMU bug. Thomas, wdyt? > > Are you ok with the change itself then? > > I'm not sure what's the expectation when the test runs with a regular > user. I assume the intention of this change is running as root..
So the test is failing as root on Intel, and the log output is extensive. I'd prefer not to have the log output, so we may need to work past some known broken items. Otherwise, the change looks okay, but there are inconsistencies: `grep -q "<not supported>"` is used in the existing code, while `grep -q "not supported"` is used here. Thanks, Ian > Thanks, > Namhyung >
