From: Ondřej Surý Date: Wed, 25 Dec 2024 15:06:09 +0000 (+0000) Subject: fix: dev: Use CMM_{STORE,LOAD}_SHARED to store/load glue in gluelist X-Git-Tag: v9.21.4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce55429f140f949924204ecf74223fc3577bd95;p=thirdparty%2Fbind9.git fix: dev: Use CMM_{STORE,LOAD}_SHARED to store/load glue in gluelist ThreadSanitizer has trouble understanding that gluelist->glue is constant after it is assigned to the slabheader with cmpxchg. Help ThreadSanitizer to understand the code by using CMM_STORE_SHARED and CMM_LOAD_SHARED on gluelist->glue. Merge branch 'ondrej/hint-tsan-in-addglue' into 'main' See merge request isc-projects/bind9!9929 --- 6ce55429f140f949924204ecf74223fc3577bd95