531551
diff -up util-linux-2.23.2/sys-utils/lscpu.c.kzak util-linux-2.23.2/sys-utils/lscpu.c
531551
--- util-linux-2.23.2/sys-utils/lscpu.c.kzak	2014-01-14 14:02:52.228996385 +0100
531551
+++ util-linux-2.23.2/sys-utils/lscpu.c	2014-01-14 14:04:08.109795733 +0100
531551
@@ -815,6 +815,13 @@ static inline int is_node_dirent(struct
531551
 		isdigit_string(d->d_name + 4);
531551
 }
531551
 
531551
+static int
531551
+nodecmp(const void *ap, const void *bp)
531551
+{
531551
+	int *a = (int *) ap, *b = (int *) bp;
531551
+	return *a - *b;
531551
+}
531551
+
531551
 static void
531551
 read_nodes(struct lscpu_desc *desc)
531551
 {
531551
@@ -850,6 +857,7 @@ read_nodes(struct lscpu_desc *desc)
531551
 							_("Failed to extract the node number"));
531551
 		}
531551
 		closedir(dir);
531551
+		qsort(desc->idx2nodenum, desc->nnodes, sizeof(int), nodecmp);
531551
 	}
531551
 
531551
 	/* information about how nodes share different CPUs */
531551
diff -up util-linux-2.23.2/tests/expected/lscpu/lscpu-x86_64-64cpu.kzak util-linux-2.23.2/tests/expected/lscpu/lscpu-x86_64-64cpu
531551
--- util-linux-2.23.2/tests/expected/lscpu/lscpu-x86_64-64cpu.kzak	2013-06-13 09:46:10.551651742 +0200
531551
+++ util-linux-2.23.2/tests/expected/lscpu/lscpu-x86_64-64cpu	2014-01-14 14:04:29.662022613 +0100
531551
@@ -4,7 +4,7 @@ On-line CPU(s) list:   0-63
531551
 Thread(s) per core:    2
531551
 Core(s) per socket:    8
531551
 Socket(s):             4
531551
-NUMA node(s):          1
531551
+NUMA node(s):          3
531551
 Vendor ID:             GenuineIntel
531551
 CPU family:            6
531551
 Model:                 46
531551
@@ -18,72 +18,74 @@ L1i cache:             32K
531551
 L2 cache:              256K
531551
 L3 cache:              18432K
531551
 NUMA node0 CPU(s):     0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62
531551
+NUMA node2 CPU(s):     1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61
531551
+NUMA node3 CPU(s):     3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63
531551
 
531551
 # The following is the parsable format, which can be fed to other
531551
 # programs. Each different item in every column has an unique ID
531551
 # starting from zero.
531551
 # CPU,Core,Socket,Node,,L1d,L1i,L2,L3
531551
 0,0,0,0,,0,0,0,0
531551
-1,1,1,,,1,1,1,1
531551
+1,1,1,2,,1,1,1,1
531551
 2,2,2,0,,2,2,2,2
531551
-3,3,3,,,3,3,3,3
531551
+3,3,3,3,,3,3,3,3
531551
 4,4,0,0,,4,4,4,0
531551
-5,5,1,,,5,5,5,1
531551
+5,5,1,2,,5,5,5,1
531551
 6,6,2,0,,6,6,6,2
531551
-7,7,3,,,7,7,7,3
531551
+7,7,3,3,,7,7,7,3
531551
 8,8,0,0,,8,8,8,0
531551
-9,9,1,,,9,9,9,1
531551
+9,9,1,2,,9,9,9,1
531551
 10,10,2,0,,10,10,10,2
531551
-11,11,3,,,11,11,11,3
531551
+11,11,3,3,,11,11,11,3
531551
 12,12,0,0,,12,12,12,0
531551
-13,13,1,,,13,13,13,1
531551
+13,13,1,2,,13,13,13,1
531551
 14,14,2,0,,14,14,14,2
531551
-15,15,3,,,15,15,15,3
531551
+15,15,3,3,,15,15,15,3
531551
 16,16,0,0,,16,16,16,0
531551
-17,17,1,,,17,17,17,1
531551
+17,17,1,2,,17,17,17,1
531551
 18,18,2,0,,18,18,18,2
531551
-19,19,3,,,19,19,19,3
531551
+19,19,3,3,,19,19,19,3
531551
 20,20,0,0,,20,20,20,0
531551
-21,21,1,,,21,21,21,1
531551
+21,21,1,2,,21,21,21,1
531551
 22,22,2,0,,22,22,22,2
531551
-23,23,3,,,23,23,23,3
531551
+23,23,3,3,,23,23,23,3
531551
 24,24,0,0,,24,24,24,0
531551
-25,25,1,,,25,25,25,1
531551
+25,25,1,2,,25,25,25,1
531551
 26,26,2,0,,26,26,26,2
531551
-27,27,3,,,27,27,27,3
531551
+27,27,3,3,,27,27,27,3
531551
 28,28,0,0,,28,28,28,0
531551
-29,29,1,,,29,29,29,1
531551
+29,29,1,2,,29,29,29,1
531551
 30,30,2,0,,30,30,30,2
531551
-31,31,3,,,31,31,31,3
531551
+31,31,3,3,,31,31,31,3
531551
 32,0,0,0,,0,0,0,0
531551
-33,1,1,,,1,1,1,1
531551
+33,1,1,2,,1,1,1,1
531551
 34,2,2,0,,2,2,2,2
531551
-35,3,3,,,3,3,3,3
531551
+35,3,3,3,,3,3,3,3
531551
 36,4,0,0,,4,4,4,0
531551
-37,5,1,,,5,5,5,1
531551
+37,5,1,2,,5,5,5,1
531551
 38,6,2,0,,6,6,6,2
531551
-39,7,3,,,7,7,7,3
531551
+39,7,3,3,,7,7,7,3
531551
 40,8,0,0,,8,8,8,0
531551
-41,9,1,,,9,9,9,1
531551
+41,9,1,2,,9,9,9,1
531551
 42,10,2,0,,10,10,10,2
531551
-43,11,3,,,11,11,11,3
531551
+43,11,3,3,,11,11,11,3
531551
 44,12,0,0,,12,12,12,0
531551
-45,13,1,,,13,13,13,1
531551
+45,13,1,2,,13,13,13,1
531551
 46,14,2,0,,14,14,14,2
531551
-47,15,3,,,15,15,15,3
531551
+47,15,3,3,,15,15,15,3
531551
 48,16,0,0,,16,16,16,0
531551
-49,17,1,,,17,17,17,1
531551
+49,17,1,2,,17,17,17,1
531551
 50,18,2,0,,18,18,18,2
531551
-51,19,3,,,19,19,19,3
531551
+51,19,3,3,,19,19,19,3
531551
 52,20,0,0,,20,20,20,0
531551
-53,21,1,,,21,21,21,1
531551
+53,21,1,2,,21,21,21,1
531551
 54,22,2,0,,22,22,22,2
531551
-55,23,3,,,23,23,23,3
531551
+55,23,3,3,,23,23,23,3
531551
 56,24,0,0,,24,24,24,0
531551
-57,25,1,,,25,25,25,1
531551
+57,25,1,2,,25,25,25,1
531551
 58,26,2,0,,26,26,26,2
531551
-59,27,3,,,27,27,27,3
531551
+59,27,3,3,,27,27,27,3
531551
 60,28,0,0,,28,28,28,0
531551
-61,29,1,,,29,29,29,1
531551
+61,29,1,2,,29,29,29,1
531551
 62,30,2,0,,30,30,30,2
531551
-63,31,3,,,31,31,31,3
531551
+63,31,3,3,,31,31,31,3