]> git.ipfire.org Git - thirdparty/bind9.git/commit
Align qpzone lock and db refcount 12513/head
authorAlessio Podda <alessio@isc.org>
Mon, 3 Aug 2026 14:31:31 +0000 (16:31 +0200)
committerAlessio Podda <alessio@isc.org>
Thu, 13 Aug 2026 17:06:27 +0000 (19:06 +0200)
commitcbbc68566bb3fd66da6627229886fd58889ecd69
tree1a53a5b6b5efaaac2f1129485b6d6a1dfe8c423e
parent92d89439e146b2a3fea91ee20fd584e9ce436eed
Align qpzone lock and db refcount

The qpzone refcount is the probably the most conteded refcount for
workloads with a single zone such as TLDs.

Add alignment to both the refcount and qpzone dblock to avoid false
sharing.
lib/dns/qpzone.c
tests/dns/qpzone_test.c