Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1383869pxa; Thu, 20 Aug 2020 09:52:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyh/IG0ANn7z6Qh0YDTJxyBStSKBgFxNEZbeU+IUDGDXPv1ZYwVEtGNh35gBr/6GVqsg56a X-Received: by 2002:a17:906:8318:: with SMTP id j24mr4059603ejx.409.1597942347466; Thu, 20 Aug 2020 09:52:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597942347; cv=none; d=google.com; s=arc-20160816; b=xI3bNaHCg3qPKu4q+BpGq0ZE/RmDX+Ddxrt6JPzu4wI/ak4k5Q2KBI/i3OrDdDCmj6 w5F/Lozwueuu+mTEmPgeRx+U2b5F80QBhtLeH/TpDlZMb8JsEdaj36nwsV5xOz35u0Av 8AxFR2I5UlOV86ovF9zncQ4vVX3yzFOKGlXKEEH+LNlY6fDPMYS6nZWAn75+hR7jm4ut 7cV5hHjw0p/OXT2ftrsvJ3Luo5iidQdN79jL/dFQS5/1dM4q2MjnU3YrEUYWHVFkg/DH Qy9etliFQ2JSI3d9amaX7UCDd7zVr//aMR2YZ/G86ayRwXM+XasKBBvlNXOwWWHlD37B LVfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=sgv9LlBqN50X4tdOvH3wtpO8z9A0oEQY9gKGEJdqpok=; b=t4/bqIvN0Els92JiCiAjARGkWY66+AmpJBeQ7mI7rCnEKaCmOaaGDDyvx2fmKWqBJF YYbWCXJ3bffJWWAt9nAzlIcY8OBHfZfy4JP7SH4zvst7tACbJv5mwAO3fqlv/MB2rwMz MWhm7IbwoGjog33PVIyNJzIylcrnZ+DrKw3JQWy0xmgkGBW0g9816z+/LqoiBlHPby7h L0fTiS2wohOJ+aUsviqWU2MehdyvfL3/zUqXDMFNtL6pAgzx72zv7tmsKbUj55DQeMh9 KOhwlq9E/EgAnwS/+Y8N5bubpQgOtzfYYQgJrvYrO1/G4txmxNwvTQ2BuYAs/05nvGl1 ublg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i21si1424395ejz.395.2020.08.20.09.52.03; Thu, 20 Aug 2020 09:52:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730064AbgHTQjd (ORCPT + 99 others); Thu, 20 Aug 2020 12:39:33 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:65018 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729981AbgHTQjM (ORCPT ); Thu, 20 Aug 2020 12:39:12 -0400 Received: from 89-64-87-57.dynamic.chello.pl (89.64.87.57) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.459) id e9198aecfb4d7553; Thu, 20 Aug 2020 18:39:11 +0200 From: "Rafael J. Wysocki" To: Linux PM , Srinivas Pandruvada Cc: LKML , Doug Smythies Subject: [PATCH 0/4] cpufreq: intel_pstate: Address some HWP-related oddities Date: Thu, 20 Aug 2020 18:35:20 +0200 Message-ID: <2283366.Lr8yYYnyev@kreacher> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, The purpose of this series is to address some peculiarities related to taking CPUs offline/online and switching between different operation modes with HWP enabled that have become visible after allowing the driver to work in the passive mode with HWP enabled in 5.9-rc1 (and one that was there earlier, but can be addressed easily after the changes madein 5.9-rc1). Please refer to the patch changelogs for details. For easier testing/review, the series is available from the git branch at: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ intel_pstate-testing Thanks, Rafael