Re: WARNING: CPU: 7 PID: 0 at kernel/time/timer_migration.c:1332 tmigr_inactive_up+0xd2/0x190

From: Anna-Maria Behnsen
Date: Thu Jun 13 2024 - 11:52:09 EST


Hi Narasimhan,

Borislav Petkov <bp@xxxxxxxxx> writes:

> Hi Anna-Maria,
>
> On Thu, Jun 13, 2024 at 04:40:33PM +0200, Anna-Maria Behnsen wrote:
>> thanks for the report. Is it reproducible?
>
> Narasimhan just tells me that he was NOT able to reproduce it in today's run.
> I guess we can wait and see.
>
>> If yes, might it be possible to enable the timer_migration tracepoints and
>> provide the trace?
>
> Can you pls give Narasimhan exact instructions what to do the next time it
> happens?

Please add the following to the kernel command line before boot:

traceoff_on_warning trace_event=timer_migration:*

And then everything I would need should be part of the trace
file. Please extract it after the warning occurs with

cat /sys/kernel/debug/tracing/trace > trace.txt

and provide me this file.

Thanks a lot for your help!

Anna-Maria