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 00246CA9EA0 for ; Fri, 18 Oct 2019 09:50:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D5B11222BD for ; Fri, 18 Oct 2019 09:50:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2442326AbfJRJuk (ORCPT ); Fri, 18 Oct 2019 05:50:40 -0400 Received: from 8bytes.org ([81.169.241.247]:48002 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730808AbfJRJuk (ORCPT ); Fri, 18 Oct 2019 05:50:40 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 74B54300; Fri, 18 Oct 2019 11:50:38 +0200 (CEST) Date: Fri, 18 Oct 2019 11:50:37 +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: <20191018095036.GB4670@8bytes.org> References: <20191008143357.GA599223@rani.riverdale.lan> <85123533-2e9c-af73-3014-782dd6f925cb@linux.intel.com> <20191016191551.GA2692557@rani> <20191017070847.GA15037@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191017070847.GA15037@lst.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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