Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp322837imu; Mon, 10 Dec 2018 22:52:21 -0800 (PST) X-Google-Smtp-Source: AFSGD/UJ9ptNaR6bS5+uEEeNgtaX9Z4b+daFh0Xuo7tnJMyUP7mDPpG8S1tK71M9QdDWdaRxLymh X-Received: by 2002:a62:3ac1:: with SMTP id v62mr14740441pfj.87.1544511141790; Mon, 10 Dec 2018 22:52:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544511141; cv=none; d=google.com; s=arc-20160816; b=Bwl7dhEPjmk6P0ph88Av6xe85TYxWgxDTCHcKEAX+9H61PvqPGOWDQmdg66GWJkfPw lRXi3RxtTtKg+V4skZDkgyLcho7SGZeKD2st8cZ2VUhqIRFi/ATBEMSsxYsGjB6PktYT EeuwlGLPtPcBEuaE0RIEGerXzEQ4ewMT5AgRb9xp/LQ1RvbWXOKmk5hk6mNar+tfUw2W E2Qj7CgqqDm4S0HEVGKXyH1ThCgHz/c84ybhrVxSOh9RzD4UKLnagFp13ubVMxwBPqA3 6r+/rhU1G+41lnqsGYWsU6dkQoKoEesQoZp1H4Xe/ux3zZZ/nAjLTFweuFOwGNnmY9T9 7qZw== 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=HJxPdBLTrdrgSBJAfgtOOhhc8olTqHc4dlgROFHyq0g=; b=vH8qwg5Iwg51UxXJ9A4rlfIbKVa++M6VjMeKhj2KbeFGsD3CbdptzS7PoxQgfV02Oq 4Veh+bX8O/4YhTfdudXYNaoEcedjCfvxl2qS7A9PVz1EKWaOBD6I4MU/5mdVxfPLG765 31AIm0Jmn8eXSI7IqMqIHyiFAxv5Wr82suCxjBRQ35sNecYKfq3wwxtY4We/DJZxlr/2 IcK1AuEDdg3/zPf/qosGZii/6FxdapVNQEvdwE7I8QSG6Iq+JPHlQT22SOvCnQc9CxoE Er9BttErGM3aGae6+VbidEmYW/AcDB3GMgurdEgBZqRBBBdDz78D0ocZAc+5qKaJSodr RoYw== 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 t75si12389422pfa.170.2018.12.10.22.52.04; Mon, 10 Dec 2018 22:52:21 -0800 (PST) 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 S1726094AbeLKGvP (ORCPT + 99 others); Tue, 11 Dec 2018 01:51:15 -0500 Received: from verein.lst.de ([213.95.11.211]:53407 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725923AbeLKGvO (ORCPT ); Tue, 11 Dec 2018 01:51:14 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id 57EC368DD2; Tue, 11 Dec 2018 07:51:12 +0100 (CET) Date: Tue, 11 Dec 2018 07:51:12 +0100 From: Christoph Hellwig To: "Luck, Tony" Cc: Christoph Hellwig , iommu@lists.linux-foundation.org, Linus Torvalds , Jesper Dangaard Brouer , Tariq Toukan , Ilias Apalodimas , Toke =?iso-8859-1?Q?H=F8iland-J=F8rgensen?= , Robin Murphy , Konrad Rzeszutek Wilk , Fenghua Yu , Marek Szyprowski , Keith Busch , Jonathan Derrick , linux-pci@vger.kernel.org, linux-ia64@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC] avoid indirect calls for DMA direct mappings v2 Message-ID: <20181211065112.GA13668@lst.de> References: <20181207190720.18517-1-hch@lst.de> <20181210215113.GA22180@agluck-desk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181210215113.GA22180@agluck-desk> 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, Dec 10, 2018 at 01:51:13PM -0800, Luck, Tony wrote: > But the ia64 build fails with: Yes, I just got the same complaint form the buildbot, unfortunately I don't have a good ia64 cross compiler locally given that Debian is lacking one, and the one provided by the buildbot doesn't build on Debian either.. This should fix it: diff --git a/arch/ia64/mm/init.c b/arch/ia64/mm/init.c index 2c51733f1dfd..a007afaa556c 100644 --- a/arch/ia64/mm/init.c +++ b/arch/ia64/mm/init.c @@ -8,6 +8,7 @@ #include #include +#include #include #include #include