Bug 212065 - version.h in kernel-2.6.18-1.2200.fc5 doesn't define UTS_RELEASE
Summary: version.h in kernel-2.6.18-1.2200.fc5 doesn't define UTS_RELEASE
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 5
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: 2006-10-24 20:15 UTC by Frank Schmitt
Modified: 2015-01-04 22:29 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-29 06:36:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Frank Schmitt 2006-10-24 20:15:59 UTC
Description of problem:

/usr/src/kernels/2.6.18-1.2200.fc5-i686/include/linux/version.h doesn't define
UTS_RELEASE

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

kernel-devel-2.6.18-1.2200.fc5

How reproducible:

Always

Steps to Reproduce:

cat /usr/src/kernels/2.6.18-1.2200.fc5-i686/include/linux/version.h

Actual results:

#define LINUX_VERSION_CODE 132626
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

Expected results:

#define UTS_RELEASE "2.6.18-1.2200.fc5"
#define LINUX_VERSION_CODE 132626
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

Additional info:

This breaks build of VMware kernel modules by vmware-config.pl

Comment 1 Dave Jones 2006-10-29 06:36:31 UTC
it got moved to utsrelease.h upstream.
this is something vmware need to fix in their module.




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