From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx192.postini.com [74.125.245.192]) by kanga.kvack.org (Postfix) with SMTP id 9A9A76B005C for ; Wed, 27 Jun 2012 19:03:20 -0400 (EDT) Message-ID: <1340838154.10063.86.camel@twins> Subject: Re: [PATCH 08/20] mm: Optimize fullmm TLB flushing From: Peter Zijlstra Date: Thu, 28 Jun 2012 01:02:34 +0200 In-Reply-To: References: <20120627211540.459910855@chello.nl> <20120627212831.137126018@chello.nl> 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: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Thomas Gleixner , Ingo Molnar , akpm@linux-foundation.org, Rik van Riel , Hugh Dickins , Mel Gorman , Nick Piggin , Alex Shi , "Nikunj A. Dadhania" , Konrad Rzeszutek Wilk , Benjamin Herrenschmidt , David Miller , Russell King , Catalin Marinas , Chris Metcalf , Martin Schwidefsky , Tony Luck , Paul Mundt , Jeff Dike , Richard Weinberger , Hans-Christian Egtvedt , Ralf Baechle , Kyle McMartin , James Bottomley , Chris Zankel On Wed, 2012-06-27 at 15:26 -0700, Linus Torvalds wrote: > On Wed, Jun 27, 2012 at 2:15 PM, Peter Zijlstra = wrote: > > This originated from s390 which does something similar and would allow > > s390 to use the generic TLB flushing code. > > > > The idea is to flush the mm wide cache and tlb a priory and not bother > > with multiple flushes if the batching isn't large enough. > > > > This can be safely done since there cannot be any concurrency on this > > mm, its either after the process died (exit) or in the middle of > > execve where the thread switched to the new mm. >=20 > I think we actually *used* to do the final TLB flush from within the > context of the process that died. That doesn't seem to ever be the > case any more, but it does worry me a bit. Maybe a >=20 > VM_BUG_ON(current->active_mm =3D=3D mm); >=20 > or something for the fullmm case? OK, added it and am rebooting the test box.. -- 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