Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 7 Feb 2003 01:02:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 7 Feb 2003 01:02:58 -0500 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:62867 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Fri, 7 Feb 2003 01:02:57 -0500 Date: Fri, 7 Feb 2003 00:12:04 -0600 (CST) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Russell King cc: Greg KH , Roman Zippel , Rusty Russell , Horst von Brand , Subject: Re: [PATCH] Restore module support. In-Reply-To: <20030207001006.A19306@flint.arm.linux.org.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1414 Lines: 34 On Fri, 7 Feb 2003, Russell King wrote: > On Thu, Feb 06, 2003 at 03:25:15PM -0800, Greg KH wrote: > > Come on, what Rusty did was the "right thing to do" and has made life > > easier for all of the arch maintainers (or so says the ones that I've > > talked to) > > And I'll promptly provide you with the other view. I'm still trying to > sort out the best thing to do for ARM. We have the choice of: > > 1. load modules in the vmalloc region and build two jump tables, one for > the init text and one for the core text. > > 2. fix vmalloc and /proc/kcore to be able to cope with a separate module > region located below PAGE_OFFSET. Currently, neither play well with > this option. So you have the choice of either sticking to the solution which was previously used (only that it's now done in the kernel, not in modutils), or doing something new and more efficient. Now, what's the reason you're not happy with that? You've got more flexibility than before, and you can even switch between different ways without having to teach an external package about it, so you avoid the compatibility issues when kernel and modutils are not in sync. --Kai - 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/