mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Zhang, Yanmin" <yanmin_zhang@linux.intel.com>
To: Roman Zippel <zippel@linux-m68k.org>
Cc: john stultz <johnstul@us.ibm.com>,
	lkml <linux-kernel@vger.kernel.org>,
	alex.shi@intel.com, Thomas Gleixner <tglx@tglx.de>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [RFC][PATCH] Catch xtime_nsec underflows and fix them
Date: Wed, 03 Dec 2008 12:45:32 +0800	[thread overview]
Message-ID: <1228279532.2866.192.camel@ymzhang> (raw)
In-Reply-To: <Pine.LNX.4.64.0812030436590.24668@localhost.localdomain>


On Wed, 2008-12-03 at 04:48 +0100, Roman Zippel wrote:
> Hi,
> 
> On Wed, 3 Dec 2008, Zhang, Yanmin wrote:
> 
> > > This doesn't explain the problem entirely, I considered a negative 
> > > xtime_nsec before, but xtime_nsec+offset should still be positive
> > xtime_nsec underflows after clocksource_adjust. Before clocksource_adjust,
> > xtime_nsec is a small positive.
> > 
> > When xtime_nsec underflows at the first time, xtime.tv_nsec becomes -1.
> > Later on when the second tick arrives, below statement in the while loop
> >  clock->xtime_nsec += clock->xtime_interval;
> > will cause clock->xtime_nsec becomes positive again. So the second tick
> > appears a going-backward time.
> 
> Yes, but only by 1nsec, so normally it wouldn't be noticable.
Not 1nsec. At the second tick, go back about 4294967296 nsec (2^32), about
4 seconds. That matches the output of testing process.

> 
> > >  and 
> > > produce the correct result, at least I can't find anything in 
> > > getnstimeofday().
> > The testing uses vsyscall to get call gettimeofday. vsyscall_gtod_data.wall_time_nsec
> > is a u32 while timespec->tv_nsec is a signed long.
> 
> Ok, I was missing this part, I looked at the 32bit version of 
> getnstimeofday() and there xtime.tv_nsec was correctly sign extended.
> To be safe for the future wall_time_nsec should also be a s32.


  reply	other threads:[~2008-12-03  4:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-02  2:34 john stultz
2008-12-03  2:35 ` Roman Zippel
2008-12-03  3:01   ` Zhang, Yanmin
2008-12-03  3:48     ` Roman Zippel
2008-12-03  4:45       ` Zhang, Yanmin [this message]
2008-12-03 16:09         ` Roman Zippel
2008-12-04 21:19   ` john stultz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1228279532.2866.192.camel@ymzhang \
    --to=yanmin_zhang@linux.intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=alex.shi@intel.com \
    --cc=johnstul@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@tglx.de \
    --cc=zippel@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome