Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2778627imm; Mon, 10 Sep 2018 06:25:28 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYaL/P1+yCCvgAlP6BRVREatPWdl/dElxOsneSZArVZcm0hIt+gF6ey5ao0yVBP2Rvk2wcf X-Received: by 2002:a17:902:528a:: with SMTP id a10-v6mr21626846pli.199.1536585928130; Mon, 10 Sep 2018 06:25:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536585928; cv=none; d=google.com; s=arc-20160816; b=LjRHgbJd7D+eRnxkSETFqwnwAQwYFhHwQWRzU0nh+cgOKCuLIgNOPQRpxNCkz/EyFD kXXkQy8gus6v8FLOXrcDDAM50IJQFqZJq0d93l3zrXLXhB0SDo08yuneB/phkzR5HF2/ ml1W12+19XO8S8AjSC4CqW+BJdhH55uMrKlE54AQvC/qafPlH0Y329bHIuhiU6VJjC7X U1zIGYMSKm6xTPl3tI3QP6eM8fxH4WLFJ2bv3jiUX9u+1X1UkfYs4E4hYt/b/tpjbpjd BTZmKvMGeazEiPJI9tgDTFhAofk2etcjrGnCyZsAgb6R2vOaXsDo/UPYFE/ahSFsVnh0 VRcg== 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=YrGZxcFBN2lo3cS7RS9qLdhg6s2R+dA5A8wBmAbqJaA=; b=N97mENIBqHg8DZv+zJQece65BtEtmV54VFp2hm5GpaavWTn8Q/OY/nMrkU4PRKHkWg aFloEiBxp8VJ3heOZ6CdNOg8geIL/LLf37gH/opEwDUt/uz2QizlAGjZ3w+ZEigjx3sb DxEc3mL3SdbPx/zC5EwhNDA+mrn2T34EjXZULfVrNnbCy3bPDJd2FBql8NNTrd+OrKSB HhH3MkZcF7b/fURj4SL+8JBcTH0v30/A9Jmg0xYZEujXk+d5xsfVvlziE+5Z2Wt5eyR3 JfcljOIop5UlWkHYnGZ3LhOcTNZXcs7c897bbXKbcaptCBJXHQGdARFGgZjDxETnE6z4 fS/A== 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 f23-v6si18594872pgj.282.2018.09.10.06.24.42; Mon, 10 Sep 2018 06:25:28 -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 S1728873AbeIJSMv (ORCPT + 99 others); Mon, 10 Sep 2018 14:12:51 -0400 Received: from verein.lst.de ([213.95.11.211]:37696 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728597AbeIJSMv (ORCPT ); Mon, 10 Sep 2018 14:12:51 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 8FFDF68D00; Mon, 10 Sep 2018 15:23:04 +0200 (CEST) Date: Mon, 10 Sep 2018 15:23:04 +0200 From: Christoph Hellwig To: Meelis Roos Cc: Linux Kernel list , Christoph Hellwig , iommu@lists.linux-foundation.org Subject: Re: 4.19-rc3: IOMMU PT warnings: WARNING: CPU: 0 PID: 1 at mm/page_alloc.c:4065 __alloc_pages_slowpath+0xb7b/0xcd0 Message-ID: <20180910132304.GA20244@lst.de> References: 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 Mon, Sep 10, 2018 at 11:16:12AM +0300, Meelis Roos wrote: > In 4.19-rc1, I found that to keep Intel integrated graphics working when > VT-d is on, I need to have IOMMU passthough on or GPU init would fail > with DMAR error and the screen would display static gibberish. So I > turned IOMMU PT on by default in kernel config. It worked, also in rc2. > > Now with rc3, it still works but I get some warning splats in dmesg > about IOMMU passthrough: Any chance you could bisect this down to a specific commit? For a start it might be worth if it is reproducable with: git://git.infradead.org/users/hch/dma-mapping.git dma-mapping-4.19-2 which were the only dma-mapping changes post -rc2.