Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261932AbVAaHXB (ORCPT ); Mon, 31 Jan 2005 02:23:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261896AbVAaHXB (ORCPT ); Mon, 31 Jan 2005 02:23:01 -0500 Received: from fw.osdl.org ([65.172.181.6]:42726 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261932AbVAaHWz (ORCPT ); Mon, 31 Jan 2005 02:22:55 -0500 Date: Sun, 30 Jan 2005 23:22:51 -0800 From: Andrew Morton To: Benjamin Herrenschmidt Cc: sneakums@zork.net, linux-kernel@vger.kernel.org Subject: Re: Fw: Re: 2.6.11-rc2-mm2 Message-Id: <20050130232251.7ad649c4.akpm@osdl.org> In-Reply-To: <1107155510.5905.2.camel@gaston> References: <20050129163117.1626d404.akpm@osdl.org> <1107155510.5905.2.camel@gaston> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 799 Lines: 22 Benjamin Herrenschmidt wrote: > > It seems -mm2 definitely has some problems regarding loading of modules, --- 25/include/linux/stop_machine.h~fix-kallsyms-insmod-rmmod-race-fix-fix-fix 2005-01-29 16:17:47.936137064 -0800 +++ 25-akpm/include/linux/stop_machine.h 2005-01-29 16:18:09.493859792 -0800 @@ -57,7 +57,7 @@ static inline int stop_machine_run(int ( static inline int stop_machine_run(int (*fn)(void *), void *data, unsigned int cpu) { - return 0; + return fn(data); } #endif /* CONFIG_STOP_MACHINE */ _ - 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/