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 C6FDEC4CECE for ; Thu, 17 Oct 2019 07:08:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9D32920640 for ; Thu, 17 Oct 2019 07:08:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407904AbfJQHIw (ORCPT ); Thu, 17 Oct 2019 03:08:52 -0400 Received: from verein.lst.de ([213.95.11.211]:37276 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390955AbfJQHIw (ORCPT ); Thu, 17 Oct 2019 03:08:52 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 3C21968B05; Thu, 17 Oct 2019 09:08:48 +0200 (CEST) Date: Thu, 17 Oct 2019 09:08:47 +0200 From: Christoph Hellwig To: Arvind Sankar Cc: Lu Baolu , linux-kernel@vger.kernel.org, Christoph Hellwig , Joerg Roedel Subject: Re: [PATCH] iommu/vt-d: Return the correct dma mask when we are bypassing the IOMMU Message-ID: <20191017070847.GA15037@lst.de> References: <20191008143357.GA599223@rani.riverdale.lan> <85123533-2e9c-af73-3014-782dd6f925cb@linux.intel.com> <20191016191551.GA2692557@rani> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191016191551.GA2692557@rani> 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 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.