From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753001AbbBRRBq (ORCPT ); Wed, 18 Feb 2015 12:01:46 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:54572 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751973AbbBRRBp (ORCPT ); Wed, 18 Feb 2015 12:01:45 -0500 Date: Wed, 18 Feb 2015 09:01:36 -0800 From: Christoph Hellwig To: Bob Liu Cc: xen-devel@lists.xen.org, david.vrabel@citrix.com, linux-kernel@vger.kernel.org, roger.pau@citrix.com, konrad.wilk@oracle.com, felipe.franciosi@citrix.com, axboe@fb.com, hch@infradead.org, avanzini.arianna@gmail.com Subject: Re: [RFC PATCH 00/10] Multi-queue support for xen-block driver Message-ID: <20150218170136.GA17813@infradead.org> References: <1423988345-4005-1-git-send-email-bob.liu@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423988345-4005-1-git-send-email-bob.liu@oracle.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 15, 2015 at 04:18:55PM +0800, Bob Liu wrote: > History: > It's based on the result of Arianna's internship for GNOME's Outreach Program > for Women, in which she was mentored by Konrad Rzeszutek Wilk. I also worked on > this patchset with her at that time, and now fully take over this task. > I've got her authorization to "change authorship or SoB to the patches as you > like." The standard way to credit this original author is: - if the patch is unchanged just keep her as the From: and Signed-off-by. - if you add small changes add your Signed-off-by to hers, and a note like [bob: fix foobarbaz] before it. - if you substantially rewrite a patch add it as From and Signed-off-by you, but add a note to the patch text that mentions the original work it is based on.