aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-07-20 16:20:01 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-13 13:27:10 -0700
commit0fed784ebff66fa6147f163c544596d0be529068 (patch)
tree5b3d2a4a3037560475b08e65744651cd65a7af49 /arch
parentedbd662b2426726b132801e1b1db21ee2881a42e (diff)
ata_piix: fix locking around SIDPR access
commit 213373cf974fe69e78ec894b07f45ae2f5a3a078 upstream. SIDPR window registers are shared across ports and as each access is done in two steps, accesses to different ports under EH may race. This primarily is caused by incorrect host locking in EH context and should be fixed by defining locking requirements for each EH operation which can be used during EH and enforcing them but for now work around the problem by adding a dedicated SIDPR lock and grabbing it for each SIDPR access. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Mark Knecht <markknecht@gmail.com> Reported-by: Paul Check <paul@thechecks.ca> Signed-off-by: Jeff Garzik <jgarzik@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions