Re: [PATCH] numastat: fix bad column calculation in show_process_info

Andi Kleen <[email protected]> Thu, 25 May 2017 11:30:27 -0700
Newsgroups org.kernel.vger.linux-numa
Message-ID <[email protected]>
On Thu, May 25, 2017 at 01:36:32PM +0200, Petr Oros wrote:
> 	When system has non contiguous numa node number, double_add writing in bad area in table struct.

Should be already covered in

commit b608687037d873ad82d6318f231b3d6612e8601d
Author: Seeteena Thoufeek <[email protected]>
Date:   Wed Dec 21 12:48:11 2016 +0530

    Segment fault when numa nodes not sequential or contiguous
        

in https://github.com/numactl/numactl

Please check.

-Andi