From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031510AbXDZUsq (ORCPT ); Thu, 26 Apr 2007 16:48:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1031511AbXDZUsq (ORCPT ); Thu, 26 Apr 2007 16:48:46 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:55485 "EHLO e32.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031510AbXDZUso (ORCPT ); Thu, 26 Apr 2007 16:48:44 -0400 Subject: Re: [PATCH 1/3] ia64: convert to use clocksource code From: john stultz To: Sam Ravnborg Cc: Peter Keilty , linux-ia64@vger.kernel.org, Eric Whitney , linux-kernel@vger.kernel.org In-Reply-To: <20070426204146.GA25142@uranus.ravnborg.org> References: <20070426202632.23343.54944.sendpatchset@rambler.zko.hp.com> <20070426204146.GA25142@uranus.ravnborg.org> Content-Type: text/plain Date: Thu, 26 Apr 2007 13:48:41 -0700 Message-Id: <1177620521.6031.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2007-04-26 at 22:41 +0200, Sam Ravnborg wrote: > On Thu, Apr 26, 2007 at 04:26:32PM -0400, Peter Keilty wrote: > > From: Peter Keilty > > > > Initial ia64 conversion to the generic timekeeping/clocksource code. > > > > Signed-off-by: Peter Keilty > > Signed-off-by: John Stultz > > The "Signed-off-by:" should reflect the order in which a path is processed > with the last submitter at the bottom of the list. > So if this patch came from John then he should be first in the list > and since the patch passes you and you submit it you should be in the bottom > of the list. > > And "Signed-off-by:" tell the path that the patch takes. It is not to be used > to let others say "I have seen it and I think the patch is ok". > For the latter we have "Acked-by:". Yea. Its a little odd in this case, because Peter sent me the signed off code, then I've made tweaks to it and signed it off, then peter picked that up and has made further improvements. So I don't think it is inaccurate, but I see how it could be confusing. Maybe Peter should add an extra signed-off so its more clear? thanks -john