Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp27426imm; Tue, 24 Jul 2018 13:20:07 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdumMIpIKDNkhjAf7FnerIUXObGOv6XfTnv/UuFxuJZVxbztP2hc9cwfOfyevITr8eABo2o X-Received: by 2002:a17:902:20e9:: with SMTP id v38-v6mr18446748plg.107.1532463607316; Tue, 24 Jul 2018 13:20:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532463607; cv=none; d=google.com; s=arc-20160816; b=PzLumC0/xSdjrvBQZTaOZaxMXCb748LKgZf1D5lAItc9RSmL4pPEpAhfgDa6u3IvPg sLoiXQDRGIpaI6ydFKxnzo7r9woKNoPMkfoCzFIieBamonkSAZCWnHgaRvcnDbLrSSp0 aKveJEik2Y5chhtOsS7NQ0T3vKbsbczQr98pH0LRJ8BIb9qwmxDhXHXbIvR7Fb36ygNI SYZNRJYHhCilMtmh+5aQJtp4Xz5Bzs/7HnVCceeQz41mOo2NFRNCP5tmwrgC//w1vgjr fFDeUrmBKFCYV4e00O4YKsFA5NdKfC4ysU5bqtaav+BfO9HdmTjlaekDAisNk6zyEaOq QmOA== 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:arc-authentication-results; bh=tTVHb1IksmdpNDpDpWsPLHbfKQArfg24+E96yR0iO6g=; b=yQXxrCXczOp0akR33aIY0rcM7xetTa7Td12FzDJfcwJi5qT+uo3nWSTSG2bqsxZi2L 5zW9IhXPsZOIbg5uAqm5WR1Vt5Fo4MVCynYe7Io60riTOmjwWXFUVSv2p0l4JSZ659Cr Yy/5z9SmE/Pmn1nf5Ji3v1AdIWYdGnjEZp20szJNjE2ghTBttpu2hxcuAlACZoTMySyg 4ZTnIqW8PrWeOD5flVs88+VikbEzbxp7piJSi0zj0iciIn0DLLqQzbGOeJJ9UOropfJK iPaAYT5b2WoGTVqPlWwHlbuf4+WpHqbKxgy3+8Iq8WKSER1UrSOo18AMtlvmBjcS3i17 yaaQ== 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 o81-v6si12167939pfj.350.2018.07.24.13.19.50; Tue, 24 Jul 2018 13:20:07 -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 S2388769AbeGXVZw (ORCPT + 99 others); Tue, 24 Jul 2018 17:25:52 -0400 Received: from verein.lst.de ([213.95.11.211]:56456 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388640AbeGXVZw (ORCPT ); Tue, 24 Jul 2018 17:25:52 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 5935868D64; Tue, 24 Jul 2018 22:21:15 +0200 (CEST) Date: Tue, 24 Jul 2018 22:21:15 +0200 From: Christoph Hellwig To: Yoshinori Sato , Rich Felker Cc: Thomas Petazzoni , iommu@lists.linux-foundation.org, Jacopo Mondi , linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org Subject: Re: use the generic dma-noncoherent code for sh V2 Message-ID: <20180724202115.GA4685@lst.de> References: <20180724120147.15096-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180724120147.15096-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 Ok, there is one more issue with this version. Wait for a new one tomorrow. On Tue, Jul 24, 2018 at 02:01:42PM +0200, Christoph Hellwig wrote: > Hi all, > > can you review these patches to switch sh to use the generic > dma-noncoherent code? All the requirements are in mainline already > and we've switched various architectures over to it already. > > Changes since V1: > - fixed two stupid compile errors and verified them using a local > cross toolchain instead of the 0day buildbot > _______________________________________________ > iommu mailing list > iommu@lists.linux-foundation.org > https://lists.linuxfoundation.org/mailman/listinfo/iommu ---end quoted text---