linux/drivers/s390/crypto
Ralph Wuerthner c6a4826473 [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>
2007-03-26 20:43:47 +02:00
..
ap_bus.c [S390] zcrypt: Fix possible dead lock in AP bus module. 2007-03-26 20:43:47 +02:00
ap_bus.h [S390] zcrypt: fix possible dead lock in AP bus module 2007-03-19 13:19:14 +01:00
Makefile [S390] zcrypt driver Makefile, Kconfig and monolithic build. 2006-09-20 15:58:34 +02:00
zcrypt_api.c [S390] zcrypt: fix possible race when unloading zcrypt driver modules 2007-03-19 13:19:19 +01:00
zcrypt_api.h [S390] zcrypt secure key cryptography extension. 2006-09-20 15:58:36 +02:00
zcrypt_cca_key.h [S390] zcrypt secure key cryptography extension. 2006-09-20 15:58:36 +02:00
zcrypt_cex2a.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
zcrypt_cex2a.h [S390] zcrypt secure key cryptography extension. 2006-09-20 15:58:36 +02:00
zcrypt_error.h [S390] zcrypt secure key cryptography extension. 2006-09-20 15:58:36 +02:00
zcrypt_mono.c [S390] zcrypt secure key cryptography extension. 2006-09-20 15:58:36 +02:00
zcrypt_pcica.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
zcrypt_pcica.h [S390] zcrypt secure key cryptography extension. 2006-09-20 15:58:36 +02:00
zcrypt_pcicc.c [S390] zcrypt secure key cryptography extension. 2006-09-20 15:58:36 +02:00
zcrypt_pcicc.h [S390] zcrypt secure key cryptography extension. 2006-09-20 15:58:36 +02:00
zcrypt_pcixcc.c [S390] Get rid of a lot of sparse warnings. 2007-02-05 21:16:47 +01:00
zcrypt_pcixcc.h [S390] zcrypt secure key cryptography extension. 2006-09-20 15:58:36 +02:00