From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwCII-0002ag-58 for qemu-devel@nongnu.org; Mon, 08 Jul 2013 10:19:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwCIG-00033G-Q5 for qemu-devel@nongnu.org; Mon, 08 Jul 2013 10:19:58 -0400 Received: from mail.avalus.com ([2001:41c8:10:1dd::10]:39235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwCIG-000336-Ky for qemu-devel@nongnu.org; Mon, 08 Jul 2013 10:19:56 -0400 Date: Mon, 08 Jul 2013 15:19:43 +0100 From: Alex Bligh Message-ID: In-Reply-To: References: <1372930249-22916-1-git-send-email-paul.durrant@citrix.com> <87bo6ddu6k.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH v5] Xen PV Device Reply-To: Alex Bligh List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Anthony Liguori Cc: Stefano Stabellini , qemu-devel@nongnu.org, xen-devel@lists.xen.org, Paul Durrant , Stefano Stabellini , Alex Bligh , =?UTF-8?Q?Andreas_F=C3=A4rber?= --On 8 July 2013 15:10:49 +0100 Peter Maydell wrote: >> You probably mean Reviewed-by. Acked-by really means, "I am not the >> maintainer of this area, I have not reviewed this patch, but I am >> generally okay with the idea as best I can tell." > > Don't you mean "I *am* the maintainer of this area" ? I've always > assumed it means "as the maintainer I have a potential veto over > this code change and I am explicitly not exercising it even though > I may not have done a complete review and/or test"... Really? That would imply no one should add Acked-By except maintainers. That's not right according to: https://github.com/torvalds/linux/blob/master/Documentation/SubmittingPatches#L397 The use at line 401 by maintainers does not seem to me to be 'exclusive'. For instance, I've used Acked-by when someone else modifies a piece of code I've contributed (e.g. to fix a bug), to indicate I agree with them. It's also pretty clear (line 437 and 462) what Reviewed-by: means -- Alex Bligh