]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add exemplar use case for rcu locks
authorNeil Horman <nhorman@openssl.org>
Fri, 12 Jan 2024 15:55:04 +0000 (10:55 -0500)
committerNeil Horman <nhorman@openssl.org>
Thu, 1 Feb 2024 13:33:25 +0000 (08:33 -0500)
commit504e72fc1a1432d5266bd6e8909648c49884a36c
treeacd3e1d270e3340a32965182168c42e2aac8ed19
parentd0e1a0ae701cfaca7f3dd3bf28a3f934a6408813
Add exemplar use case for rcu locks

To demonstrate the use of RCU locks, convert CONF_MOD api to using rcu
rather than RW locks

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22729)
crypto/conf/conf_mod.c