Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp108971imm; Fri, 5 Oct 2018 00:19:21 -0700 (PDT) X-Google-Smtp-Source: ACcGV6386NekfOnHaooAfjZvfffvWSzsknqqsTf/GW76jmkqd0QSzOS+VBJlUxZqeRd5MwPlLmJQ X-Received: by 2002:a17:902:7482:: with SMTP id h2-v6mr10439495pll.228.1538723961740; Fri, 05 Oct 2018 00:19:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538723961; cv=none; d=google.com; s=arc-20160816; b=aO7qa4htmRie/H+ozXRcrdcRtI+LIOBSahBsYp0Z219kgtUOdR5YF5eVOrq12EGhXl Es11KjTbCUpFoKug5ZfMt/uQEMfKp42HhJLEwhWGeaITM/lBICC4XwO6ODmDbnWQj2Tc 3ndW1u0+pj5kWOqHdSMNt3/CB5U1WxSXnq7VX/oZb8LRFk99n9Ckm8g/HB4uJ/K3HksV IHz6hKYr5To0Ju6v/1O+v5BxwPdK1iDSfwfg7pncr1453h/Df6eXZgJZBLQeq6C2NTWz qW1mmkbCtUY/9H3csTRSi1cDK7mlAB2jjjMoRux23g1hp/2grTOSiVNDi6UZylhM3OTT VwNw== 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=JKdJv6VrmQ4UtJ/uCLtWmxe2M6eI9+NdHpJjhobNetM=; b=kSKEN9mj2pswUo2ERHZxKwYWdbMrX7xx20EkVFKVMeDT4+O42SepZnDJ64iGVT6vuJ smK36TySunVt5hX8Q5nOQv4lSUk2x3n35yOl50g2Ol5458dTg83TyOBq3X69/Cqvc6af a0esV4CifCspeJDZWBcvep21gNb/IRRBOs/ZhQfCZAODjunbMj4w/G65fp97BF+5MWIo usV7oLN/6AXfiwxYc8pqNKM8bE0PqlrZnyuFo1/kE6l9UIsnD63SAPlk+Zw+Mvt2LQQ6 DByQ7vC15SMByEaEeMnH1HZ1rauELtaLfWFgI/XTernkzCT7Ex9hCcJWb11at5fPBZy/ ndcw== 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 8-v6si6517095pgv.137.2018.10.05.00.19.04; Fri, 05 Oct 2018 00:19:21 -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 S1728238AbeJEOPB (ORCPT + 99 others); Fri, 5 Oct 2018 10:15:01 -0400 Received: from verein.lst.de ([213.95.11.211]:59321 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728000AbeJEOPB (ORCPT ); Fri, 5 Oct 2018 10:15:01 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 351C767357; Fri, 5 Oct 2018 09:17:36 +0200 (CEST) Date: Fri, 5 Oct 2018 09:17:36 +0200 From: Christoph Hellwig To: Alexander Duyck Cc: Robin Murphy , alexander.h.duyck@linux.intel.com, "open list:INTEL IOMMU (VT-d)" , Benjamin Herrenschmidt , "open list:LINUX FOR POWERPC (32-BIT AND 64-BIT)" , LKML , Guenter Roeck , Greg KH , Christoph Hellwig Subject: Re: [PATCH] dma-direct: Fix return value of dma_direct_supported Message-ID: <20181005071736.GA24011@lst.de> References: <20181003234746.3586.42014.stgit@localhost.localdomain> <5329f992-d3aa-c16c-1218-c26d758889b8@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, Oct 04, 2018 at 08:13:26AM -0700, Alexander Duyck wrote: > Thanks for the review. > > - Alex > > P.S. It looks like I forgot to add Christoph to the original mail > since I had just copied the To and Cc from the original submission, so > I added him to the Cc for this. Yes, there was some oddness with replies appearing out of nowhere that I couldn't understand in my jetlagged state yesterday. Now thay I've caught up on iommu list traffic it all makes sense now. I've applied this with an Acked-by for Robin added based on his reply.