From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752863Ab1LIKcg (ORCPT ); Fri, 9 Dec 2011 05:32:36 -0500 Received: from ozlabs.org ([203.10.76.45]:50479 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752544Ab1LIKcd (ORCPT ); Fri, 9 Dec 2011 05:32:33 -0500 From: Rusty Russell To: Ohad Ben-Cohen Cc: Arnd Bergmann , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, akpm@linux-foundation.org, Brian Swetland , Grant Likely , Tony Lindgren , Russell King Subject: Re: [PATCH 0/7] Introducing a generic AMP framework In-Reply-To: References: <1319536106-25802-1-git-send-email-ohad@wizery.com> <874nywpfkd.fsf@rustcorp.com.au> <87obw31v31.fsf@rustcorp.com.au> User-Agent: Notmuch/0.6.1-1 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Fri, 09 Dec 2011 16:08:02 +1030 Message-ID: <87liqmfgp1.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 8 Dec 2011 09:50:59 +0200, Ohad Ben-Cohen wrote: > Hi Rusty, > > On Wed, Nov 23, 2011 at 11:58 AM, Ohad Ben-Cohen wrote: > > On Wed, Nov 23, 2011 at 3:33 AM, Rusty Russell wrote: > >> That would imply that I'd done more than glance over them, and > >> unfortunately I haven't :( > > > > Np, thanks for glancing :) > > I'd still like to ask for your Ack at least for the virtio_ids.h > change (please see below, and for the full patch, see > http://www.spinics.net/lists/linux-omap/msg59537.html): > > Anyone following our threads will know you approved it, but I'm still > technically required to have your explicit ack as long as the patch > isn't going through your tree. > > I can always add something like: > > Virtio_ids.h-change-acked-by: Rusty Russell > > So it doesn't imply anything else but this specific change, or I can > just put that hunk in a separate patch, and add then add your Acked-by > (so it doesn't imply anything on the rest of the patch set). It's usually done: Acked-by: Rusty Russell (virtio_ids.h) And I've added it to the next version of the virtio-spec, so noone else grabs it. Thanks! Rusty.