From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754580AbZBTOyr (ORCPT ); Fri, 20 Feb 2009 09:54:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752074AbZBTOyj (ORCPT ); Fri, 20 Feb 2009 09:54:39 -0500 Received: from lon1-post-1.mail.demon.net ([195.173.77.148]:62648 "EHLO lon1-post-1.mail.demon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751905AbZBTOyi (ORCPT ); Fri, 20 Feb 2009 09:54:38 -0500 Message-ID: <499EC428.7080901@rsk.demon.co.uk> Date: Fri, 20 Feb 2009 14:54:32 +0000 From: richard kennedy User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Tetsuo Handa CC: sfr@canb.auug.org.au, linux-kernel@vger.kernel.org Subject: Re: linux-next-20090220: insmod: -1 Invalid module format References: <200902202229.BDD18292.SFOLMOVFOtFJQH@I-love.SAKURA.ne.jp> In-Reply-To: <200902202229.BDD18292.SFOLMOVFOtFJQH@I-love.SAKURA.ne.jp> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tetsuo Handa wrote: > I can't load kernel module for linux-next-200902{18,19,20} . > linux-next-20090217 was OK. > > ----- > Linux version 2.6.29-rc5-next-20090220 (root@tomoyo) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #2 SMP PREEMPT Fri Feb 20 21:20:01 JST 2009 > (...snipped...) > Red Hat nash version 5.1.19.6 starting > Mounting proc filesystem > Mounting sysfs filesystem > Creating /dev > Creating initial device nodes > Setting up hotplug. > Creating block device nodes. > Loading usbcore.ko module > insmod: error inserting '/lib/usbcore.ko': -1 Invalid module format > Loading ehci-hcd.ko module > (...snipped...) > insmod: error inserting '/lib/ide-gd_mod.ko': -1 Invalid module format > Waiting for driver initialization. > stabilized: open /proc/scsi/scsi: No such file or directory > Scanning and configuring dmraid supported devices > Creating root device. > Mounting root filesystem. > mount: could not find filesystem '/dev/root' > Setting up other filesystems. > Setting up new root fs > setuproot: moving /dev failed: No such file or directory > no fstab.sys, mounting internal defaults > setuproot: error mounting /proc: No such file or directory > setuproot: error mounting /sys: No such file or directory > Switching to new root and running init. > unmounting old /dev > unmounting old /proc > unmounting old /sys > switchroot: mount failed: No such file or directory > init used greatest stack depth: 1344 bytes left > Kernel panic - not syncing: Attempted to kill init! > ----- > > Config is at http://I-love.SAKURA.ne.jp/tmp/config-next-20090220 > > Regards. I've just had the same problem. It seems to be CONFIG_MODVERSIONS that causes this problem. I unset it in my config & everything works now. I see that you've got it set as well, so you could try removing it. regards Richard