From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941835AbcJEWSP (ORCPT ); Wed, 5 Oct 2016 18:18:15 -0400 Received: from one.firstfloor.org ([193.170.194.197]:55816 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934580AbcJEWSJ (ORCPT ); Wed, 5 Oct 2016 18:18:09 -0400 Date: Wed, 5 Oct 2016 15:18:05 -0700 From: Andi Kleen To: Arnaldo Carvalho de Melo Cc: Andi Kleen , sukadev@linux.vnet.ibm.com, jolsa@redhat.com, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 2/3] perf, tools: Handle completion of upper case events Message-ID: <20161005221805.GA26852@two.firstfloor.org> References: <1475696832-9188-1-git-send-email-andi@firstfloor.org> <1475696832-9188-3-git-send-email-andi@firstfloor.org> <20161005215059.GG30363@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161005215059.GG30363@kernel.org> 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 > [root@jouet ~]# bash --version > GNU bash, version 4.3.42(1)-release (x86_64-redhat-linux-gnu) > Copyright (C) 2013 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > > This is free software; you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > [root@jouet ~]# Probably a locale issue. Let me send a new patch. -Andi