Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2321139pxa; Mon, 24 Aug 2020 10:50:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyDg9DlcxCXoH8gPyLWPThQzGzgpIwJgspy0nT+VBtQwaifKlIHCv8ZLcGKD1quVEMV9KA8 X-Received: by 2002:a50:d80f:: with SMTP id o15mr6617155edj.156.1598291444790; Mon, 24 Aug 2020 10:50:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598291444; cv=none; d=google.com; s=arc-20160816; b=FkoM967TC6Rw5FvH7PrqmflbLoLp7Z7LDuboSbrnFT0YzyMmNWz6ZjpYfwKjs3OL9/ nkQ8IaEynUWZQowAY54WPNdN1iETnIAPM9fsCAKUFfSIJL5es3aMZTvVTorN48j+D1pX /SThz9b7nduhxVv7naXmQ+fXrCG0MdaPLoUX9dsk1H1hlaMeCbOeTZ/JLKkLPs7TSTKi bbgLPkgdGs3lgjCv4uy3Z6yZbEBn5Y96GPYtfDyxmCaYctMVjnlGYrdNnv+rGl3gWe0j 2aqxR73RxGa77TvtCo1aMAr2kIeoqvjHBQNDpWDJCLOr7f+OZ8Ph+yQvLd2DDEllhGWr 3Z5Q== 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=o3GNQMK2zH756aK5of9ECQvV5YvwI/jB5AB5Bkc6AKY=; b=J0q5ixlw2tjt6RFxBplDPJSuTP5j+Z7EdpJt3riff/33GuZo1FSLX/JV6my0snWqyp OOrA7jmmx+mBOnAsDNVS3g2rI9T28efnUVn4GQ9/THpy1DzSz4KaQzafsN4YZ6DnnE5w gj4MXjNNlLmtK/WVzM3VZTFujfZdoc8S7KTK0CsZqqrLNBlVjaZz42p1aWfMROXPB9Yi zcDMQCiE1GNGq8rFiTa1VBMUuperMHxmrhc9/v6hMPDRT/X3G7TfDj0N6xCPil6E32S2 uFmUztRPPLPz8vlVAoWcN441W8s3qypRHuE5R1dV6H2q5c3Nbx8AzpNrtsGvfmHMNCul R8ow== 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 v14si7082863edr.467.2020.08.24.10.50.21; Mon, 24 Aug 2020 10:50:44 -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 S1727851AbgHXRsh (ORCPT + 99 others); Mon, 24 Aug 2020 13:48:37 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:63848 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726912AbgHXRsS (ORCPT ); Mon, 24 Aug 2020 13:48:18 -0400 Received: from 89-64-88-199.dynamic.chello.pl (89.64.88.199) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.459) id ad17e4b2a5b84ad0; Mon, 24 Aug 2020 19:48:16 +0200 From: "Rafael J. Wysocki" To: Linux PM Cc: Srinivas Pandruvada , LKML , Doug Smythies Subject: [PATCH v2 0/5] cpufreq: intel_pstate: Address some HWP-related oddities Date: Mon, 24 Aug 2020 19:39:51 +0200 Message-ID: <4169555.5IIHXK4Dsd@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 v2 is here to address feedback from Doug and one issue found by me. 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