From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933648AbcJZVmq (ORCPT ); Wed, 26 Oct 2016 17:42:46 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:41879 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933183AbcJZVmo (ORCPT ); Wed, 26 Oct 2016 17:42:44 -0400 Date: Wed, 26 Oct 2016 23:39:47 +0200 (CEST) From: Thomas Gleixner To: Fenghua Yu cc: "H. Peter Anvin" , Ingo Molnar , Tony Luck , Peter Zijlstra , Stephane Eranian , Borislav Petkov , Dave Hansen , Nilay Vaish , Shaohua Li , David Carrillo-Cisneros , Ravi V Shankar , Sai Prakhya , Vikas Shivappa , linux-kernel , x86 Subject: Re: [PATCH v5 00/18] Intel Cache Allocation Technology In-Reply-To: <1477142405-32078-1-git-send-email-fenghua.yu@intel.com> Message-ID: References: <1477142405-32078-1-git-send-email-fenghua.yu@intel.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 22 Oct 2016, Fenghua Yu wrote: > This version should cover all comments from Thomas. Emphasis on should :) But this series is a major step forward and I decided to merge the first lot: > 0001-Documentation-ABI-Add-a-document-entry-for-cache-id.patch > 0002-cacheinfo-Introduce-cache-id.patch > 0003-x86-intel_cacheinfo-Enable-cache-id-in-x86.patch > 0004-x86-intel_rdt-Feature-discovery.patch > 0006-x86-intel_rdt-Add-CONFIG-Makefile-and-basic-initiali.patch > 0007-x86-intel_rdt-Add-Haswell-feature-discovery.patch > 0008-x86-intel_rdt-Pick-up-L3-L2-RDT-parameters-from-CPUID.patch > 0009-x86-cqm-Move-PQR_ASSOC-management-code-into-generic-.patch I fixed up #0004 (including Borislavs comments) and polished some of the changelogs a bit. This reduces the size of the series and prevents that these parts get [un]intentionally fat fingered once again. I intentionally left out the documentation patch as that one needs to be updated when you address the max closid issues. Please work against tip x86/cache from now on. The remaining issues are not that big, so I think we are really close. Thanks tglx