linux-numa.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] couple of numactl-2.0.8-rc4 bugfixes and interface
@ 2012-08-16 15:16 Petr Holasek
  2012-08-16 15:16 ` [PATCH 1/7] libnuma: Fix calculation of maxconfiguredcpu Petr Holasek
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Petr Holasek @ 2012-08-16 15:16 UTC (permalink / raw)
  To: Cliff Wickman; +Cc: linux-numa, 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

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

end of thread, other threads:[~2012-08-27 12:20 UTC | newest]

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

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).