From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965156AbbI2Nkz (ORCPT ); Tue, 29 Sep 2015 09:40:55 -0400 Received: from 8bytes.org ([81.169.241.247]:54163 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965037AbbI2Nkt (ORCPT ); Tue, 29 Sep 2015 09:40:49 -0400 Date: Tue, 29 Sep 2015 15:40:46 +0200 From: Joerg Roedel To: Sudip Mukherjee Cc: David Woodhouse , linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org Subject: Re: [PATCH] iommu/vt-d: fix memory leak Message-ID: <20150929134046.GA7572@8bytes.org> References: <1442573827-28795-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442573827-28795-1-git-send-email-sudipm.mukherjee@gmail.com> 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 On Fri, Sep 18, 2015 at 04:27:07PM +0530, Sudip Mukherjee wrote: > We are returning NULL if we are not able to attach the iommu to the > domain but while returning we missed freeing info. > > Signed-off-by: Sudip Mukherjee > --- > drivers/iommu/intel-iommu.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks.