Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp4618689ybi; Mon, 27 May 2019 23:02:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqxD/DBODQJmhgLaTkok2QHrtnRK9CFscsL+3YbewwU5lJTAtioTGVO9Gs98OeSbUYd80X4w X-Received: by 2002:a62:fc56:: with SMTP id e83mr90415602pfh.27.1559023354412; Mon, 27 May 2019 23:02:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559023354; cv=none; d=google.com; s=arc-20160816; b=svPHdPIYGephvJgcwPttQzq6Z/zLVyyF8GKFTQjZVrkZn9hJCP+0kTTL+6cXaA2/fQ vOJq+7L3BYRVRE2LEa1axij3FG10idmSmnDGiJeWNT2AOk/qLzEcuxfRA3GCHWj7tJJS K6Y4X6WqCCTXlo2IZ7I2sYHIXg4nQ2IM6YEQeCeN8PorFpLUmUVaSb47GC9lpFUm+1Gs u2qkdAXyyH36P2DAMJ2aK7SDszkJ+vdmlPv8yJScjUJMHfM2fm+4mhqkdt/KJy78wEPC +ekDrKJgo5+Gm4A87bPo6WI+uluBVlBD+jVkH93JpEj4gIbRdZEcy0LIBtVf4XglC80V IuZg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=jpDFpjcJaC09lQ5TuwLm1j1tH+bMTRskO9ZebbeqLHk=; b=Jum1M6Nvd8pwnyeQQYKSKeyv8NkBwpSUS7WwwcbfNG6ooBkOq+TVtXF5roqC2Wr2yQ ibA9yX7/FKnE9SGa/p5DRPI8iMztjl9lv9aApaOo3yR0YQmtnhV7s+G4b6C4RMGQ7IwN 1iczCpZgLzbvKGceP3rhD+b0yRN4ojmg9dNBTTVVURbr11pNo0mwpSu/NZ1Z5MaN2dkc EDuZdDEtO5fvwIbIhUibAvrOpPyr0KwF9LyP1EMOYBdJIWKwPVABLWz7hp0us+lSgIYo TK6f5vF/rLqOPNid2UnctnxA+WQsINSxEo4rC5wBga6vWSqRne1LBSV+F16Ig1qh0ZD/ Kisg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y13si24672285pff.19.2019.05.27.23.02.18; Mon, 27 May 2019 23:02:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727422AbfE1F64 (ORCPT + 99 others); Tue, 28 May 2019 01:58:56 -0400 Received: from verein.lst.de ([213.95.11.211]:44892 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725904AbfE1F64 (ORCPT ); Tue, 28 May 2019 01:58:56 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 4AAA668AA6; Tue, 28 May 2019 07:58:31 +0200 (CEST) Date: Tue, 28 May 2019 07:58:31 +0200 From: Christoph Hellwig To: Greg KH Cc: Christoph Hellwig , laurentiu.tudor@nxp.com, stern@rowland.harvard.edu, linux-usb@vger.kernel.org, marex@denx.de, leoyang.li@nxp.com, linux-kernel@vger.kernel.org, robin.murphy@arm.com, noring@nocrew.org, JuergenUrban@gmx.de Subject: Re: [PATCH v6 0/5] prerequisites for device reserved local mem rework Message-ID: <20190528055831.GA11279@lst.de> References: <20190522142748.10078-1-laurentiu.tudor@nxp.com> <20190523065602.GA11928@lst.de> <20190523070755.GA23832@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190523070755.GA23832@kroah.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 23, 2019 at 09:07:55AM +0200, Greg KH wrote: > I have no objection for you just taking this whole series as-is, no need > to worry about merge conflicts with the USB tree, I doubt anything will > be touching this area of code anytime soon. > > So if you want to take it now, feel free to add: > > Signed-off-by: Greg Kroah-Hartman Given that I'll pull it in, shouldn't this be a Reviewed-by or Acked-by?