be2iscsi 4.1.239.0 [PATCH 02/10] Fixing the /proc/interrupts problem V3
Dec. 16, 2011
Oracle bugzilla 13257
Oracle bug
13465921
be2iscsi HBA driver v4.1.239.0 patch set for UEK R2(2.6.39)
jayamohan.kallickal@emulex.com
Ported driver version 4.1.239.0 to UEK2 2.6.39-100.0.17 (was 2.103.298.0)
Comments from the patch headers:
Commit ID :
8fcfb21073ea4f4261c8ee3ccd2fde8e281a4f28
[SCSI] be2iscsi: Fixing the /proc/interrupts problem V3
Fix be2iscsi driver to use a separate pointer for each irq action->name
field and avoid display corruption in /proc/interrupts. The be2iscsi driver
was using a single static array in a function for the irq action->name field.
This results in garbage output from /proc/interrupts
The pointer for action->name is garbage and scribbles the output on the screen.
This patch fixes the problem:
156: 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 0 0 0
0 0 0 0 PCI-MSI-X beiscsi_msix_0017
---
be_main.c | 34 ++++++++++++++++++++++++++--------
be_main.h | 3 +++
2 files changed, 29 insertions(+), 8 deletions(-)
Signed-off-by: Chuck Anderson <chuck.anderson@oracle.com>