From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933895AbcJRH7P (ORCPT ); Tue, 18 Oct 2016 03:59:15 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:35786 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932340AbcJRH7G (ORCPT ); Tue, 18 Oct 2016 03:59:06 -0400 Date: Tue, 18 Oct 2016 09:59:01 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: Sukadev Bhattiprolu , Andi Kleen , Jiri Olsa , Wang Nan , Namhyung Kim , Linux Kernel Mailing List Subject: Re: [RFC] Vendor events file/dir names Message-ID: <20161018075901.GB21544@gmail.com> References: <20161017190438.GU12815@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161017190438.GU12815@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > Hi, > > Ingo pointed out to me that in the kernel sources we do not use > file/dir names with uppercase chars (look, for instance, at arch/), so I > mostly scripted a conversion to lowercase and what I got is at: > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git perf/vendor_events > > https://git.kernel.org/cgit/linux/kernel/git/acme/linux.git/log/?h=perf/vendor_events > > I did test it on my Lenovo t450s (Broadwell) and got the same > results as before, and the changed file and directory names don't get > presented to the user AFAIK, so its just a matter of consistency with > the existing practices in the kernel sources, no visible difference to > users. > > Please let me know if you have any technical argument against > this move, Looks good to me! Thanks, Ingo