[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-4.21] x86/HWP: adjust feature_hdc's section annotation
- To: Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Thu, 9 Oct 2025 03:39:47 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=XJWsT22i94cKOd7BaW2wMPl8H4DTMQ1Dwbe5Kv3NEZ4=; b=nFfUetdL8A3w+ItuIQY8AwUBa//n4sJH2HFXmCQ7xLWjfhzm0ZvjpHIMIbNoV22g0e0tniI8+1+VSJC6NTnG5l0RgbjP1a8finLYZa10yg3hgfp+JwOoYw/mnA3rv/OOtFtrxZp4BlShXr2h6f0KX3qffP9zbYfw/sMEEQdoxY8GnqpIP96XruN27esBagNvOznJ1ilcxRAP83tLabjrAHRF/jD2+eF+A+RYN0r/tG08F9ub8eOxsomlXjhPsiUIHQ6QCDirPghrrG0cAgb7vXjck6K2wAADWvZ/i/Jqz5+A0r30UEiIfy55HlU4OkO+9CNYKBsCHXSvy5GAehbYMw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=HWFdJ9gxZliZvkgMrFHOL80O3yFxxvfdlUgm0s7TuC1es8Zf4jPLEGUKp3PKYrLcnPtmYmQT2K13VQ5sDBSB1jwMhGCuFG+0KF84cavm6xPIZToA7FEI/B5YdjOkbFJT52f01ySVI4L6tha9lZqswTmTG+PhNkJSNPWD5ilY19MOhGa0ay5miy5cA5xHbVCwLN5cOIm9Qi7sYR9JVzlVUDWf/S4U703ZdaIH4JkjPuWOFgP1ouJDZRM+rQu/3P785w+xco3g4wUdAJSKhexm4XrPcz2cszCk6wK1S7gqg6ZYN89ixTtvQwAq2ioG8cwXbERNn1tsO1l5Xc72cEN5lQ==
- Cc: Roger Pau Monné <roger.pau@xxxxxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 09 Oct 2025 12:14:03 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-10-09 05:09, Jan Beulich wrote:
On 09.10.2025 11:07, Andrew Cooper wrote:
On 09/10/2025 9:50 am, Jan Beulich wrote:
The variable can be cleared (set to false) by a non-init function's error
path (hwp_init_msrs()).
Fixes: 99c4570f8209 ("cpufreq: Add Hardware P-State (HWP) driver")
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
For 4.21, surely?
Definitely, forgot to tag it accordingly, but Cc-ed Oleksii be this reason.
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
Thanks,
Jason
|