]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[SCSI] megaraid_sas: Fix synchronization problem between sysPD IO path and AEN path
authorSumit.Saxena@lsi.com <Sumit.Saxena@lsi.com>
Fri, 18 Oct 2013 07:20:37 +0000 (12:50 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 25 Oct 2013 10:27:36 +0000 (11:27 +0100)
commit999ece0af91cdf15e7e0687567914721b4499860
treea314c2f5c91ebfefac2a2576739ead7b00f37f7b
parent1109c94444504bff8b7463879e598fb320bf77c0
[SCSI] megaraid_sas: Fix synchronization problem between sysPD IO path and AEN path

There is syncronization problem between sysPD IO path and AEN path. Driver
maintains instance->pd_list[] array, which will get updated(by calling
function megasas_get_pd_list[]), whenever any of below events occurs-

MR_EVT_PD_INSERTED
MR_EVT_PD_REMOVED
MR_EVT_CTRL_HOST_BUS_SCAN_REQUESTED
MR_EVT_FOREIGN_CFG_IMPORTED

At same time running sysPD IO will be accessing the same array
instance->pd_list[], which is getting updated in AEN path, because of this IO
may not get correct PD info from instance->pd_list[] array.

Signed-off-by: Adam Radford <adam.radford@lsi.com>
Signed-off-by: Sumit Saxena <sumit.saxena@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/megaraid/megaraid_sas.h
drivers/scsi/megaraid/megaraid_sas_base.c