* NEWS: Mention the fix to nproc honoring the affinity mask on systems with more than 1024 processors. --- NEWS | 4 ++++ gnulib | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS index 0c4220157..9fee0c87e 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,10 @@ GNU coreutils NEWS -*- outline -*- have exited with a "Function not implemented" error. [bug introduced in coreutils-8.28] + nproc gives more consistent results on systems with more than 1024 CPUs. + Previously it would have ignored the affinity mask on such systems. + [bug introduced with nproc in coreutils-8.1] + 'shuf' generates more-random output when the output is small. [bug introduced in coreutils-8.6] diff --git a/gnulib b/gnulib index 74b6a2a73..ee0bc6953 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 74b6a2a7386cf8586c1244297d4d87dde123db42 +Subproject commit ee0bc695303775da5026091a65e8ec2b764f4a26 -- 2.47.0