From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932556AbcJZObe (ORCPT ); Wed, 26 Oct 2016 10:31:34 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:40274 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932124AbcJZObc (ORCPT ); Wed, 26 Oct 2016 10:31:32 -0400 Date: Wed, 26 Oct 2016 16:28:45 +0200 (CEST) From: Thomas Gleixner To: Borislav Petkov cc: Fenghua Yu , "H. Peter Anvin" , Ingo Molnar , Tony Luck , Peter Zijlstra , Stephane Eranian , Dave Hansen , Nilay Vaish , Shaohua Li , David Carrillo-Cisneros , Ravi V Shankar , Sai Prakhya , Vikas Shivappa , linux-kernel , x86 Subject: Re: [PATCH v5 04/18] x86/intel_rdt: Feature discovery In-Reply-To: <20161026141502.zzfuwlnnoe2jfu6n@pd.tnic> Message-ID: References: <1477142405-32078-1-git-send-email-fenghua.yu@intel.com> <1477142405-32078-5-git-send-email-fenghua.yu@intel.com> <20161026141502.zzfuwlnnoe2jfu6n@pd.tnic> 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 Wed, 26 Oct 2016, Borislav Petkov wrote: > > +#define X86_FEATURE_CAT_L3 ( 7*32+16) /* Cache Allocation Technology L3 */ > > +#define X86_FEATURE_CAT_L2 ( 7*32+17) /* Cache Allocation Technology L2 */ > > +#define X86_FEATURE_CDP_L3 ( 7*32+18) /* Code and Data Prioritization L3 */ > > Also, this patch or even better, the whole patchset needs to be at least > test-merged with tip/master to check for conflicting changes. Like this > one here: > > #define X86_FEATURE_INTEL_PT ( 7*32+15) /* Intel Processor Trace */ > #define X86_FEATURE_AVX512_4VNNIW (7*32+16) /* AVX-512 Neural Network Instructions */ > #define X86_FEATURE_CAT_L3 ( 7*32+16) /* Cache Allocation Technology L3 */ That's an easy one to fixup and I prefer a clean patch against Linus tree at the moment. Thanks, tglx