From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail191.messagelabs.com (mail191.messagelabs.com [216.82.242.19]) by kanga.kvack.org (Postfix) with ESMTP id 01FC76B01EF for ; Mon, 29 Mar 2010 16:24:43 -0400 (EDT) Subject: Re: [PATCH 36 of 41] remove PG_buddy From: Benjamin Herrenschmidt In-Reply-To: <1269888584.12097.371.camel@laptop> References: <27d13ddf7c8f7ca03652.1269887869@v2.random> <1269888584.12097.371.camel@laptop> Content-Type: text/plain; charset="UTF-8" Date: Tue, 30 Mar 2010 07:18:47 +1100 Message-ID: <1269893927.7101.19.camel@pasglop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Peter Zijlstra Cc: Andrea Arcangeli , linux-mm@kvack.org, Andrew Morton , Marcelo Tosatti , Adam Litke , Avi Kivity , Izik Eidus , Hugh Dickins , Nick Piggin , Rik van Riel , Mel Gorman , Dave Hansen , Ingo Molnar , Mike Travis , KAMEZAWA Hiroyuki , Christoph Lameter , Chris Wright , bpicco@redhat.com, KOSAKI Motohiro , Balbir Singh , Arnd Bergmann , "Michael S. Tsirkin" , Johannes Weiner , Daisuke Nishimura List-ID: On Mon, 2010-03-29 at 20:49 +0200, Peter Zijlstra wrote: > On Mon, 2010-03-29 at 20:37 +0200, Andrea Arcangeli wrote: > > From: Andrea Arcangeli > > > > PG_buddy can be converted to page->_count == -1. So the PG_compound_lock can be > > added to page->flags without overflowing (because of the section bits > > increasing) with CONFIG_X86_PAE=y. > > This seems to break the assumption that all free pages have a zero page > count relied upon by things like page_cache_get_speculative(). > > What if a page-cache pages gets freed and used as a head in the buddy > list while a concurrent lockless page-cache lookup tries to get a page > ref? And here goes me wanting to hijack it for PG_arch_2 :-) Is there any other page flag we could hijack ? I need it only when the page is allocated, so a flag that's only used when the page sits in the buddy would be fine. Cheers, Ben. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org