Bug 454334

Summary: Some header files are not available in any kernel package
Product: [Fedora] Fedora Reporter: Till Maas <opensource>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-08 01:35:03 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:

Description Till Maas 2008-07-07 18:54:42 UTC
Description of problem:

I would like to compile an kernel module, that needs some header files that are
in /drivers/usb/core of the kernel source. But the kernel-devel package does
only include a Makefile and a Kconfig file in this directory, when I do
ls -la /usr/src/kernels/*/drivers/usb/core
I have the packages kernel, kernel-devel and kernel-headers installed.

Version-Release number of selected component (if applicable):
2.6.25.9-40.fc8

Comment 1 Dave Jones 2008-07-08 01:35:03 UTC
either upstream needs to move the relevant files to include/ or the out of tree
module needs to only use interfaces exported there.

either way, it's out of scope for the Fedora kernel.

Comment 2 Chuck Ebbert 2008-07-09 19:04:27 UTC
dm has a similar problem IIRC.