Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757635AbYBSXhF (ORCPT ); Tue, 19 Feb 2008 18:37:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752511AbYBSXgx (ORCPT ); Tue, 19 Feb 2008 18:36:53 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:41300 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752331AbYBSXgx (ORCPT ); Tue, 19 Feb 2008 18:36:53 -0500 Date: Tue, 19 Feb 2008 15:30:37 -0800 From: Andrew Morton To: Adam Litke Cc: Andy Whitcroft , Nishanth Aravamudan , William Irwin , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] hugetlb: ensure we do not reference a surplus page after handing it to buddy Message-Id: <20080219153037.ec336fd2.akpm@linux-foundation.org> In-Reply-To: <1203446512.11987.36.camel@localhost.localdomain> References: <1203445688.0@pinky> <1203446512.11987.36.camel@localhost.localdomain> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1107 Lines: 24 On Tue, 19 Feb 2008 12:41:51 -0600 Adam Litke wrote: > Indeed. I'll take credit for this thinko... > > On Tue, 2008-02-19 at 18:28 +0000, Andy Whitcroft wrote: > > When we free a page via free_huge_page and we detect that we are in > > surplus the page will be returned to the buddy. After this we no longer > > own the page. However at the end free_huge_page we clear out our mapping > > pointer from page private. Even where the page is not a surplus we > > free the page to the hugepage pool, drop the pool locks and then clear > > page private. In either case the page may have been reallocated. BAD. > > > > Make sure we clear out page private before we free the page. > > > > Signed-off-by: Andy Whitcroft > > Acked-by: Adam Litke Was I right to assume that this is also needed in 2.6.24.x? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/