From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH] numastat: fix bad column calculation in show_process_info Date: Thu, 25 May 2017 11:30:27 -0700 Message-ID: <20170525183026.GD8096@two.firstfloor.org> References: <20170525113632.11638-1-poros@redhat.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=firstfloor.org; s=mail; t=1495737027; bh=hMSupQQssoeU4kB4QvYxVq/1DlijmGpSl8b8YJnHmq0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JmzRJ5I4VKrvP9v/GivagCPdUj2mgSIoxPBdbgtT/N4uZODfOUgFLvW+m9YfbCZaP 6/2RgoOHMl5uoIoB/1ZKMxfzHXjuyvAtL4IIRYfFuibqiVhiBWzHC3/jqWxnMe/Q8q 9L2QZcGRjGXwBdsoMY8ijkEU1BdHfQ39sd/s9pAg= Content-Disposition: inline In-Reply-To: <20170525113632.11638-1-poros@redhat.com> Sender: linux-numa-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Petr Oros Cc: linux-numa@vger.kernel.org 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 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