Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp10797594imu; Thu, 6 Dec 2018 07:00:04 -0800 (PST) X-Google-Smtp-Source: AFSGD/U0cmAIdrNuKaVenRevkbZxtKRcswiP52g7nv5X367J78AZt/Q/cwD3+8Gqhls05N7WnEMZ X-Received: by 2002:aa7:810c:: with SMTP id b12mr28588901pfi.44.1544108404462; Thu, 06 Dec 2018 07:00:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544108404; cv=none; d=google.com; s=arc-20160816; b=Lsq2Q/l338RRQS2XIBYe7Kbtp5uqMT2jBPauhLMVQf5Ybtgr04LUv3s2PtsVnw4LbP A/ldTmNJc6SQKRCwaaiMt5NRm3G/OHeHkz+x+mO6kHMi1dRW8gaZcNqVJFkCSFB9Hcvf eWg/ZgNz/OExtbx0UElfWTa/3s5C3fsTRIJ+5qnR2cQZ9vptjv1rYvp42Xb7aekt9dp2 h/+2/KDijbs0Rw+HiEqRxYpkvnjNzQicm/D8QSer0KaC/BCaF9QRUBi5/IqrP37DpIu0 VhfGb/cDrLFiL2THhxjwYxEvrSJuWINTCZEGRYPV2kne718sqYHeBqTUej8qhgR1vrWy 0h1g== 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=SJ1gudQ5PG2tP8d17uU/3uYdaA/dCQgHQhPph/8YsQE=; b=gh+fVBA6PP9ekIpQxH9WibV6ALIBrMXBFW46A8dLzmbU4EAFyUvZtVMJbIs2uyjblN J7ywOhqayYbvCiuGOouCzOC0dRKk8oC9+TCik1g7C8jUWnoWZbODvPSXDx0ks48SDg35 wWwpIqOEqqHf14QU30qdNM/Plgvs3Bce4vM6eR0ZIIo4iwNnvhwD9dMWKlcrYPWhjzpU 9/Q4V9j83aoJnU87sE2i4kTBsZnsu6n2ETsFfhtIz1Bu4B5KdNFwSxMmpVgmxgIUB9c4 +U+yqVRJKQve5APQaxyTQE572IZd0Sx5po/y4ip8LgkoKiAOfU8tx8+nNLnoQEUihFsy uPFQ== 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 33si457702plg.62.2018.12.06.06.59.49; Thu, 06 Dec 2018 07:00:04 -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 S1726540AbeLFO6B (ORCPT + 99 others); Thu, 6 Dec 2018 09:58:01 -0500 Received: from verein.lst.de ([213.95.11.211]:57649 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726529AbeLFO6A (ORCPT ); Thu, 6 Dec 2018 09:58:00 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id AD4C968AA6; Thu, 6 Dec 2018 15:57:58 +0100 (CET) Date: Thu, 6 Dec 2018 15:57:58 +0100 From: Christoph Hellwig To: iommu@lists.linux-foundation.org Cc: linux-arch@vger.kernel.org, linux-alpha@vger.kernel.org, linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, Linus Torvalds , x86@kernel.org, Robin Murphy , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, David Woodhouse , linux-arm-kernel@lists.infradead.org Subject: Re: remove the ->mapping_error method from dma_map_ops V3 Message-ID: <20181206145758.GA25666@lst.de> References: <20181130132231.16512-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181130132231.16512-1-hch@lst.de> 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 I've pulled this into the dma-mapping for-next tree, with the suggestion from Robin that improves bisectability, and two unused variables found by the build bot.