Blame SOURCES/numactl-2.0.12-Update-manpage-description-of-numa_node_to_cpu_updat.patch

25194a
From 034ad86281330ccd1cfe22d40698dd15c2453853 Mon Sep 17 00:00:00 2001
25194a
From: Andi Kleen <ak@linux.intel.com>
25194a
Date: Mon, 16 Sep 2019 13:50:24 -0700
25194a
Subject: [PATCH 2/2] Update manpage description of numa_node_to_cpu_update()
25194a
25194a
---
25194a
 numa.3 | 4 +++-
25194a
 1 file changed, 3 insertions(+), 1 deletion(-)
25194a
25194a
diff --git a/numa.3 b/numa.3
25194a
index e54cb0b..3e18098 100644
25194a
--- a/numa.3
25194a
+++ b/numa.3
25194a
@@ -799,8 +799,10 @@ will be set to
25194a
 and \-1 returned. On success 0 is returned.
25194a
 
25194a
 .BR numa_node_to_cpu_update ()
25194a
-Mark the node's cpus bitmask stale, then get the latest bitmask by calling
25194a
+Mark cpus bitmask of all nodes stale, then get the latest bitmask by calling
25194a
 .BR numa_node_to_cpus ()
25194a
+This allows to update the libnuma state after a CPU hotplug event. The application
25194a
+is in charge of detecting CPU hotplug events.
25194a
 
25194a
 .BR numa_node_of_cpu ()
25194a
 returns the node that a cpu belongs to. If the user supplies an invalid cpu
25194a
-- 
25194a
2.7.5
25194a