From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Holasek Subject: [PATCH 0/7] couple of numactl-2.0.8-rc4 bugfixes and interface Date: Thu, 16 Aug 2012 17:16:29 +0200 Message-ID: <1345130196-24180-1-git-send-email-pholasek@redhat.com> Return-path: Sender: linux-numa-owner@vger.kernel.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Cliff Wickman Cc: linux-numa@vger.kernel.org, Anton Arapov , Petr Holasek This patchset fixes a few bugs in numactl and introduce new interface for parsing of cpustrings. 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 numactl-2.0.8-rc4/affinity.c | 17 ++--- numactl-2.0.8-rc4/affinity.h | 2 +- numactl-2.0.8-rc4/distance.c | 2 +- numactl-2.0.8-rc4/libnuma.c | 131 ++++++++++++++++++++++-------------- numactl-2.0.8-rc4/numa.3 | 18 ++++- numactl-2.0.8-rc4/numa.h | 12 +++- numactl-2.0.8-rc4/versions.ldscript | 3 + 7 files changed, 120 insertions(+), 65 deletions(-) -- 1.7.11.4