From: Ondřej Surý Date: Tue, 23 Sep 2025 22:06:35 +0000 (+0200) Subject: chg: dev: Convert slabtop and slabheader to use the cds list X-Git-Tag: v9.21.14~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7443ff330cc7bb97b91656fa2d21ad13b3c2b27e;p=thirdparty%2Fbind9.git chg: dev: Convert slabtop and slabheader to use the cds list This is the first MR in series that aims to reduce the node locking by replacing the single-linked list of slabtop(s) and slabheader(s) with CDS linked list. This commit doesn't do anything else beyond replacing .next and .down links with the cds_list_head. The RCU semantics will be added later. Merge branch 'ondrej/use-rcu-list-for-slabtop' into 'main' See merge request isc-projects/bind9!10944 --- 7443ff330cc7bb97b91656fa2d21ad13b3c2b27e