Bug 87414 - linux-2.4.20-oprofile.patch creates include/linux/workqueue.h but lacks it's implementation - prevents use of latest stable ALSA drivers
Summary: linux-2.4.20-oprofile.patch creates include/linux/workqueue.h but lacks it's ...
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: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-03-26 19:13 UTC by Dan Berger
Modified: 2015-01-04 22:02 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-26 04:00:10 UTC
Embargoed:


Attachments (Terms of Use)

Description Dan Berger 2003-03-26 19:13:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030313 Galeon/1.3.3

Description of problem:
The summary pretty much says it all.  workqueue.h get's created - but the
implementation isn't - so any code that tries to use schedule_work (the latest
stable ALSA drivers, for example) compile correctly but fail to insmod due to
unresolved symbols.

I'm not sure what that patch does - I didn't spend much time looking at it - but
I can't see how it works if it actually relies on the primatives in workqueue.h


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

How reproducible:
Always

Steps to Reproduce:
1. download the latest ALSA
2. build it
3. attempt to modprobe the acore/snd.o module
    

Actual Results:  unresolved symbol "schedule_work"

Additional info:

Moving workqueue.h out of the way allows ALSA to build and load into the kernel.


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