From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752363Ab1AGOJz (ORCPT ); Fri, 7 Jan 2011 09:09:55 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:52321 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751338Ab1AGOJy (ORCPT ); Fri, 7 Jan 2011 09:09:54 -0500 From: Arnd Bergmann To: John Stultz Subject: Re: [PATCH V8 01/13] time: Introduce timekeeping_inject_offset Date: Thu, 6 Jan 2011 23:00:17 +0100 User-Agent: KMail/1.12.2 (Linux/2.6.35-16-generic; KDE/4.3.2; x86_64; ; ) Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, netdev@vger.kernel.org, Alan Cox , Christoph Lameter , David Miller , John Stultz , Krzysztof Halasa , Peter Zijlstra , Rodolfo Giometti , Thomas Gleixner , Richard Cochran References: <15a12892b0bfc17327d2b3a7695c81fbe6f34337.1293820862.git.richard.cochran@omicron.at> In-Reply-To: <15a12892b0bfc17327d2b3a7695c81fbe6f34337.1293820862.git.richard.cochran@omicron.at> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201101062300.17289.arnd@arndb.de> X-Provags-ID: V02:K0:ZKmyyIAHcuK51ftAj4vWJEm8Bf+3R1ZKdAN3r+2eIRx ulyA7yvZkUZOYLvx/GziXe8v373fknWcOh6Hc8jAh+RgrnDv2Y FO/0fkrVheX8jORr0oRSw5A/g0rmBHcfwpzeUS0wzbrhQRPEKE lB/LkR4nhoBlX2eAwlUnKajgHkW+ijPhFK9YJegaVQQmIvlhJM myt5QKhJwM40W2NbdwLQg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 31 December 2010, John Stultz wrote: > This adds a kernel-internal timekeeping interface to add or subtract Note that this is not the correct way to submit a patch from someone else. You should instead use your own name and email address as the sender, and have "From: John Stultz " as the first line in the body of the email. You also need to add your own "Signed-off-by: Richard Cochran " line below the S-o-b from John. Using git-send-email plus git-format-patch will gets this right if the commit was done correctly in your own git tree. If you prefer to use a different set of tools, you need to watch out for these details yourself. Arnd