From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030962AbdADORv (ORCPT ); Wed, 4 Jan 2017 09:17:51 -0500 Received: from 8bytes.org ([81.169.241.247]:43743 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759256AbdADOR0 (ORCPT ); Wed, 4 Jan 2017 09:17:26 -0500 Date: Wed, 4 Jan 2017 15:17:34 +0100 From: Joerg Roedel To: Jacob Pan Cc: David Woodhouse , LKML , iommu@lists.linux-foundation.org, Mika Kuoppala , Ashok Raj Subject: Re: [PATCH v2] iommu/intel-iommu: fix pasid table size encoding Message-ID: <20170104141734.GB10632@8bytes.org> References: <1481048063-56808-1-git-send-email-jacob.jun.pan@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1481048063-56808-1-git-send-email-jacob.jun.pan@linux.intel.com> 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 On Tue, Dec 06, 2016 at 10:14:23AM -0800, Jacob Pan wrote: > drivers/iommu/intel-iommu.c | 23 ++++++++++++++++++++++- > 1 file changed, 22 insertions(+), 1 deletion(-) Applied to the fixes branch, thanks.