]> 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>
Mon, 11 Jan 2021 12:09:03 +0000 (13:09 +0100)
doc/notes/notes-current.rst

index ea1f00a90aa3a8d7894738e48451fa8727ae1bac..bcac2fd06736f9eae6773e7425cdfd87f64cb76c 100644 (file)
@@ -64,6 +64,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]