From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Date: Sat, 20 Nov 2004 04:06:04 +0000 Subject: Re: page fault scalability patch V11 [0/7]: overview Message-Id: <419EC2AC.90308@yahoo.com.au> List-Id: References: <419D581F.2080302@yahoo.com.au> <419D5E09.20805@yahoo.com.au> <1100848068.25520.49.camel@gaston> <20041120020306.GA2714@holomorphy.com> <419EBBE0.4010303@yahoo.com.au> <20041120035510.GH2714@holomorphy.com> <419EC205.5030604@yahoo.com.au> In-Reply-To: <419EC205.5030604@yahoo.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: William Lee Irwin III Cc: Linus Torvalds , Christoph Lameter , akpm@osdl.org, Benjamin Herrenschmidt , Hugh Dickins , linux-mm@kvack.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Nick Piggin wrote: > William Lee Irwin III wrote: >> And thread groups can share mm's. do_for_each_thread() won't suffice. >> > > I think it will be just fine. > Sorry, I misread. I think having per-thread rss counters will be fine (regardless of whether or not do_for_each_thread itself will suffice).