Re: [RFC PATCH 4/7] libnuma: introduced _all versions of numa_parse_{cpu,node}string()

Andi Kleen <[email protected]> Thu, 16 Aug 2012 18:00:35 +0200
Newsgroups org.kernel.vger.linux-numa
Message-ID <[email protected]>
On Thu, Aug 16, 2012 at 05:16:33PM +0200, Petr Holasek wrote:
> This patch adds new interfaces numa_parse_cpustring_all() and
> numa_parse_nodestring_all(). The functions are able to parse
> input string to bitmask regardless current task's cpuset or
> available nodes.

If you add new functions you need to give them a new symbol version
(1.3). You cannot just add them to the old fixed ABI.

-Andi