This patchset fixes a few bugs in numactl and introduce new interface for parsing of cpustrings. v2: * _all versions of parsing interfaces and numa_numa_possible_cpus are exported via version 1.3 API and don't broke the fixed 1.2 Petr Holasek (7): libnuma: Fix calculation of maxconfiguredcpu libnuma: do not recalculate maxconfiguredcpu libnuma: numa_num_possible_cpus symbol is exported from the library libnuma: introduced _all versions of numa_parse_{cpu,node}string() libnuma: numa_parse_cpustring and similar should take a const char* parameter libnuma: removed unused bufferlen variable libnuma: no warnings when there are holes in numbering of nodes affinity.c | 17 +++---- affinity.h | 2 +- distance.c | 2 +- libnuma.c | 131 +++++++++++++++++++++++++++++++++--------------------- numa.3 | 18 +++++++- numa.h | 12 ++++- versions.ldscript | 13 ++++++ 7 files changed, 130 insertions(+), 65 deletions(-) -- 1.7.11.4 -- To unsubscribe from this list: send the line "unsubscribe linux-numa" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html