Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 14 Dec 2002 01:40:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 14 Dec 2002 01:40:06 -0500 Received: from mx11.dmz.fedex.com ([199.81.193.118]:21001 "EHLO mx11.sac.fedex.com") by vger.kernel.org with ESMTP id ; Sat, 14 Dec 2002 01:40:05 -0500 Date: Sat, 14 Dec 2002 14:45:57 +0800 (SGT) From: Jeff Chua X-X-Sender: root@boston.corp.fedex.com To: "Adam J. Richter" cc: Alan Cox , Linux Kernel , Rusty Russell Subject: Re: 2.5.51 ide module problem In-Reply-To: <20021212235934.A770@baldur.yggdrasil.com> Message-ID: References: <200212110650.WAA13780@adam.yggdrasil.com> <20021211004104.A362@baldur.yggdrasil.com> <20021212235934.A770@baldur.yggdrasil.com> MIME-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on ENTPM11/FEDEX(Release 5.0.8 |June 18, 2001) at 12/14/2002 02:47:53 PM, Serialize by Router on ENTPM11/FEDEX(Release 5.0.8 |June 18, 2001) at 12/14/2002 02:47:55 PM, Serialize complete at 12/14/2002 02:47:55 PM Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1466 Lines: 39 On Thu, 12 Dec 2002, Adam J. Richter wrote: > something else?). For what it's worth, 2.5.51 + init-module-tools-0.9.3 > is the first kernel-based module loader configuration which works enough > so that I'm able to work on other things. For the past few releases, I > had been restoring user level module loading. There still are a lot of > quirks with the kernel based module loading, but you might find it > sufficient to get things done. I just test your patch and IDE modules are working now on 2.5.51. reiserfs, devmap and lvm2 are all working ... but the modules has to be loaded in a certain order, otherwise the whole system would crash. modprobe ide-mod ide_info /dev/hda --> this crashs the system ide_mod looks for ide_hwifs, start_request, ide_do_request, ide_do_drive_cmd, ide_diag_taskfile, ide_raw_taskfile, taskfile_lib_get_identify, task_in_intr, proc_ide_read_identify, proc_file_read, vfs_read, sys_read, syscall_call modprobe ide-disk ide_info /dev/hda --> this works (ide-disk will load ide-mod first) Under 2.4, I don't have to load the ide module first, calling fdisk /dev/hda will automatically loads the ide modules, but under 2.5, I've to manually load the ide modules. Thanks, Jeff. - 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/