From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1K3jU5-00050C-IK for user-mode-linux-devel@lists.sourceforge.net; Tue, 03 Jun 2008 20:16:21 -0700 Received: from saraswathi.solana.com ([198.99.130.12]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1K3jU3-0007ID-Un for user-mode-linux-devel@lists.sourceforge.net; Tue, 03 Jun 2008 20:16:21 -0700 Date: Tue, 3 Jun 2008 23:15:21 -0400 From: Jeff Dike Message-ID: <20080604031521.GA15327@c2.user-mode-linux.org> References: <20080603190235.GA9511@c2.user-mode-linux.org> <20080603123211.e129c222.akpm@linux-foundation.org> <200806031543.56864.dhazelton@enter.net> <878wxmfg99.fsf@hades.wkstn.nix> <20080603130709.fcf6a751.akpm@linux-foundation.org> <20080603210048.GA12182@c2.user-mode-linux.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [uml-devel] [PATCH 1/6] UML - Deal with host time going backwards List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: "Eric W. Biederman" Cc: Nix , Andrew Morton , linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, dhazelton@enter.net On Tue, Jun 03, 2008 at 06:50:49PM -0700, Eric W. Biederman wrote: > Could using a CLOCK_MONOTONIC time source fix this? Those timers do not > change when we change the time on the host. Hmmm, maybe. The man page looks promising... Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758276AbYFDDQb (ORCPT ); Tue, 3 Jun 2008 23:16:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753375AbYFDDQX (ORCPT ); Tue, 3 Jun 2008 23:16:23 -0400 Received: from [198.99.130.12] ([198.99.130.12]:33365 "EHLO saraswathi.solana.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752547AbYFDDQX (ORCPT ); Tue, 3 Jun 2008 23:16:23 -0400 Date: Tue, 3 Jun 2008 23:15:21 -0400 From: Jeff Dike To: "Eric W. Biederman" Cc: Andrew Morton , Nix , dhazelton@enter.net, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [PATCH 1/6] UML - Deal with host time going backwards Message-ID: <20080604031521.GA15327@c2.user-mode-linux.org> References: <20080603190235.GA9511@c2.user-mode-linux.org> <20080603123211.e129c222.akpm@linux-foundation.org> <200806031543.56864.dhazelton@enter.net> <878wxmfg99.fsf@hades.wkstn.nix> <20080603130709.fcf6a751.akpm@linux-foundation.org> <20080603210048.GA12182@c2.user-mode-linux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 03, 2008 at 06:50:49PM -0700, Eric W. Biederman wrote: > Could using a CLOCK_MONOTONIC time source fix this? Those timers do not > change when we change the time on the host. Hmmm, maybe. The man page looks promising... Jeff -- Work email - jdike at linux dot intel dot com