From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751957AbcFCHGo (ORCPT ); Fri, 3 Jun 2016 03:06:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50016 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348AbcFCHGm (ORCPT ); Fri, 3 Jun 2016 03:06:42 -0400 Date: Fri, 3 Jun 2016 09:06:29 +0200 From: Jiri Olsa To: He Kuang Cc: peterz@infradead.org, mingo@redhat.com, acme@kernel.org, alexander.shishkin@linux.intel.com, wangnan0@huawei.com, jpoimboe@redhat.com, ak@linux.intel.com, eranian@google.com, namhyung@kernel.org, adrian.hunter@intel.com, sukadev@linux.vnet.ibm.com, masami.hiramatsu.pt@hitachi.com, tumanova@linux.vnet.ibm.com, kan.liang@intel.com, penberg@kernel.org, dsahern@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 00/14] Add support for remote unwind Message-ID: <20160603070629.GB23006@krava> References: <1464924803-22214-1-git-send-email-hekuang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464924803-22214-1-git-send-email-hekuang@huawei.com> User-Agent: Mutt/1.6.1 (2016-04-27) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Fri, 03 Jun 2016 07:06:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 03, 2016 at 03:33:09AM +0000, He Kuang wrote: SNIP > For using remote libunwind libraries, reference this: > http://thread.gmane.org/gmane.linux.kernel/2224430 > > and now we can use LIBUNWIND_DIR to specific custom dirctories > containing libunwind libs. > > Acked-by: Jiri Olsa for most patches except: > > v9: > - Change function unwind__register_ops() to static. > - Move up unwind__prepare_access() in thread__insert_map() and save > map_groups__remove() call. > - Enclose multiple line if/else into braces. > - Fix miss modified function declaration for unwind__prepare_access() > in patch 10. for patchset: Acked-by: Jiri Olsa thanks, jirka