Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp557521ybi; Thu, 13 Jun 2019 22:45:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqyOde2d9AdO7GhYKVZTllXbvvhoaYDfLIpJ2OOoDEjcKZubz0WDqYx+E4UTuGLGhfkwqqh4 X-Received: by 2002:aa7:8157:: with SMTP id d23mr97053005pfn.92.1560491155143; Thu, 13 Jun 2019 22:45:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560491155; cv=none; d=google.com; s=arc-20160816; b=yH3rc5gPw2uSsyUp0VGz3gGG04uJP3dYpVcJYp4mt4xVGeG2arI24cdf6NUYB98xZe WbSjbZuRTauBxd2iegxEC/TNtL1BvowQRWgJuixKB6xp9gIuy2TaaTaTF8WPN3qpCQJF ucH2pV0QTHDyIm6+NGmKAptADdpHmuexlpsSkXuE2e2lB+79m4b54oJGGJ+Rkg1IFV4E Q8HfVAIsZS1QQDCMy37fkHhHyftBOmZfPfbyH82O1lSPw7iaP/mSBiQPKDv6UBhrguT/ C44Bs6nVSaPdAapNCp/ee7of20kWahIoypS50VuMmyvxiG8rki1s1PJtCCTOINeSNL1/ rIbw== 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-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=/twNeBePYFcoWS/o1dpSms2WRL50zm/nEjlVGK/hS8I=; b=r5KFcqsCW6+BA1knlAnJRMeVfhdU6qbWGh/gs9INnPbircdS5zyqK8BoUHIiVKGPUa DVIZPqiViFdvCap/sdM9cY4XAU4ONyaFBdniCzGajf5ZtgAqoKjSjJ9q9P6V3AAOzMH4 tI5R1Nem92dOM0hJiQ09JDH+yE2ORu4FHZbC8PRHMZ9PyhUZjoycuQSY6aR2dMw531ZO cqKRfwj1tSNZcO0apkv3KYym5wYuVlSLknfp5l0Bdfatf/SdmRakAtJke+ouHK8TA4nU WA+43Oc/vHSPrnp3c6osLZNweuLOOJMyvppJ2+LLLPyaaSko26JBH9cXh76whzskAdv8 O0cQ== 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 l24si1562161pgm.248.2019.06.13.22.45.38; Thu, 13 Jun 2019 22:45: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 S1726165AbfFNFor (ORCPT + 99 others); Fri, 14 Jun 2019 01:44:47 -0400 Received: from verein.lst.de ([213.95.11.211]:44056 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725808AbfFNFor (ORCPT ); Fri, 14 Jun 2019 01:44:47 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 7215268B02; Fri, 14 Jun 2019 07:44:18 +0200 (CEST) Date: Fri, 14 Jun 2019 07:44:18 +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: switch nios2 and microblaze to use the generic uncached segement support Message-ID: <20190614054418.GA6722@lst.de> References: <20190603065324.9724-1-hch@lst.de> <1560476434.21652.1.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1560476434.21652.1.camel@intel.com> 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 Fri, Jun 14, 2019 at 09:40:34AM +0800, Ley Foon Tan wrote: > Hi?Christoph > > Can this patch in?http://git.infradead.org/users/hch/dma-mapping.git/sh > ortlog/refs/heads/for-next > > [PATCH 1/2] nios2: use the generic uncached segment support in dma- > direct Hi Ley Foon, I don't understand the above sentence. Does it imply a Reviewed-by?