git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1470c7
)
[SCSI] bfa: Fix crash when symb name set for offline vport
author
Vijaya Mohan Guvva
<vmohan@brocade.com>
Thu, 21 Nov 2013 09:37:49 +0000
(
01:37
-0800)
committer
James Bottomley
<JBottomley@Parallels.com>
Tue, 3 Dec 2013 14:56:49 +0000
(06:56 -0800)
This patch fixes a crash when tried setting symbolic name for an offline
vport through sysfs. Crash is due to uninitialized pointer lport->ns,
which gets initialized only on linkup (port online).
Signed-off-by: Vijaya Mohan Guvva <vmohan@brocade.com>
Cc: stable@vger.kernel.org
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
No differences found