From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751511AbdFHMK7 (ORCPT ); Thu, 8 Jun 2017 08:10:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58392 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092AbdFHMK5 (ORCPT ); Thu, 8 Jun 2017 08:10:57 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com F3FB17E9DB Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jolsa@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com F3FB17E9DB Date: Thu, 8 Jun 2017 14:10:53 +0200 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , kernel-team@lge.com, David Ahern , Adrian Hunter , Wang Nan Subject: Re: [PATCHSET 0/9] perf tools: Fix for compressed kernel modules (v4) Message-ID: <20170608121053.GA22674@krava> References: <20170608073109.30699-1-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170608073109.30699-1-namhyung@kernel.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 08 Jun 2017 12:10:57 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 08, 2017 at 04:31:00PM +0900, Namhyung Kim wrote: > Hello, > > This is v4 of my compressed kernel module work. Please take a look. > > * changes in v4) > - fix build-id cache symbolic link handling in annotate > - separate fix for a memory leak (Arnaldo) > - consolidate error path in __open_dso (Arnaldo) > - remove decompressed file after use > > The code is avaiable at 'perf/kmod-decomp-v4' branch in my tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > Thanks, > Namhyung > > > Namhyung Kim (9): > perf annotate: Fix symbolic link of build-id cache > perf tools: Fix a memory leak in __open_dso() > perf tools: Introduce dso__decompress_kmodule_{fd,path} > perf annotate: Use dso__decompress_kmodule_path() > perf tools: Decompress kernel module when reading DSO data > perf tools: Consolidate error path in __open_dso() > perf test: Decompress kernel module before objdump > perf symbols: Keep DSO->symtab_type after decompress > perf symbols: Kill dso__build_id_is_kmod() Acked-by: Jiri Olsa thanks, jirka