From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Wed, 24 Sep 2003 19:25:55 +0000 Subject: Re: [PATCH] do_gettimeofday() fails to compensate for lost ticks Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 24 Sep 2003 12:58:01 -0600 (MDT), Khalid Aziz said: Khalid> That was it. The same test that failed in less than 30 Khalid> seconds, now has been running for more than 10 minutes Khalid> without failure. Great! Thanks for tracking this down. I'm not surprised this bug has gone undetected so long---settimeofday() isn't really called all that often. I guess this shows the value of a good test-suite... --david