From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: [ofa-general] Re: [PATCH 01 of 11] mmu-notifier-core Date: Wed, 07 May 2008 15:31:08 -0700 Message-ID: References: <20080507130528.adfd154c.akpm@linux-foundation.org> <20080507215840.GB8276@duo.random> <20080507222758.GD8276@duo.random> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: npiggin@suse.de, chrisw@redhat.com, aliguori@us.ibm.com, steiner@sgi.com, a.p.zijlstra@chello.nl, linux-mm@kvack.org, marcelo@kvack.org, kanojsarcar@yahoo.com, rusty@rustcorp.com.au, linux-kernel@vger.kernel.org, avi@qumranet.com, dada1@cosmosbay.com, paulmck@us.ibm.com, kvm-devel@lists.sourceforge.net, holt@sgi.com, general@lists.openfabrics.org, hugh@veritas.com, Andrew Morton , Linus Torvalds , clameter@sgi.com To: Andrea Arcangeli Return-path: In-Reply-To: <20080507222758.GD8276@duo.random> (Andrea Arcangeli's message of "Thu, 8 May 2008 00:27:58 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: kvm.vger.kernel.org > I rechecked and I guarantee that the patches where Christoph isn't > listed are developed by myself and he didn't write a single line on > them. In any case I expect Christoph to review (he's CCed) and to > point me to any attribution error. The only mistake I did once in that > area was to give too _few_ attribution to myself and he asked me to > add myself in the signed-off so I added myself by Christoph own > request, but be sure I didn't remove him! I think the point you're missing is that any patches written by Christoph need a line like From: Christoph Lameter at the top of the body so that Christoph becomes the author when it is committed into git. The Signed-off-by: line needs to be preserved too of course, but it is not sufficient by itself. - R.