Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26949 - ppc-sources-2.4.21-r2 lacks export of release_console_sem
Summary: ppc-sources-2.4.21-r2 lacks export of release_console_sem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: David Holm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-19 15:29 UTC by Nicolai Langfeldt
Modified: 2006-02-04 06:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolai Langfeldt 2003-08-19 15:29:07 UTC
kernel/printk.c does not export release_console_sem.  This stops us from using
radeonfb as a module.

To fix, insert

EXPORT_SYMBOL(release_console_sem);

at line 540 of the file.  acquire_console_sem is exported...

Now, let's hope the kernel boots :-)

Regards,
  Nicolai
Comment 1 Pieter Van den Abeele (RETIRED) gentoo-dev 2003-10-11 05:08:20 UTC
Assigning to the new kernel dev.
Comment 2 David Holm (RETIRED) gentoo-dev 2003-10-26 05:30:59 UTC
Do you still need this fix or have you upgraded to 2.4.22-r1?
Comment 3 Nicolai Langfeldt 2004-01-02 11:09:44 UTC
Yes, I'm at 2.4.22 now. Thanks, Nicolai