From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3.mail.elte.hu (mx3.mail.elte.hu [157.181.1.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 55CDFDDEDD for ; Fri, 11 Jul 2008 18:56:03 +1000 (EST) Date: Fri, 11 Jul 2008 10:55:34 +0200 From: Ingo Molnar To: Milton Miller Subject: Re: [PATCH -next-20080709] fixup stop_machine use cpu mask vs ftrace Message-ID: <20080711085533.GA22390@elte.hu> References: <200807081756.47140.rusty@rustcorp.com.au> <20080711074602.GB27849@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20080711074602.GB27849@elte.hu> Cc: Stephen Rothwell , Rusty Russell , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Ingo Molnar , linux-next@vger.kernel.org, Andrew Morton List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Ingo Molnar wrote: > > * Milton Miller wrote: > > > Hi Rusty, Ingo. > > > > Rusty's patch [PATCH 3/3] stop_machine: use cpu mask rather than magic > > numbers didn't find kernel/trace/ftrace.c in -next, causing an > > immediate almost NULL pointer dereference in ftrace_dynamic_init. > > Rusty - what's going on here? Please do not change APIs like that, > which cause code to crash. Either do a compatible API change, or > change it over in a way that causes clear build failures, not crashes. ah, i see it from Rusty's other reply that there's going to be another version of this. Good :-) Ingo