From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7CF51C43441 for ; Wed, 10 Oct 2018 14:17:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3684A2087A for ; Wed, 10 Oct 2018 14:17:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3684A2087A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linutronix.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727051AbeJJVj0 (ORCPT ); Wed, 10 Oct 2018 17:39:26 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:45635 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726562AbeJJVj0 (ORCPT ); Wed, 10 Oct 2018 17:39:26 -0400 Received: from hsi-kbw-5-158-153-52.hsi19.kabel-badenwuerttemberg.de ([5.158.153.52] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1gAFHk-00011I-2N; Wed, 10 Oct 2018 16:16:24 +0200 Date: Wed, 10 Oct 2018 16:16:23 +0200 (CEST) From: Thomas Gleixner To: "Moger, Babu" cc: Reinette Chatre , "mingo@redhat.com" , "hpa@zytor.com" , "fenghua.yu@intel.com" , "james.morse@arm.com" , "vikas.shivappa@linux.intel.com" , "tony.luck@intel.com" , "x86@kernel.org" , "peterz@infradead.org" , "pombredanne@nexb.com" , "gregkh@linuxfoundation.org" , "kstewart@linuxfoundation.org" , "bp@suse.de" , "rafael.j.wysocki@intel.com" , "ak@linux.intel.com" , "kirill.shutemov@linux.intel.com" , "xiaochen.shen@intel.com" , "colin.king@canonical.com" , "Hurwitz, Sherry" , "Lendacky, Thomas" , "pbonzini@redhat.com" , "dwmw@amazon.co.uk" , "luto@kernel.org" , "jroedel@suse.de" , "jannh@google.com" , "dima@arista.com" , "jpoimboe@redhat.com" , "vkuznets@redhat.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 01/11] arch/x86: Start renaming the rdt files to more generic names In-Reply-To: Message-ID: References: <20181005205512.29545-1-babu.moger@amd.com> <20181005205512.29545-2-babu.moger@amd.com> <2fe2e853-47ef-af2a-6906-9ad7a7b8bba9@intel.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Babu, On Wed, 10 Oct 2018, Moger, Babu wrote: > On 10/09/2018 05:01 PM, Reinette Chatre wrote: > > As far as all the code you touch is concerned it may be easier and cause > > less confusion for now to just follow the current naming conventions as > > you have done in patches 3 onwards and have it be included in the later > > larger restructuring. > > Yes. I am making sure first 3 patches are renamed to "resctrl" wherever > applicable. Will send the patches soon. Please make sure they apply against git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/cache which has all the latest updates and fixes to this code. Thanks, tglx