Bug 37254

Summary: VMWare module build fails on stock 7.1 kernel header files
Product: [Retired] Red Hat Linux Reporter: Matt Biermann <biermanm>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-23 19:46:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to vmware to make it work on 2.4 kernels none

Description Matt Biermann 2001-04-23 19:46:11 UTC
VMware module build for vmnet module (network access module) fails on 
compile using stock RH 7.1 2.4.2-2 header files

Extracting the sources of the vmnet module.
 
Building the vmnet module.
 
make: Entering directory `/tmp/vmware-config1/vmnet-only'
bridge.c: In function `VNetBridgeReceiveFromDev':
bridge.c:788: warning: implicit declaration of function `skb_datarefp'
make: Leaving directory `/tmp/vmware-config1/vmnet-only'
Unable to make a vmnet module that can be loaded in the running kernel:
/tmp/vmware-config1/vmnet.o: unresolved symbol skb_datarefp
There is probably a light difference of kernel configuration between the 
set of
C header files you specified and your running kernel. You may want to 
rebuild a
kernel based on that directory, or specify another directory.

Comment 1 Arjan van de Ven 2001-04-23 19:48:46 UTC
This is a bug in the VMware driver. Please contact their support team to get
the updated driver.


Comment 2 Arjan van de Ven 2001-04-25 08:16:53 UTC
http://www.vmware.com/support/ws2/doc/whatsnew_ws_linux.htm

but as they seem to take AGES to get the 5 line patch I'll attach it to this
bug for you.

Comment 3 Arjan van de Ven 2001-04-25 08:17:34 UTC
Created attachment 16345 [details]
Patch to vmware to make it work on 2.4 kernels

Comment 4 Arjan van de Ven 2001-04-28 08:06:40 UTC
*** Bug 38135 has been marked as a duplicate of this bug. ***