Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964798AbcJQJ5B (ORCPT ); Mon, 17 Oct 2016 05:57:01 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:36439 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933715AbcJQJ4e (ORCPT ); Mon, 17 Oct 2016 05:56:34 -0400 Date: Mon, 17 Oct 2016 11:54:03 +0200 (CEST) From: Thomas Gleixner To: "Luc, Piotr" cc: "mingo@kernel.org" , "linux-kernel@vger.kernel.org" , "peterz@infradead.org" , "torvalds@linux-foundation.org" , "linux-tip-commits@vger.kernel.org" , "jpoimboe@redhat.com" , "hpa@zytor.com" , "brgerst@gmail.com" , "luto@kernel.org" , "bp@alien8.de" , "Hansen, Dave" , "dvlasenk@redhat.com" Subject: Re: [tip:x86/urgent] x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS features In-Reply-To: <1476697764.27884.18.camel@intel.com> Message-ID: References: <20161012175731.29619-1-piotr.luc@intel.com> <20161016142233.xuqrahty6gcwq7en@pd.tnic> <1476692185.27884.7.camel@intel.com> <20161017084743.GB9462@gmail.com> <1476697764.27884.18.camel@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 Content-Length: 619 Lines: 23 On Mon, 17 Oct 2016, Luc, Piotr wrote: > On Mon, 2016-10-17 at 10:47 +0200, Ingo Molnar wrote: > > * Luc, Piotr wrote: > > > > > > The typo was acknowledged and is going to be fixed in next version > > > of the document. > > > > All of this should be pointed out in the changelog. > > > > I've zapped the commit for the time being - let's iterate this once > > more, ok? > > > > OK, I will add appropriate info. > > What about moving initialization to init_scattered_cpuid_features()? Yes, please. We can move it to a seperate leaf when a substantial amount of bits is used. Thanks, tglx