Bug 55624 - 2.4.13-0.3 - unresolved symbols in ldev_mgr module
Summary: 2.4.13-0.3 - unresolved symbols in ldev_mgr module
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: kernel
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-03 00:47 UTC by Tim Clymo
Modified: 2015-01-04 22:01 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-30 03:24:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Tim Clymo 2001-11-03 00:47:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901

Description of problem:
rpm --rebuild kernel-2.4.13-0.3.src.rpm|grep depmod:
depmod: *** Unresolved symbols in
/var/tmp/kernel-2.4.13-0.3-root/lib/modules/2.4.13-0.3BOOT/kernel/drivers/evms/ldev_mgr.o
depmod: 	gendisk_head


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.See description
2.
3.
	

Actual Results:  Kernel build moans about unresolved symbols

Additional info:

Comment 1 Bill Crawford 2001-11-14 10:47:48 UTC
FWIW deleting the offending modules cures the error message, but is obviously
not much help if anyone wants to use it :o)

Looks like a missing EXPORT_SYMBOL(gendisk_head) in genhd.c


Comment 2 Arjan van de Ven 2001-11-14 10:55:06 UTC
Not quite; that symbol is not available for modules for a good reason:
there are access functions for the list in question which take care of proper
locking; evms accesses it directly while violating the locking rules for it....
IBM is fixing it in evms

Comment 3 Bill Crawford 2001-11-14 11:23:36 UTC
Ah.



Note You need to log in before you can comment on or make changes to this bug.