Bug 218606
Summary: | Restart operation cause TSC unstable | ||
---|---|---|---|
Product: | Timers | Reporter: | sander44 (ionut_n2001) |
Component: | Interval Timers | Assignee: | timers_interval-timers |
Status: | NEW --- | ||
Severity: | normal | CC: | linux, mario.limonciello |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 6.8.0 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | possible patch |
Description
sander44
2024-03-15 20:41:57 UTC
Thank you for starting rework timer areas. https://lore.kernel.org/lkml/171011361729.2468526.2426064486971501672.tglx@xen13/ Created attachment 306767 [details]
possible patch
Can you see if perhaps this patch helps?
Hi Mario, I tested with your patch. And I think it's good now. This patch was used together with the 6.12.0-rc3+ base to verify. Now my laptop no longer reports this instability. Thank you. Hi, Can you please share a log with 6.12-rc3 that reproduces issue without that patch and then another that it doesn't reproduce with 6.12-rc3 and just that patch applied? Hello Mario, These days I don't have time to try to reproduce this problem. maybe next week I will try to add your patch over the base of -rc4 or -rc5 to check it again. But if there are other people, they can check it before me. Thanks. The algorithm that has been used for TSC watchdog has changed in recent kernels, so it's very plausible that it's fixed already and the patch does not do anything. I am still running into this on v6.13.1 on a Framework 13 AMD. Will try your patch. |