From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82C23CA9EA0 for ; Fri, 18 Oct 2019 15:21:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 584D8222BD for ; Fri, 18 Oct 2019 15:21:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2408702AbfJRPVv (ORCPT ); Fri, 18 Oct 2019 11:21:51 -0400 Received: from 8bytes.org ([81.169.241.247]:48050 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389421AbfJRPVu (ORCPT ); Fri, 18 Oct 2019 11:21:50 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id C0956367; Fri, 18 Oct 2019 17:21:49 +0200 (CEST) Date: Fri, 18 Oct 2019 17:21:49 +0200 From: Joerg Roedel To: Christoph Hellwig Cc: Arvind Sankar , Lu Baolu , linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu/vt-d: Return the correct dma mask when we are bypassing the IOMMU Message-ID: <20191018152149.GA29059@8bytes.org> References: <20191008143357.GA599223@rani.riverdale.lan> <85123533-2e9c-af73-3014-782dd6f925cb@linux.intel.com> <20191016191551.GA2692557@rani> <20191017070847.GA15037@lst.de> <20191018095036.GB4670@8bytes.org> <20191018151453.GA32023@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191018151453.GA32023@lst.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 18, 2019 at 05:14:53PM +0200, Christoph Hellwig wrote: > On Fri, Oct 18, 2019 at 11:50:37AM +0200, Joerg Roedel wrote: > > On Thu, Oct 17, 2019 at 09:08:47AM +0200, Christoph Hellwig wrote: > > > On Wed, Oct 16, 2019 at 03:15:52PM -0400, Arvind Sankar wrote: > > > > > > Reported-by: Arvind Sankar > > > > > > Tested-by: Arvind Sankar > > > > > > Originally-by: Christoph Hellwig > > > > > > Signed-off-by: Christoph Hellwig > > > > > > Fixed-by: Arvind Sankar > > > > > > Signed-off-by: Arvind Sankar > > > > > > > > > > This patch looks good to me. > > > > > > > > > > Reviewed-by: Lu Baolu > > > > > > > > > > > > > Hi Christoph, will you be taking this through your dma-mapping branch? > > > > > > Given this is a patch to intel-iommu I expect Joerg to pick it up. > > > But if he is fine with that I can also queue it up instead. > > > > Fine with me. > > > > Acked-by: Joerg Roedel > > That means you want me to queue it up? Yes, feel free to take it into your tree.