]> 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:26:50 +0000 (09:26 +1100)
(cherry picked from commit fc4af548e7d87cca7019a935f48d3165816c1860)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 99da527816068549b206c1bd6bfd0af7fe961aca..85aca0a12c453183794bf8b153640142ce5dc330 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 9ceab6c7bab1fae3f0bb8045f27ff7e86765acfc..3d336b7d993a783e6500e7b8bb26341b5c22e75b 100644 (file)
@@ -58,4 +58,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]