From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751412AbaKDK6w (ORCPT ); Tue, 4 Nov 2014 05:58:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54380 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750706AbaKDK6v (ORCPT ); Tue, 4 Nov 2014 05:58:51 -0500 Date: Tue, 4 Nov 2014 11:58:34 +0100 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Peter Zijlstra , Ingo Molnar , Paul Mackerras , Namhyung Kim , LKML , Adrian Hunter , David Ahern , Stephane Eranian Subject: Re: [PATCH 1/8] perf tools: Preparation for compressed kernel module support Message-ID: <20141104105834.GA20829@krava.brq.redhat.com> References: <1415063674-17206-1-git-send-email-namhyung@kernel.org> <1415063674-17206-2-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415063674-17206-2-git-send-email-namhyung@kernel.org> 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 Tue, Nov 04, 2014 at 10:14:27AM +0900, Namhyung Kim wrote: > This patch adds basic support to handle compressed kernel module as > some distro (such as Archlinux) carries on it now. The actual work > using compression library will be added later. > > Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa thanks, jirka