Bug 231128 - megaraid_mbox driver, sysfs , proc_name should be fixed
Summary: megaraid_mbox driver, sysfs , proc_name should be fixed
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: kernel
Version: 4.4
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
: ---
Assignee: Chip Coldwell
QA Contact: Martin Jenner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-03-06 11:45 UTC by Anatoly Pugachev
Modified: 2008-02-14 15:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-14 15:32:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Anatoly Pugachev 2007-03-06 11:45:32 UTC
Description of problem:

on a system with megaraid driver (megaraid_mbox) , name from proc_name wrong

$ cat /sys/class/scsi_host/host0/proc_name 
megaraid

and should be megaraid_mbox

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

all 2.6.x kernels

How reproducible:

$ cat /sys/class/scsi_host/host0/proc_name 

Actual results:

megaraid

Expected results:

megaraid_mbox

Additional info:

please fix that problem, thanks.

Comment 1 Anatoly Pugachev 2007-03-06 11:47:51 UTC
$ grep -n proc_name *
megaraid_mbox.c:355:    .proc_name                      = "megaraid",
megaraid_sas.c:1046:    .proc_name = "megaraid_sas",
$ pwd
/home/mator/kernel/linux-2.6.20/drivers/scsi/megaraid


Comment 2 Chip Coldwell 2008-02-14 15:32:54 UTC
(In reply to comment #1)
> $ grep -n proc_name *
> megaraid_mbox.c:355:    .proc_name                      = "megaraid",

It is still thus in the upstream kernel.  We are not going to carry this diff;
make your request on the linux-scsi mailing list or directly to LSI.  Once it
goes in upstream, then we would be willing to take it in.

Chip



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