From: Mark Andrews Date: Wed, 2 Dec 2020 05:08:39 +0000 (+1100) Subject: Add CHANGES and release notes for [GL #2245] X-Git-Tag: v9.16.11~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c44c8e1fe0d625ddc81eb4a1235ca6e1d20443;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #2245] (cherry picked from commit fc4af548e7d87cca7019a935f48d3165816c1860) --- diff --git a/CHANGES b/CHANGES index 99da5278160..85aca0a12c4 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 9ceab6c7bab..3d336b7d993 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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]