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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 00ADFC43331 for ; Wed, 13 Nov 2019 00:11:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D4D4A2196E for ; Wed, 13 Nov 2019 00:11:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727344AbfKMALj (ORCPT ); Tue, 12 Nov 2019 19:11:39 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:49707 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727316AbfKMALj (ORCPT ); Tue, 12 Nov 2019 19:11:39 -0500 Received: from 79.184.253.153.ipv4.supernova.orange.pl (79.184.253.153) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.292) id 0f4d58612dc49b34; Wed, 13 Nov 2019 01:11:37 +0100 From: "Rafael J. Wysocki" To: Linux PM Cc: LKML , Doug Smythies Subject: [PATCH 0/3] cpuidle: teo: Bug fix, formal correction and cleanup Date: Wed, 13 Nov 2019 00:57:10 +0100 Message-ID: <13588000.TfE7eV4KYW@kreacher> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi All, These are three updates of the teo cpuidle governor. Patch [1/3] fixes a bug in it (present from the outset and not addressed by recent updates). Patch [2/3] is a formal correction, mostly about avoiding unrealistic expectations (even if that doesn't make much of a practical difference), and patch [3/3] is a cleanup. The series is on top of the linux-next branch in the linux-pm.git tree from today. Thanks, Rafael