Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp3339545ybd; Tue, 25 Jun 2019 00:32:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqx71VLfeuzY9b+htFExE2mQIJSCLYiJJlCqjy5FePwG80v9b6ZjeETJW/eRpwWPz8um7FIw X-Received: by 2002:a17:90a:f498:: with SMTP id bx24mr30581783pjb.91.1561447975250; Tue, 25 Jun 2019 00:32:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561447975; cv=none; d=google.com; s=arc-20160816; b=ES2ed3qbGxpAXm2H5vnyVvmXXpuyK9SDckufqr1RRF0dCyOS4lErVsz5q5eCL0EW0Q x13qhJIorVlb71X8m9Eu6OqcX9/WpLQ/mU1u088fFBWLs+6Q+RGIfaTYVwDeWS+mcwjv KLSvceSHYtJFBi4ZVoYUVlKICxaVkrk+Bi1FxZ/Cxfq8sFRR7d9fsa71c4Efnm+y5XJa 4hJsygh4fYpfu0MyTkqBj3B3CuB1qM89Odb1jmXJXfk/kF6bxLMQD2Xf1SMBBBeBNApC pMhcwHOyHfWa5Um64cSs3c8ItyN0H6swA/r+cH1o3Hs0fnQBEq08cEfSMuLd2YFoePTD BscA== 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=K/vrM1gvqcD0yN6CLLWQGkB2l61/xT3nwsn0/Az5gXQ=; b=n+BWLYqvLmXbLxy4oJCVB2XmpbRGAxq+OsdhZRUZHxc/zauVraRnkuGPdyCfc+mC/M Ts98xTdoZIOUGWpb4bN0jHmqYz5c9N6Ir2wsPG/ZGFY8y8U373aeTCBeXvYtho/GEiIT FtssfZz6V1iLjnxEgDDmM9Mkh60b50YQd2fgGJji4pvh8xKw/PI0J0aeOqSDsxMoL/eA D+vypR5pyw7NhhhYWxPIPI7ocAsVu9zETrLffOuAz3u2nF2klh6BZgHFrr/LX0Op0EAF ca8/6Mtpn4K++VHzslel/eZb0/i43f+p6qA0KKOof2KRqLdC3SOg2g63ljI7VoTDBnEm c1ig== 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 k1si2181422pjt.70.2019.06.25.00.32.39; Tue, 25 Jun 2019 00:32:55 -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 S1728878AbfFYFxL (ORCPT + 99 others); Tue, 25 Jun 2019 01:53:11 -0400 Received: from verein.lst.de ([213.95.11.211]:59629 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727648AbfFYFxL (ORCPT ); Tue, 25 Jun 2019 01:53:11 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 7E4DA68B02; Tue, 25 Jun 2019 07:52:40 +0200 (CEST) Date: Tue, 25 Jun 2019 07:52:40 +0200 From: Christoph Hellwig To: Ley Foon Tan Cc: Christoph Hellwig , Michal Simek , linux-mips@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] nios2: use the generic uncached segment support in dma-direct Message-ID: <20190625055240.GB28854@lst.de> References: <20190603065324.9724-1-hch@lst.de> <20190603065324.9724-2-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 On Tue, Jun 25, 2019 at 01:29:40PM +0800, Ley Foon Tan wrote: > On Mon, Jun 3, 2019 at 2:54 PM Christoph Hellwig wrote: > > > > Stop providing our own arch alloc/free hooks and just expose the segment > > offset and use the generic dma-direct allocator. > > > > Signed-off-by: Christoph Hellwig > > Acked-by: Ley Foon Tan Thanks, applied to dma-mapping for-next.