From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail202.messagelabs.com (mail202.messagelabs.com [216.82.254.227]) by kanga.kvack.org (Postfix) with SMTP id DF6066B0062 for ; Thu, 6 Aug 2009 06:08:56 -0400 (EDT) Message-ID: <4A7AACF1.9040400@redhat.com> Date: Thu, 06 Aug 2009 13:14:09 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [RFC] respect the referenced bit of KVM guest pages? References: <20090805024058.GA8886@localhost> <4A79C70C.6010200@redhat.com> <9EECC02A4CC333418C00A85D21E89326B651C1FE@azsmsx502.amr.corp.intel.com> <4A79D88E.2040005@redhat.com> <9EECC02A4CC333418C00A85D21E89326B651C21C@azsmsx502.amr.corp.intel.com> <4A7AA0CF.2020700@redhat.com> <20090806092516.GA18425@localhost> <4A7AA3FF.9070808@redhat.com> <20090806093507.GA24669@localhost> <4A7AA999.8050309@redhat.com> <20090806095905.GA30410@localhost> In-Reply-To: <20090806095905.GA30410@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Wu Fengguang Cc: "Dike, Jeffrey G" , Rik van Riel , "Yu, Wilfred" , "Kleen, Andi" , Andrea Arcangeli , Hugh Dickins , Andrew Morton , Christoph Lameter , KOSAKI Motohiro , Mel Gorman , LKML , linux-mm List-ID: On 08/06/2009 12:59 PM, Wu Fengguang wrote: >> Do we know for a fact that only stack pages suffer, or is it what has >> been noticed? >> > > It shall be the first case: "These pages are nearly all stack pages.", > Jeff said. > Ok. I can't explain it. There's no special treatment for guest stack pages. The accessed bit should be maintained for them exactly like all other pages. Are they kernel-mode stack pages, or user-mode stack pages (the difference being that kernel mode stack pages are accessed through large ptes, whereas user mode stack pages are accessed through normal ptes). -- error compiling committee.c: too many arguments to function -- 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