Received: by 10.213.65.68 with SMTP id h4csp1416452imn; Mon, 19 Mar 2018 03:41:13 -0700 (PDT) X-Google-Smtp-Source: AG47ELvYpPWDZLoBR6t6lHdNpEkTjzwxI6bdlelQjsf0qWxWUOKbzdxR2ewXsxmzxq2hYYGotOwp X-Received: by 10.98.133.193 with SMTP id m62mr9856080pfk.74.1521456073723; Mon, 19 Mar 2018 03:41:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521456073; cv=none; d=google.com; s=arc-20160816; b=fArOpssL9JXsamLUWwa8YYCy0pOK+TmDGdgjxxXtAN2iIDTWgUKfqTYR6rGTrePhGW kvjTdBnMKilMLAIiG1Kc9vDMP8t9UHApW0qiMGiH1PlBmxgmVQM4KCtN45mimpKjeDS0 GelFS/+peb6Br6QCMFdh6egcfx+7GXUOB+T4GW0bcMNghqrtDU0AY5978/frpg8ZFcXx rvQgOwTai//yq07I8NtWjBFgbAzxQyv+9agTeiCl75oW75Vl3VMyObtUlzrlKnNYEekM PhtJXMgW71upTNTJdI4FfHM/1dk4wFyu4HXVVN1eh81VmpaVdY6T56glq+bnF83AH4z+ VK4g== 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=4APDhq77XsxG5TzFipHYGLs9SLkUR8+yYzKmf8CrHtM=; b=PfHTaYTi/6OQzM0YIIkXVnxBw7vGukij2qwEbosB6WN0LOYUUDK9cewNCWsuizjxAn 069cxMRiZ8lFDIU7qc7kzZxubPRIwIQeMA6zNRerI//Y2+8ZOn2CL0kdbA91BgbpFxGE Dwlv40aMCIO3LATV2YK8UTW2DAmvCNu/UqyhQ5Dy2GbDeLSwuzhOXs3eklYfhnEhW8lO HCXD0HzwffHshxGcq+X0gU04TVw440o0CcVIiWekEwWJGX2w6M6bcGzYAoCjzoteCtAA hSwD0dMgxO6ztjrwg8dIcMOHytXkDbYUl4wrZOTlTWURBBN6ufnt/HiZD/6S4/VWgGDO PrLQ== 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 f2si2307504pgu.446.2018.03.19.03.40.59; Mon, 19 Mar 2018 03:41: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 S933058AbeCSKjt (ORCPT + 99 others); Mon, 19 Mar 2018 06:39:49 -0400 Received: from verein.lst.de ([213.95.11.211]:58280 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933040AbeCSKjl (ORCPT ); Mon, 19 Mar 2018 06:39:41 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id E9EAEDE401; Mon, 19 Mar 2018 11:39:39 +0100 (CET) Date: Mon, 19 Mar 2018 11:39:39 +0100 From: Christoph Hellwig To: Tom Lendacky Cc: Christoph Hellwig , x86@kernel.org, Konrad Rzeszutek Wilk , David Woodhouse , Muli Ben-Yehuda , Jon Mason , Joerg Roedel , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 11/13] dma-direct: handle the memory encryption bit in common code Message-ID: <20180319103939.GA23333@lst.de> References: <20180305174655.9878-1-hch@lst.de> <20180305174655.9878-12-hch@lst.de> <114e27be-5814-4258-4985-af08763c8a74@amd.com> <0c9d3e4a-8407-282a-73eb-21d28047e0e3@amd.com> <20180313131005.GA6260@lst.de> <69e98163-beca-fb8a-a26b-66dfeef2f689@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69e98163-beca-fb8a-a26b-66dfeef2f689@amd.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 Can you test and review the V3 of the series I just sent out? We reall should get it into linux-next ASAP.