diff options
author | Ralph Wuerthner <rwuerthn@de.ibm.com> | 2007-03-26 20:42:42 +0200 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2007-03-26 20:43:47 +0200 |
commit | c6a48264739e3486f66e5b21a543c9573b713621 (patch) | |
tree | a25c70053be8fa8e3a97f7b0bf377f37fa98e31f /drivers/s390/crypto/zcrypt_api.h | |
parent | 25c61a1fe8c97d1352a2dc0eda25128b3be0db27 (diff) | |
download | talos-op-linux-c6a48264739e3486f66e5b21a543c9573b713621.tar.gz talos-op-linux-c6a48264739e3486f66e5b21a543c9573b713621.zip |
[S390] zcrypt: Fix possible dead lock in AP bus module.
If a AP device is unconfigured __ap_poll_all() will call
device_unregister() in software interrupt context which can cause
dead locks. To fix this the device will be only marked as unconfigured
and the device_unregister() call will be done later by either
ap_scan_bus() or ap_queue_message() in process context.
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Ralph Wuerthner <rwuerthn@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'drivers/s390/crypto/zcrypt_api.h')
0 files changed, 0 insertions, 0 deletions