From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753341AbbIKQcu (ORCPT ); Fri, 11 Sep 2015 12:32:50 -0400 Received: from mail.kernel.org ([198.145.29.136]:46231 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752152AbbIKQct (ORCPT ); Fri, 11 Sep 2015 12:32:49 -0400 Date: Fri, 11 Sep 2015 13:32:45 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Stephane Eranian , David Ahern , "Wangnan (F)" , "Liang, Kan" , Ingo Molnar , linux-kernel@vger.kernel.org, "Hunter, Adrian" , Borislav Petkov , Frederic Weisbecker , Jiri Olsa , pi3orama@163.com Subject: Re: [PATCH 04/13] perf env: Introduce read_cpu_topology_map() method Message-ID: <20150911163245.GS23511@kernel.org> References: <20150911144028.GN23511@kernel.org> <20150911153323.GP23511@kernel.org> <20150911161402.GC3447@danjae.kornet> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150911161402.GC3447@danjae.kornet> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Sat, Sep 12, 2015 at 01:14:02AM +0900, Namhyung Kim escreveu: > > You inverted it, no? > > So, could you please check if the below patch can have your Acked-by? > > Namhyung? > Looks good to me. > Acked-by: Namhyung Kim Thanks, added it to the patch, after lunch I should have another patch for another bug introduced in the same patch, i.e. if one CPU is offlined, we simply refuse to collect the topology information. To fix it, I think, we need to insert "(offline)" where one expects to find the thread and core siblings info. - Arnaldo