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=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 67D95C433FF for ; Thu, 8 Aug 2019 17:43:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 368B62173C for ; Thu, 8 Aug 2019 17:43:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="gtY9E+gQ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729925AbfHHRnY (ORCPT ); Thu, 8 Aug 2019 13:43:24 -0400 Received: from merlin.infradead.org ([205.233.59.134]:56308 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727096AbfHHRnY (ORCPT ); Thu, 8 Aug 2019 13:43:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=c9tst/1Hpix6358J7WwQaapmfPHH96A9BgkfjX++cBc=; b=gtY9E+gQR2KRXv92LwrgTZInW 26M9ottTkPFxjD/2wZcAsaLatph3UN3cvbmY/hWPXTa4Bn9+Y+IDdTR8uXj/wSdCZL6DUiZtK5IG/ TJ/VeDJC2bLsWZtRtji+HnYx5H0d8ZCNczDtnOrZqj91JkgB/V5V7qSAE09AiwzAKB2BD7ETu5igl m2JIypzVFd0uFjLgNHBDhA8LJBu82ThskA/QAUpFv/xWrUNqngH1BnppfcyubdzfSftU8m7AWqtKo 74ZGqBaMDDGLgAF+LYjMk5c3R5jOCl2PRk4Veh06mjz3KdxMB9TAs8BlTEC8UGqggRhXsgyFQ57Aa +uemlPfYA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by merlin.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hvmRb-0004K4-DQ; Thu, 08 Aug 2019 17:43:20 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id A97E330754B; Thu, 8 Aug 2019 19:37:50 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id E332520C4860B; Thu, 8 Aug 2019 19:38:16 +0200 (CEST) Date: Thu, 8 Aug 2019 19:38:16 +0200 From: Peter Zijlstra To: "Liang, Kan" Cc: "Bhardwaj, Rajneesh" , x86@kernel.org, bp@suse.de, Borislav Petkov , Dave Hansen , "H. Peter Anvin" , Qiuxu Zhuo , Len Brown , Thomas Gleixner , Linux PM Subject: Re: [PATCH] x86/cpu: Add Elkhart Lake to Intel family Message-ID: <20190808173816.GO2369@hirez.programming.kicks-ass.net> References: <20190808101045.19239-1-rajneesh.bhardwaj@linux.intel.com> <9ea08a94-a3e0-0e89-401b-a240e1bce7fa@linux.intel.com> <20190808141427.GI2369@hirez.programming.kicks-ass.net> <599ca9b6-442a-3764-e117-0311f995bb51@linux.intel.com> <20190808152326.GL2369@hirez.programming.kicks-ass.net> <20190808153144.GM2369@hirez.programming.kicks-ass.net> <76d459fd-5d23-6d1a-1d2d-30205ec5a518@linux.intel.com> <5a331216-de2d-c89f-2851-a3b92400bc5b@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5a331216-de2d-c89f-2851-a3b92400bc5b@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Thu, Aug 08, 2019 at 12:27:34PM -0400, Liang, Kan wrote: > I think only the name of microarchitecture should be good enough, > INTEL_FAM6_ATOM_TREMONT. > We usually don't add the platform's acronym to the name of CPUID. That works.