Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp1129imd; Wed, 31 Oct 2018 13:35:13 -0700 (PDT) X-Google-Smtp-Source: AJdET5fafm2wSZ37M54+m4PRx1DldNsI80sGRFqLz95siLm1nSWLops7A+M6nUWzjoeWtoQW+x29 X-Received: by 2002:a63:2507:: with SMTP id l7mr4382618pgl.22.1541018113516; Wed, 31 Oct 2018 13:35:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1541018113; cv=none; d=google.com; s=arc-20160816; b=CVZwhrySgqWVQpHX+/4Gs/UpiS3koaOJJENdqGf0ZpbpyVcFCxLrdi6Vv3o8b0xbQj kFLdbiunuml5qhK0Zx2Xp+3ZP/ppsoLzNP7bKioGjGNG+jGDSt0MNFw7lzI39kYuF9nJ SaKnqnpnVPVf3Lq2kg5ddSth0KL72mGKFNvBS4ZL6bgoLUh/Qss1qDZ1dCCIsPEZN1cU bYS8h5xyYu1Ipx9O4SL/XeIZ0XWLohF2VQ6LfTGlHy91ovcIGzxAs4kV5E5ig696eaYh PpytZyD0ESkcbuuB+5kSrdzY4b8OOVFr9SA7QQjxhYvBmk8B06ttuMN6Aavh6+k8cm5f /Myg== 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=bYZoUdjmhbtI/rLgYzj1QTPV3Z0WZdRFS7H8V0EbApQ=; b=TMLJjCRtdhjROKgXK2OMApaCQfCQHh5MU41kkZDnSbKaKQy3lZWxsTGJSIdgNq7pIf lL6p1R2KYs/jo2Th8byETiKlHhsgQV6+tOOMmrMBzAyraOc1yUE923pi4u0080ZGW2iW Ky/IChXZVgc1AIYWKbpwQVNLr/Z/Um40BM2UBiEujqAzBjY/Ja1ZNvu+L4pouJz6RGy4 44VpijdUg+daix9dJ+hmsYJdugy+tpVLa9zBWELbvspvm21rYEfmKip/ZlUuwyshA/NY H5MGtggfpgVIXtrPAqQhNRbojJymE1hGQXoZsT17g3fYEi/h2cXa8FD95u8IkeiL5vvw j6/Q== 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 y11-v6si28327082pgj.195.2018.10.31.13.34.58; Wed, 31 Oct 2018 13:35:13 -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 S1730033AbeKAFbp (ORCPT + 99 others); Thu, 1 Nov 2018 01:31:45 -0400 Received: from verein.lst.de ([213.95.11.211]:39861 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726167AbeKAFbp (ORCPT ); Thu, 1 Nov 2018 01:31:45 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 813156F9B7; Wed, 31 Oct 2018 21:32:06 +0100 (CET) Date: Wed, 31 Oct 2018 21:32:06 +0100 From: Christoph Hellwig To: "Maciej W. Rozycki" Cc: Christoph Hellwig , iommu@lists.linux-foundation.org, Marek Szyprowski , Robin Murphy , Paul Burton , Greg Kroah-Hartman , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/6] dma-mapping: merge direct and noncoherent ops Message-ID: <20181031203206.GA28337@lst.de> References: <20180914095808.22202-1-hch@lst.de> <20180914095808.22202-5-hch@lst.de> 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 Can you send me your .config?