From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760481AbdCVOza (ORCPT ); Wed, 22 Mar 2017 10:55:30 -0400 Received: from 8bytes.org ([81.169.241.247]:39638 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759516AbdCVOyy (ORCPT ); Wed, 22 Mar 2017 10:54:54 -0400 Date: Wed, 22 Mar 2017 15:55:30 +0100 From: Joerg Roedel To: Thierry Reding Cc: Mikko Perttunen , iommu@lists.linux-foundation.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] iommu: Add dummy implementations for !IOMMU_IOVA Message-ID: <20170322145530.GC7315@8bytes.org> References: <20170320191128.26474-1-thierry.reding@gmail.com> <20170320191128.26474-2-thierry.reding@gmail.com> <20170320191431.GF14787@ulmo.ba.sec> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170320191431.GF14787@ulmo.ba.sec> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thierry On Mon, Mar 20, 2017 at 08:14:31PM +0100, Thierry Reding wrote: > I've got a series of patches that I'd like to merge for v4.12 that have > a build-time dependency on this patch. It would therefore be great to > get your Acked-by on this so that I can merge it through the DRM tree > with the rest of the patches. I can provide a stable branch with only > this patch for you to pull into the IOMMU tree. I applied both patches to my 'core' branch. There is not much in there yet besides your patches, so you can easily pull that branch in once it is published (later today). Joerg