]> git.ipfire.org Git - thirdparty/openssl.git/commit
disable rwlocks on nonstop klt model
authorNeil Horman <nhorman@openssl.org>
Mon, 29 Jul 2024 19:17:07 +0000 (15:17 -0400)
committerNeil Horman <nhorman@openssl.org>
Wed, 31 Jul 2024 12:05:53 +0000 (08:05 -0400)
commit7408d58714e3235f58c4d7eba42207c83b55e6bd
tree346993b805b3787a818428aef1c9e7034139b5c4
parent9bd5e92aff83c24e0c6fdab1846340fae226dbb3
disable rwlocks on nonstop klt model

It appears nonstops new threading model defines some level of rwlock
pthread api, but its not working properly.  Disable rwlocks for
_KLT_MODEL_ for now

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24969)
crypto/threads_pthread.c