Bug 131198 - Initscripts/kmodule needs to be updated to new ioctls in kernel
Summary: Initscripts/kmodule needs to be updated to new ioctls in kernel
Keywords:
Status: CLOSED DUPLICATE of bug 131199
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-08-29 03:12 UTC by Reuben Farrelly
Modified: 2014-03-17 02:47 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:05:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Reuben Farrelly 2004-08-29 03:12:53 UTC
Latest mainline (bk) kernels now deprecate the use of the older SCSI 
ioctls of which kmodule references.  This causes the following 
messages to be logged by the kernel when kmodule is run:

program kmodule is using a deprecated SCSI ioctl, please convert it 
to SG_IO
program kmodule is using a deprecated SCSI ioctl, please convert it 
to SG_IO

kmodule is obviously part of initscripts.


----LKML commit comment------

get the kernel to warn about deprecated SCSI ioctls

The non unique SCSI ioctls:

SCSI_IOCTL_SEND_COMMAND
SCSI_IOCTL_TEST_UNIT_READY
SCSI_IOCTL_BENCHMARK_COMMAND
SCSI_IOCTL_SYNC
SCSI_IOCTL_START_UNIT
SCSI_IOCTL_STOP_UNIT

Have been deprecated for a while now.  We should make the kernel
complain when a program actually uses one of them, so users have had
adequate warning before they are removed.

----------------------------------------------

Comment 1 Bill Nottingham 2004-08-30 02:31:13 UTC

*** This bug has been marked as a duplicate of 131199 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:05:21 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


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