From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stultz Subject: Re: [PATCH V10 01/15] time: Introduce timekeeping_inject_offset Date: Thu, 27 Jan 2011 10:48:19 -0800 Message-ID: <1296154099.2855.162.camel@work-vm> References: <6aec014551fc1d34924d6a7bcf97769867c15ba9.1296124770.git.richard.cochran@omicron.at> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, netdev@vger.kernel.org, Alan Cox , Arnd Bergmann , Christoph Lameter , David Miller , Krzysztof Halasa , Peter Zijlstra , Rodolfo Giometti , Thomas Gleixner , Benjamin Herrenschmidt , "H. Peter Anvin" , Ingo Molnar , Mike Frysinger , Paul Mackerras , Russell King To: Richard Cochran , Richard Cochran Return-path: In-Reply-To: <6aec014551fc1d34924d6a7bcf97769867c15ba9.1296124770.git.richard.cochran@omicron.at> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 2011-01-27 at 11:54 +0100, John Stultz wrote: > This adds a kernel-internal timekeeping interface to add or subtract > a fixed amount from CLOCK_REALTIME. This makes it so kernel users or > interfaces trying to do so do not have to read the time, then add an > offset and then call settimeofday(), which adds some extra error in > comparision to just simply adding the offset in the kernel timekeeping > core. > > CC: Thomas Gleixner > Signed-off-by: John Stultz > Signed-off-by: Richard Cochran > --- Hey Richard, Something seems wrong with your mail sending script. It looks like your sending the email under my name (John Stultz ). While I appreciate you preserving the path author, and the signoffs are right, you really should send the email under your own name. The proper style is to keep the mail-header From: the same (ie: Richard Cochran ), but as the first line of the mail body put: From: Author Name thanks -john