Skip to content
Commit 8372cb1c authored by Daniel Wagner's avatar Daniel Wagner Committed by Bruce Ashfield
Browse files

random: Use local locks for crng context access

The backport of 5f1bb112

 ("random: group initialization wait
functions") changed the upstream local locks to normal spin locks
because the local infrastructure in v4.19 is missing. As spin locks
are turned into sleeping locks for RT we have to add the local locks
back using the v4.19-rt API.

Signed-off-by: default avatarDaniel Wagner <dwagner@suse.de>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 58b7e300
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment