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 CD8BDC4360C for ; Thu, 10 Oct 2019 21:34:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A6039208C3 for ; Thu, 10 Oct 2019 21:34:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727405AbfJJVeP (ORCPT ); Thu, 10 Oct 2019 17:34:15 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:65291 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725867AbfJJVeP (ORCPT ); Thu, 10 Oct 2019 17:34:15 -0400 Received: from 79.184.255.36.ipv4.supernova.orange.pl (79.184.255.36) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.292) id 41120e105ba2e198; Thu, 10 Oct 2019 23:34:13 +0200 From: "Rafael J. Wysocki" To: Linux PM Cc: LKML , Srinivas Pandruvada , Peter Zijlstra , Daniel Lezcano , Doug Smythies Subject: [PATCH 0/4] cpuidle: teo: Fix issues related to disabled idle states Date: Thu, 10 Oct 2019 23:30:40 +0200 Message-ID: <60416800.X4hXmAfbqi@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, There are a few issues related to the handling of disabled idle states in the TEO (Timer-Events-Oriented) cpuidle governor which are addressed by this series. The application of the entire series is exactly equivalent to the testing patch at https://lore.kernel.org/lkml/3490479.2dnHFFeJIp@kreacher/ , but IMO it is cleaner to split the changes into smaller patches which also allows them to be explained more accurately. Thanks, Rafael