Re: [osv-dev] [COMMIT osv master] libc: make timerfd_* functions handle wall clock jumps

2020-03-15 Thread Waldek Kozaczuk
No worries. The time-related code has always been quite tricky to reason about:-) On Sunday, March 15, 2020 at 3:33:18 PM UTC-4, Nadav Har'El wrote: > > On Sun, Mar 15, 2020 at 9:25 PM Commit Bot > wrote: > >> From: Waldemar Kozaczuk > >> Committer: Waldemar Kozaczuk > >> Branch: master >> >> li

Re: [osv-dev] [COMMIT osv master] libc: make timerfd_* functions handle wall clock jumps

2020-03-15 Thread Nadav Har'El
On Sun, Mar 15, 2020 at 9:25 PM Commit Bot wrote: > From: Waldemar Kozaczuk > Committer: Waldemar Kozaczuk > Branch: master > > libc: make timerfd_* functions handle wall clock jumps > > When wall clock jumps backwards triggered for example by host clock > change and propagated through kvmclock

[osv-dev] [COMMIT osv master] libc: make timerfd_* functions handle wall clock jumps

2020-03-15 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master libc: make timerfd_* functions handle wall clock jumps When wall clock jumps backwards triggered for example by host clock change and propagated through kvmclock synchronization mechanism implemented by the commit https://gith