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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED 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 B0CC3C46470 for ; Tue, 7 Aug 2018 15:30:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 73A8721537 for ; Tue, 7 Aug 2018 15:30:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 73A8721537 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com 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 S2403810AbeHGRpZ (ORCPT ); Tue, 7 Aug 2018 13:45:25 -0400 Received: from mga03.intel.com ([134.134.136.65]:5381 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389066AbeHGRpZ (ORCPT ); Tue, 7 Aug 2018 13:45:25 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2018 08:30:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,455,1526367600"; d="scan'208";a="81407161" Received: from linux.intel.com ([10.54.29.200]) by orsmga002.jf.intel.com with ESMTP; 07 Aug 2018 08:30:24 -0700 Received: from [10.254.74.167] (kliang2-mobl1.ccr.corp.intel.com [10.254.74.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id 3A1525801BD; Tue, 7 Aug 2018 08:30:23 -0700 (PDT) Subject: Re: [PATCH 3/3] perf/x86/intel: Add quirk for Goldmont Plus To: Peter Zijlstra Cc: tglx@linutronix.de, mingo@redhat.com, acme@kernel.org, linux-kernel@vger.kernel.org, eranian@google.com, ak@linux.intel.com, alexander.shishkin@linux.intel.com References: <1533576223-11588-1-git-send-email-kan.liang@linux.intel.com> <1533576223-11588-3-git-send-email-kan.liang@linux.intel.com> <20180806183907.GS2494@hirez.programming.kicks-ass.net> From: "Liang, Kan" Message-ID: <10dc04ef-63cb-2491-30e5-8f04f87a5403@linux.intel.com> Date: Tue, 7 Aug 2018 11:30:22 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180806183907.GS2494@hirez.programming.kicks-ass.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/6/2018 2:39 PM, Peter Zijlstra wrote: > On Mon, Aug 06, 2018 at 10:23:43AM -0700, kan.liang@linux.intel.com wrote: > >> +static bool intel_glk_counter_freezing_broken(int cpu) > >> case INTEL_FAM6_ATOM_GEMINI_LAKE: >> + x86_add_quirk(intel_counter_freezing_quirk); > > We really should fix that ATOM naming instead of making it worse :/ > OK. I will send a separate patch to fix it. Thanks, Kan