linux-numa.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] couple of numactl-2.0.8-rc4 bugfixes and new interface
@ 2012-08-23 16:01 Petr Holasek
  2012-08-23 16:01 ` [PATCH v2 1/7] libnuma: Fix calculation of maxconfiguredcpu Petr Holasek
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Petr Holasek @ 2012-08-23 16:01 UTC (permalink / raw)
  To: Cliff Wickman; +Cc: linux-numa, Andi Kleen, Anton Arapov, Petr Holasek

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-08-23 16:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 16:01 [PATCH v2 0/7] couple of numactl-2.0.8-rc4 bugfixes and new interface Petr Holasek
2012-08-23 16:01 ` [PATCH v2 1/7] libnuma: Fix calculation of maxconfiguredcpu Petr Holasek
2012-08-23 16:01 ` [PATCH v2 2/7] libnuma: do not recalculate maxconfiguredcpu Petr Holasek
2012-08-23 16:01 ` [PATCH v2 3/7] libnuma: numa_num_possible_cpus symbol is exported from the library Petr Holasek
2012-08-23 16:01 ` [RFC PATCH v2 4/7] libnuma: introduced _all versions of numa_parse_{cpu,node}string() Petr Holasek
2012-08-23 16:01 ` [PATCH v2 5/7] libnuma: numa_parse_cpustring and similar should take a const char* parameter Petr Holasek
2012-08-23 16:01 ` [PATCH v2 6/7] libnuma: removed unused bufferlen variable Petr Holasek
2012-08-23 16:01 ` [PATCH v2 7/7] libnuma: no warnings when there are holes in numbering of nodes Petr Holasek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).