]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #2245]
authorMark Andrews <marka@isc.org>
Wed, 2 Dec 2020 05:08:39 +0000 (16:08 +1100)
committerMark Andrews <marka@isc.org>
Tue, 22 Dec 2020 22:16:26 +0000 (09:16 +1100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 6f97f24edfb4dabf8352d83b2599d15207876bc9..367a14341acd86aad46622669e9dd6fcea480324 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5551.  [bug]           Only assign threads to CPUs in the CPU affinity set.
+                       Thanks to Ole Bjørn Hessen. [GL #2245]
+
 5550.  [func]          Print a warning when falling back to the "increment" SOA
                        serial method. [GL #2058]
 
index d1e47174838430c3d2a002a6a0a85b8f36d5f82d..c26e11c9197ec37de645e668cdd0e185a48fb6ea 100644 (file)
@@ -46,4 +46,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- 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]