From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: TLB and PTE coherency during munmap Date: Wed, 5 Jun 2013 09:05:03 +0900 (PWT) Message-ID: References: <51A45861.1010008@gmail.com> <20130529122728.GA27176@twins.programming.kicks-ass.net> <51A5F7A7.5020604@synopsys.com> <20130529175125.GJ12193@twins.programming.kicks-ass.net> <20130603090501.GI5910@twins.programming.kicks-ass.net> <20130604095258.GL8923@twins.programming.kicks-ass.net> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: In-Reply-To: <20130604095258.GL8923@twins.programming.kicks-ass.net> Sender: owner-linux-mm@kvack.org To: Peter Zijlstra Cc: Max Filippov , Vineet Gupta , KAMEZAWA Hiroyuki , linux-arch@vger.kernel.org, linux-mm@kvack.org, Ralf Baechle , Chris Zankel , Marc Gauthier , linux-xtensa@linux-xtensa.org, Hugh Dickins , Thomas Gleixner , Andrew Morton , Ingo Molnar , Tony Luck List-Id: linux-arch.vger.kernel.org On Tue, 4 Jun 2013, Peter Zijlstra wrote: > > And here's the patch that makes fast mode go *poof*.. Let's just do this. Mind sending a patch with proper changelog and sign-off? Linus -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f42.google.com ([209.85.160.42]:51375 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752177Ab3FEAFq (ORCPT ); Tue, 4 Jun 2013 20:05:46 -0400 Received: by mail-pb0-f42.google.com with SMTP id uo1so958548pbc.1 for ; Tue, 04 Jun 2013 17:05:46 -0700 (PDT) Date: Wed, 5 Jun 2013 09:05:03 +0900 (PWT) From: Linus Torvalds Subject: Re: TLB and PTE coherency during munmap In-Reply-To: <20130604095258.GL8923@twins.programming.kicks-ass.net> Message-ID: References: <51A45861.1010008@gmail.com> <20130529122728.GA27176@twins.programming.kicks-ass.net> <51A5F7A7.5020604@synopsys.com> <20130529175125.GJ12193@twins.programming.kicks-ass.net> <20130603090501.GI5910@twins.programming.kicks-ass.net> <20130604095258.GL8923@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-arch-owner@vger.kernel.org List-ID: To: Peter Zijlstra Cc: Max Filippov , Vineet Gupta , KAMEZAWA Hiroyuki , linux-arch@vger.kernel.org, linux-mm@kvack.org, Ralf Baechle , Chris Zankel , Marc Gauthier , linux-xtensa@linux-xtensa.org, Hugh Dickins , Thomas Gleixner , Andrew Morton , Ingo Molnar , Tony Luck Message-ID: <20130605000503.8oP2mgA04PaWpMX_s2SemlDCIJzcIq95pLZDJxB4b4U@z> On Tue, 4 Jun 2013, Peter Zijlstra wrote: > > And here's the patch that makes fast mode go *poof*.. Let's just do this. Mind sending a patch with proper changelog and sign-off? Linus