Help!

JFFS2/mtdsuper modprobe "unknown symbol" in 2.6.23-rc1


Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Kernel RSS
Next:  [PATCH] Fix typo in arch/i386/kernel/tsc.c  
Author Message
Erez Zadok
External


Since: Aug 09, 2006
Posts: 17



PostPosted: Fri Aug 10, 2007 2:12 am    Post subject: JFFS2/mtdsuper modprobe "unknown symbol" in 2.6.23-rc1
Archived from groups: linux>kernel (more info?)

I'm getting an error modprobing jffs2 due to mtdsuper failing to insmod:

# modprobe jffs2
WARNING: Error inserting mtdsuper
(/lib/modules/2.6.23-rc1/kernel/drivers/mtd/mtdsuper.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting jffs2
(/lib/modules/2.6.23-rc1/kernel/fs/jffs2/jffs2.ko): Unknown
symbol in module, or unknown parameter (see dmesg)

# dmesg | tail
mtdsuper: Unknown symbol get_mtd_device
mtdsuper: Unknown symbol put_mtd_device
jffs2: Unknown symbol get_sb_mtd
jffs2: Unknown symbol kill_mtd_super

My relevant .config is:

CONFIG_MTD=m
CONFIG_MTD_BLKDEVS=m
CONFIG_MTD_BLOCK=m
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
CONFIG_MTD_BLOCK2MTD=m
CONFIG_JFFS2_FS=m
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
CONFIG_JFFS2_SUMMARY=y
CONFIG_JFFS2_FS_XATTR=y
CONFIG_JFFS2_FS_POSIX_ACL=y
CONFIG_JFFS2_FS_SECURITY=y
CONFIG_JFFS2_COMPRESSION_OPTIONS=y
CONFIG_JFFS2_ZLIB=y
CONFIG_JFFS2_RTIME=y
CONFIG_JFFS2_CMODE_PRIORITY=y

A "quick hack" around this which I found is to add

MODULE_LICENSE("GPL");

to the end of drivers/mtd/mtdsuper.c, but that doesn't sound like the right
fix.

Does anyone know what am I missing?

Thanks,
Erez.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo DeleteThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Adrian Bunk
External


Since: Aug 08, 2007
Posts: 12



PostPosted: Fri Aug 10, 2007 2:12 am    Post subject: Re: JFFS2/mtdsuper modprobe "unknown symbol" in 2.6.23-rc1 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, Aug 09, 2007 at 10:38:18PM -0400, Erez Zadok wrote:
> I'm getting an error modprobing jffs2 due to mtdsuper failing to insmod:
>...
> Does anyone know what am I missing?

You miss that 2.6.23-rc2 with this bug fixed has already been released.

> Thanks,
> Erez.

cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo.TakeThisOut@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Erez Zadok
External


Since: Aug 09, 2006
Posts: 17



PostPosted: Fri Aug 10, 2007 2:12 am    Post subject: Re: JFFS2/mtdsuper modprobe "unknown symbol" in 2.6.23-rc1 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In message <20070810024422.GF18938 DeleteThis @stusta.de>, Adrian Bunk writes:
> On Thu, Aug 09, 2007 at 10:38:18PM -0400, Erez Zadok wrote:
> > I'm getting an error modprobing jffs2 due to mtdsuper failing to insmod:
> >...
> > Does anyone know what am I missing?
>
> You miss that 2.6.23-rc2 with this bug fixed has already been released.

Great, I'll upgrade to rc2 (I've had this problem since .22-rc). Thanks for
the quick response.

Erez.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo DeleteThis @vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Kernel All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum