commit | 56bbe686693df7edcca18d1808edd80609e63c31 | [log] [tgz] |
---|---|---|
author | Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com> | Fri Apr 12 17:52:08 2013 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu May 02 17:10:20 2013 +0200 |
tree | d7dec4848cacf09853f9677d4c8aeebb080050d6 | |
parent | 1553556067cd759f4fae8410bdaad33f5add78cc [diff] |
s390/zcrypt: ap bus rescan problem when toggle crypto adapters on/off The bus rescan process was called simultaneously on every device failure. This finally leads into race conditions (double device add/remove actions). This patch protects the rescan area by mutual exclusion and improves ap_config_timer handling Signed-off-by: Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>