Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102996466
D21012.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
409 B
Referenced Files
None
Subscribers
None
D21012.diff
View Options
Index: head/sys/crypto/armv8/armv8_crypto.c
===================================================================
--- head/sys/crypto/armv8/armv8_crypto.c
+++ head/sys/crypto/armv8/armv8_crypto.c
@@ -274,9 +274,11 @@
error = armv8_crypto_cipher_setup(ses, encini);
if (error != 0) {
CRYPTDEB("setup failed");
+ rw_wunlock(&sc->lock);
return (error);
}
+ rw_wunlock(&sc->lock);
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 3:20 PM (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14741333
Default Alt Text
D21012.diff (409 B)
Attached To
Mode
D21012: armv8crypto: add missing unlock for session (fix "sleeping thread owns a non-sleepable lock")
Attached
Detach File
Event Timeline
Log In to Comment