[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] build: update gnulib to latest
From: |
Pádraig Brady |
Subject: |
[PATCH] build: update gnulib to latest |
Date: |
Mon, 11 Nov 2024 15:00:45 +0000 |
* 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] build: update gnulib to latest,
Pádraig Brady <=