Bug 187403 - compat_ioctl() file op not fully backported into RHEL 4 kernel
Summary: compat_ioctl() file op not fully backported into RHEL 4 kernel
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: kernel
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Kernel Maintainer List
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-30 18:53 UTC by Tom "spot" Callaway
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-04 03:18:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Tom "spot" Callaway 2006-03-30 18:53:13 UTC
Description of problem:

While trying to find a way for a third party open source driver to use the
compat_ioctl structure, the vendor discovered:

> However, after looking at the Red Hat 4 kernel sources, it looks like
> the "newish" compat_ioctl() file op hasn't been back-ported to the
> (current?) Red Hat AS/ES/WS 4 kernel, which looks to be 2.6.9-34.

Chip Coldwell responded that:

He's got us here.  I looked at 2.6.9-34.9.  The compat_sys_ioctl system 
call is there, but the .compat_ioctl field is missing from struct 
file_operations (that merits a bugzilla, IMHO).

I think this is just a matter of adding the field to the struct 
file_operations.  However, it's stuck in the middle, so there are kABI 
repercussions.

This is the bugzilla for that issue.

Comment 1 Jason Baron 2006-04-25 14:01:21 UTC
Tom, 

does the register_ioctl32_conversion() solve this issue?

thanks.

Comment 2 Jason Baron 2006-05-04 03:18:31 UTC
should be solved by register_ioctl32_conversion(). closing.


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