Re: tc_setclock: don't print warning when tc_windup() rejects RTC time

2022-11-08 Thread Mark Kettenis
> Date: Tue, 8 Nov 2022 11:59:17 + > From: Scott Cheloha > > On some arm64 machines, the agtimer(4) ticks slowly enough that the > tc_delta() doesn't overflow across brief suspends. While working on > arm64 suspend/resume, kettenis@ has been seeing warnings like this > during resume: > > tc

Re: tc_setclock: don't print warning when tc_windup() rejects RTC time

2022-11-08 Thread Mike Larkin
On Tue, Nov 08, 2022 at 11:59:17AM +, Scott Cheloha wrote: > On some arm64 machines, the agtimer(4) ticks slowly enough that the > tc_delta() doesn't overflow across brief suspends. While working on > arm64 suspend/resume, kettenis@ has been seeing warnings like this > during resume: > > tc_se

tc_setclock: don't print warning when tc_windup() rejects RTC time

2022-11-08 Thread Scott Cheloha
On some arm64 machines, the agtimer(4) ticks slowly enough that the tc_delta() doesn't overflow across brief suspends. While working on arm64 suspend/resume, kettenis@ has been seeing warnings like this during resume: tc_setclock: cannot rewind uptime to 307.253324249 The warning is misleading a