From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932599Ab3DBPFU (ORCPT ); Tue, 2 Apr 2013 11:05:20 -0400 Received: from mail-qa0-f48.google.com ([209.85.216.48]:58799 "EHLO mail-qa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932122Ab3DBPFT (ORCPT ); Tue, 2 Apr 2013 11:05:19 -0400 Date: Tue, 2 Apr 2013 12:05:11 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Peter Zijlstra , Paul Mackerras , Ingo Molnar , Namhyung Kim , LKML , Stephane Eranian , Andi Kleen , Jiri Olsa , David Ahern Subject: Re: [PATCHSET 0/9] perf tools: Bug fix and cleanup for sort keys Message-ID: <20130402150511.GE1952@ghostprotocols.net> References: <1364816125-12212-1-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364816125-12212-1-git-send-email-namhyung@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Apr 01, 2013 at 08:35:16PM +0900, Namhyung Kim escreveu: > This is a couple of bugfix, cleanup and enhancement for sort keys. Applied 1-4. - Arnaldo