Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754693AbZCFOHK (ORCPT ); Fri, 6 Mar 2009 09:07:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754595AbZCFOGt (ORCPT ); Fri, 6 Mar 2009 09:06:49 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:41770 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754452AbZCFOGs (ORCPT ); Fri, 6 Mar 2009 09:06:48 -0500 Date: Fri, 6 Mar 2009 15:06:12 +0100 From: Ingo Molnar To: Masami Hiramatsu Cc: Mathieu Desnoyers , Andrew Morton , Nick Piggin , Steven Rostedt , Andi Kleen , linux-kernel@vger.kernel.org, Thomas Gleixner , Peter Zijlstra , Frederic Weisbecker , Linus Torvalds , Arjan van de Ven , Rusty Russell , "H. Peter Anvin" , Steven Rostedt Subject: Re: [PATCH] x86: make text_poke() atomic using fixmap Message-ID: <20090306140612.GA8566@elte.hu> References: <20090302222254.GA31962@elte.hu> <49AC63FA.70801@redhat.com> <20090302230915.GA11626@elte.hu> <49AC6DEA.2050304@redhat.com> <20090302234910.GA17956@elte.hu> <49AC7453.8020307@redhat.com> <20090303002214.GA4147@elte.hu> <49AC7A5F.7080009@redhat.com> <49AD5B55.10002@redhat.com> <20090305103852.GD32407@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090305103852.GD32407@elte.hu> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1142 Lines: 32 * Ingo Molnar wrote: > > * Masami Hiramatsu wrote: > > > Hi Ingo, > > > > Here is the patch which uses fixmaps instead of vmap in > > text_poke(). This made the code much simpler than I thought > > :). > > Looks good to me at a quick glance albeit Linus had second > thoughts about using fixmaps for this in the past. But with > delayed-flush for vmaps i think fixmaps are again the simpler > and more robust - albeit more limited - choice ... > > In any case, the x86 tree already unified fixmap.h so could > you please resend the whole series as a 0/3, 1/3, 2/3, 3/3 > thing against tip:master, starting a new thread on lkml? (this > thread is already way too deep) Ping? I think there's agreement and it would be nice to fix this in .30. Looks too complex for .29 - maybe backportable to .29.1 if it stays problem-free in testing. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/