]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Restore release note for GL #2245
authorMichał Kępień <michal@isc.org>
Mon, 11 Jan 2021 12:09:03 +0000 (13:09 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 21 Jan 2021 08:11:54 +0000 (09:11 +0100)
doc/notes/notes-current.rst

index 5d6403b067cfa60455e65d927bb2406f82a10b37..24832dceef2f757c24419fbe83f6f461567d998c 100644 (file)
@@ -75,6 +75,10 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
+- Only assign threads to CPUs in the CPU affinity set, so that ``named`` no
+  longer attempts to run threads on CPUs outside the affinity set. Thanks to
+  Ole Bjørn Hessen. [GL #2245]
+
 - When reconfiguring ``named``, removing ``auto-dnssec`` did actually not turn
   off DNSSEC maintenance. This has been fixed. [GL #2341]