Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1561186 > unrolled thread

clocksource watchdog false detection

Started byYinghai Lu <yinghai@kernel.org>
First post2017-01-18 01:50 +0100
Last post2017-01-18 10:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  clocksource watchdog false detection Yinghai Lu <yinghai@kernel.org> - 2017-01-18 01:50 +0100
    Re: clocksource watchdog false detection Thomas Gleixner <tglx@linutronix.de> - 2017-01-18 10:20 +0100

#1561186 — clocksource watchdog false detection

FromYinghai Lu <yinghai@kernel.org>
Date2017-01-18 01:50 +0100
Subjectclocksource watchdog false detection
Message-ID<t0MBP-5zP-11@gated-at.bofh.it>
one socket system with running cpu/memory stress test, got:

--
[45477.565642] timekeeping watchdog: Marking clocksource 'tsc' as
unstable, because the skew is too large:
[45477.565643]     'acpi_pm' wd_now: 32e642 wd_last: 71c8c5 mask: ffffff
[45477.565644]     'tsc' cs_now: 4b80842681e0 cs_last: 4a48ac7d5a0a
mask: ffffffffffffffff
[45477.623779] Switched to clocksource acpi_pm

so acpi_pm reading between two timer are wrapped.

When that happen, should just disable clocksource_watchdog instead?

Thanks

Yinghai

[toc] | [next] | [standalone]


#1561368

FromThomas Gleixner <tglx@linutronix.de>
Date2017-01-18 10:20 +0100
Message-ID<t0Uzo-29s-13@gated-at.bofh.it>
In reply to#1561186
On Tue, 17 Jan 2017, Yinghai Lu wrote:
> one socket system with running cpu/memory stress test, got:
> 
> --
> [45477.565642] timekeeping watchdog: Marking clocksource 'tsc' as
> unstable, because the skew is too large:
> [45477.565643]     'acpi_pm' wd_now: 32e642 wd_last: 71c8c5 mask: ffffff
> [45477.565644]     'tsc' cs_now: 4b80842681e0 cs_last: 4a48ac7d5a0a
> mask: ffffffffffffffff
> [45477.623779] Switched to clocksource acpi_pm
> 
> so acpi_pm reading between two timer are wrapped.
> 
> When that happen, should just disable clocksource_watchdog instead?

When that happens then something prevented the expiry of the watchdog timer
for more than 4.5 seconds.

So instead of blaming the messenger, you should fix that problem.

Thanks,

	tglx

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web