]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Refactor NTA to use RCU instead of rwlock
authorOndřej Surý <ondrej@isc.org>
Thu, 19 Mar 2026 00:45:12 +0000 (01:45 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Mar 2026 00:45:12 +0000 (01:45 +0100)
commitfdb5eca9a9c2c002834fc891f67a30b60a5cb501
treeb28eba4a48c7f15d7e3760d800fe60a9ea931c51
parent7be7dbb7b3d6732735b0829d73cb638a1a14efcc
parent44bb3cd2a7b50108d2c9ee571f4830353f904e20
chg: dev: Refactor NTA to use RCU instead of rwlock

Replace the ntatable rwlock with RCU read-side critical sections.

Merge branch 'ondrej/refactor-nta-using-RCU' into 'main'

See merge request isc-projects/bind9!11689