Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262271AbTFIX1P (ORCPT ); Mon, 9 Jun 2003 19:27:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262283AbTFIX1O (ORCPT ); Mon, 9 Jun 2003 19:27:14 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.103]:42926 "EHLO e3.ny.us.ibm.com") by vger.kernel.org with ESMTP id S262271AbTFIX1O (ORCPT ); Mon, 9 Jun 2003 19:27:14 -0400 Subject: Re: [PATCH] Some clean up of the time code. From: john stultz To: george anzinger Cc: Andrew Morton , "linux-kernel@vger.kernel.org" , Eric Piel In-Reply-To: <3EE510E7.60801@mvista.com> References: <3EE510E7.60801@mvista.com> Content-Type: text/plain Organization: Message-Id: <1055201760.18643.6.camel@w-jstultz2.beaverton.ibm.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 09 Jun 2003 16:36:00 -0700 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1046 Lines: 29 On Mon, 2003-06-09 at 15:57, george anzinger wrote: > Pushs down the change from timeval to timespec in the settime routines. No complaints here. > Fixes two places where time was set without updating the monotonic > clock offset. (Changes sys_stime() to call do_settimeofday() and > changes clock_warp to do the update directly.) These were bugs! Yea, that sys_stime bug really needed fixing. Thanks for kicking this out. > Changes the uptime code to use the posix_clock_monotonic notion of > uptime instead of the jiffies. This time will track NTP changes and > so should be better than your standard wristwatch (if your using ntp). Hmmm. Might want to see if the btime changes from last week could benefit from a similar change. Didn't test it personally, but looks good. thanks -john - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/