From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx168.postini.com [74.125.245.168]) by kanga.kvack.org (Postfix) with SMTP id 15A166B0071 for ; Fri, 26 Oct 2012 04:49:05 -0400 (EDT) Message-ID: <1351241323.12171.43.camel@twins> Subject: Re: [patch for-3.7] mm, mempolicy: fix printing stack contents in numa_maps From: Peter Zijlstra Date: Fri, 26 Oct 2012 10:48:43 +0200 In-Reply-To: References: <20121008150949.GA15130@redhat.com> <20121017040515.GA13505@redhat.com> <1351167554.23337.14.camel@twins> <1351175972.12171.14.camel@twins> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Sender: owner-linux-mm@kvack.org List-ID: To: Linus Torvalds Cc: David Rientjes , Sasha Levin , Mel Gorman , Rik van Riel , Dave Jones , Andrew Morton , KOSAKI Motohiro , bhutchings@solarflare.com, Konstantin Khlebnikov , Naoya Horiguchi , Hugh Dickins , KAMEZAWA Hiroyuki , linux-kernel@vger.kernel.org, linux-mm@kvack.org On Thu, 2012-10-25 at 16:09 -0700, Linus Torvalds wrote: > On Thu, Oct 25, 2012 at 7:39 AM, Peter Zijlstra wr= ote: > > > > So I think the below should work, we hold the spinlock over both rb-tre= e > > modification as sp free, this makes mpol_shared_policy_lookup() which > > returns the policy with an incremented refcount work with just the > > spinlock. > > > > Comments? >=20 > Looks reasonable, if annoyingly complex for something that shouldn't > be important enough for this. Oh well. I agree with that.. Its just that when doing numa placement one needs to respect the pre-existing placement constraints. I've not seen a way around this. > However, please check me on this: the need for this is only for > linux-next right now, correct? All the current users in my tree are ok > with just the mutex, no? Yes, the need comes from the numa stuff and I'll stick this patch in there. I completely missed Mel's patch turning it into a mutex, but I guess that's what -next is for :-). -- 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