Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933245AbdDGL7n (ORCPT ); Fri, 7 Apr 2017 07:59:43 -0400 Received: from 8bytes.org ([81.169.241.247]:48455 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753883AbdDGL7f (ORCPT ); Fri, 7 Apr 2017 07:59:35 -0400 Date: Fri, 7 Apr 2017 13:59:33 +0200 From: Joerg Roedel To: Nate Watterson Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, okaya@codeaurora.org, robin.murphy@arm.com, manoj.iyer@canonical.com Subject: Re: [PATCH] iommu/iova: fix underflow bug in __alloc_and_insert_iova_range Message-ID: <20170407115933.GA7266@8bytes.org> References: <1491543380-10275-1-git-send-email-nwatters@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1491543380-10275-1-git-send-email-nwatters@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 226 Lines: 7 On Fri, Apr 07, 2017 at 01:36:20AM -0400, Nate Watterson wrote: > Signed-off-by: Nate Watterson > --- > drivers/iommu/iova.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.