From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759417AbbCDKVt (ORCPT ); Wed, 4 Mar 2015 05:21:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60618 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755082AbbCDKVq (ORCPT ); Wed, 4 Mar 2015 05:21:46 -0500 Date: Wed, 4 Mar 2015 11:21:27 +0100 From: Jiri Olsa To: Namhyung Kim Cc: Jiri Olsa , linux-kernel@vger.kernel.org, Adrian Hunter , Arnaldo Carvalho de Melo , Corey Ashford , David Ahern , Frederic Weisbecker , Ingo Molnar , Paul Mackerras , Peter Zijlstra , Stephane Eranian Subject: Re: [PATCH 0/3] perf tools: Adding xz decompression support Message-ID: <20150304102127.GD16203@krava> References: <1425396581-17716-1-git-send-email-jolsa@kernel.org> <20150304020515.GI27046@danjae> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150304020515.GI27046@danjae> 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 On Wed, Mar 04, 2015 at 11:05:15AM +0900, Namhyung Kim wrote: > On Tue, Mar 03, 2015 at 04:29:27PM +0100, Jiri Olsa wrote: > > hi, > > adding support to decompress kernel modules on Fedora 21 > > (lzma compression) vaguely continuing in previous RFC: > > http://marc.info/?l=linux-kernel&m=142261340327588&w=2 > > > > I'm basically extending he decompression framework Namhyung > > introduced earlier plus other fixes for kernel modules dso > > objects handling. > > > > Last patch adds decompression support to annotate command, so > > it now displays annotation for compressed kernel modules. > > Nice work! I went through the patches and liked the kmod_path__parse > change. :) Please feel free to add my Ack's to this series when you > send v2. thanks! will send v2 shortly.. jirka