From: Andi Kleen Subject: Re: [PATCH 1/1] x86: fix text_poke Date: Fri, 25 Apr 2008 17:27:34 +0200 Message-ID: <20080425152734.GB3265@one.firstfloor.org> References: <20080425.021301.193689806.davem@davemloft.net> <1209343883-7991-1-git-send-email-jirislaby@gmail.com> <20080425151931.GA25510@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Jiri Slaby , David Miller , zdenek.kabelac@gmail.com, rjw@sisk.pl, paulmck@linux.vnet.ibm.com, akpm@linux-foundation.org, linux-ext4@vger.kernel.org, herbert@gondor.apana.org.au, penberg@cs.helsinki.fi, clameter@sgi.com, linux-kernel@vger.kernel.org, Mathieu Desnoyers , Andi Kleen , pageexec@freemail.hu, "H. Peter Anvin" , Jeremy Fitzhardinge To: Ingo Molnar Return-path: Received: from one.firstfloor.org ([213.235.205.2]:38020 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752477AbYDYPVk (ORCPT ); Fri, 25 Apr 2008 11:21:40 -0400 Content-Disposition: inline In-Reply-To: <20080425151931.GA25510@elte.hu> Sender: linux-ext4-owner@vger.kernel.org List-ID: > i'm wondering what the best sanity checking would be. What we want is to If you enable VIRTUAL_BUG_ON on x86-64 in mmzone_64.h it would have caught it on a NUMA kernel I think. -Andi