Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1016827ybv; Thu, 13 Feb 2020 14:05:32 -0800 (PST) X-Google-Smtp-Source: APXvYqzW8fyf3ZsTb1xVN3Ts//Q/ckGlBSvDCTKgwGD9fojG6fb8SXjNG9HbIYyJpeHglAVlrx3J X-Received: by 2002:aca:b608:: with SMTP id g8mr4599923oif.142.1581631532130; Thu, 13 Feb 2020 14:05:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581631532; cv=none; d=google.com; s=arc-20160816; b=kKSSsZC7AwOYFLjjM76uSJ5QhirByEYWFqniA6PPIBWQyC6IwmTWkCGmPojmkFp1cb o6B7KotPAj/fJCVuDWTGpzzT4irn96BPSwOekaEbHfUHY5rT2soGaQLACXXRjpYjZpTD WMuf7UsG5dCxmdDOEIYVIEzIdixowJ7wQrKjH51ywgO3RJf8rM1uXSQsxP/rrcgiTiII 3VSRqrn6TOVcsmWyVp2dUCpUQhF+KGKvR0LGCBRinYey1q2bmmrCfjly5SrSEPXbRrdJ +U14YDqaDoeP2SzBh99LBVqbpYI5v9/IlfAuXBiVWXKyBVO/hRRlaZo5HflKztKpBO+v BfZw== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=9vsQqisac0s5Lt0AkHJxmME9jYfZRodqWHXLhB5igDU=; b=UXDVuldkqoYpYIzL5XS//BsyaeFF6YKaUxsWzG1/9/qkChD+8Qytbc1EN02pfgUOgz EYw4ys0wUK0hHSUdNgfIunHT4yG/NnnW8wt53pk8T/bHkF2wi76g3Zp2oVIrC/nJacSE fTkCEchkqPehA/Pu7aJ9UPryBjdB0XcNieJNPxChK8N+ZyqJjTdmAmFBN/ltEdD1JRPC 9XjIcBIeIvDQdKdWpVFEh+07MDDeP/zIqVjD0aZA6n8GKntMtPf6ph+6QsR37n1bt/b4 MC5gc7CHA27gDdmRh44QqoqDYYIW5JEXbWYkvXe5lHvwZI5wYnRzl7kaa0p9zIIYe7Lj +Vug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i194si1778357oib.73.2020.02.13.14.05.20; Thu, 13 Feb 2020 14:05:32 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728275AbgBMWFF (ORCPT + 99 others); Thu, 13 Feb 2020 17:05:05 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:56758 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727902AbgBMWFD (ORCPT ); Thu, 13 Feb 2020 17:05:03 -0500 Received: from 79.184.254.199.ipv4.supernova.orange.pl (79.184.254.199) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.341) id cd99d6a76986736f; Thu, 13 Feb 2020 23:05:00 +0100 From: "Rafael J. Wysocki" To: Linux PM Cc: Len Brown , LKML , Zhang Rui , "Rafael J. Wysocki" , Chen Yu Subject: [PATCH 9/9] intel_idle: Update copyright notice, known limitations and version Date: Thu, 13 Feb 2020 23:04:30 +0100 Message-ID: <21103799.F4mdUiJjoy@kreacher> In-Reply-To: <2960689.qre192dJKD@kreacher> References: <2960689.qre192dJKD@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 From: "Rafael J. Wysocki" Update the copyright notice in intel_idle.c to cover the recent changes, drop the description of a "known limitation" that is not a limitation any more and bump up the driver version number. No functional impact. Signed-off-by: Rafael J. Wysocki --- drivers/idle/intel_idle.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index de1367d996c5..65b84d5dc457 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -2,8 +2,9 @@ /* * intel_idle.c - native hardware idle loop for modern Intel processors * - * Copyright (c) 2013, Intel Corporation. + * Copyright (c) 2013 - 2020, Intel Corporation. * Len Brown + * Rafael J. Wysocki */ /* @@ -25,11 +26,6 @@ /* * Known limitations * - * The driver currently initializes for_each_online_cpu() upon modprobe. - * It it unaware of subsequent processors hot-added to the system. - * This means that if you boot with maxcpus=n and later online - * processors above n, those processors will use C1 only. - * * ACPI has a .suspend hack to turn off deep c-statees during suspend * to avoid complications with the lapic timer workaround. * Have not seen issues with suspend, but may need same workaround here. @@ -55,7 +51,7 @@ #include #include -#define INTEL_IDLE_VERSION "0.4.1" +#define INTEL_IDLE_VERSION "0.5.1" static struct cpuidle_driver intel_idle_driver = { .name = "intel_idle", -- 2.16.4