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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 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 4B73AC5519F for ; Thu, 12 Nov 2020 18:33:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E52ED2223F for ; Thu, 12 Nov 2020 18:33:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726315AbgKLSdN (ORCPT ); Thu, 12 Nov 2020 13:33:13 -0500 Received: from mx2.suse.de ([195.135.220.15]:34584 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726219AbgKLSdN (ORCPT ); Thu, 12 Nov 2020 13:33:13 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id B8993AFF8; Thu, 12 Nov 2020 18:33:11 +0000 (UTC) Message-ID: <1605205990.23683.98.camel@suse.cz> Subject: Re: [PATCH v3 0/3] Add support for frequency invariance to AMD EPYC Zen2 From: Giovanni Gherdovich To: Borislav Petkov , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Len Brown , "Rafael J . Wysocki" Cc: Jon Grimm , Nathan Fontenot , Yazen Ghannam , Thomas Lendacky , Mel Gorman , Pu Wen , Viresh Kumar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Doug Smythies , x86@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Date: Thu, 12 Nov 2020 19:33:10 +0100 In-Reply-To: <20201110200519.18180-1-ggherdovich@suse.cz> References: <20201110200519.18180-1-ggherdovich@suse.cz> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Tue, 2020-11-10 at 21:05 +0100, Giovanni Gherdovich wrote: > v2 at https://lore.kernel.org/lkml/20201110183054.15883-1-ggherdovich@suse.cz/ > > Changes wrt v2: > > - "code golf" on the function function init_freq_invariance_cppc(). > Make better use of the "secondary" argument to init_freq_invariance(), > which was introduced at b56e7d45e807 ("x86, sched: Don't enable static key > when starting secondary CPUs") to deal with CPU hotplug. The Intel 0-day bot reported a build error due to not guarding a part of the patch with CONFIG_ACPI_CPPC_LIB. I've sent a v4 to fix that. v4 at https://lore.kernel.org/lkml/20201112182614.10700-1-ggherdovich@suse.cz/ is now the most up-to-date version, ignore this one. Thanks, Giovanni