hwrng: fix unregister race.
The previous patch added one potential problem: we can still be reading from a hwrng when it's unregistered. Add a wait for zero in the hwrng_unregister path. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Amos Kong <akong@redhat.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

parent
3a2c0ba5ad
commit
a027f30d72
@@ -46,6 +46,7 @@ struct hwrng {
|
||||
/* internal. */
|
||||
struct list_head list;
|
||||
struct kref ref;
|
||||
bool cleanup_done;
|
||||
};
|
||||
|
||||
/** Register a new Hardware Random Number Generator driver. */
|
||||
|
Reference in New Issue
Block a user