From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] x86/PCI: fix boot-time memory leak Date: Mon, 17 Oct 2011 12:46:52 -0700 Message-ID: <20111017194652.GA22656@kroah.com> References: <20111017194037.7778.11572.stgit@bhelgaas.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20111017194037.7778.11572.stgit@bhelgaas.mtv.corp.google.com> Sender: linux-pci-owner@vger.kernel.org To: Bjorn Helgaas Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Bernd Schubert , linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, Simon Kirby , Catalin Marinas List-Id: linux-acpi@vger.kernel.org On Mon, Oct 17, 2011 at 01:40:37PM -0600, Bjorn Helgaas wrote: > From: Catalin Marinas > > If we're not using _CRS, the host bridge's bus name and resource structures > were allocated but never freed. This patch fixes that. > > Reported-by: Bernd Schubert > Reported-by: Simon Kirby > Signed-off-by: Bjorn Helgaas Is this something for the 3.0-stable tree as well? greg k-h