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.17.9~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc4af548e7d87cca7019a935f48d3165816c1860;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #2245] --- diff --git a/CHANGES b/CHANGES index 6f97f24edfb..367a14341ac 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 d1e47174838..c26e11c9197 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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]