From patchwork Tue Oct 2 21:41:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rafael J. Wysocki" X-Patchwork-Id: 10624099 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A5926112B for ; Tue, 2 Oct 2018 21:51:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9ACD420CCF for ; Tue, 2 Oct 2018 21:51:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8F18F2846D; Tue, 2 Oct 2018 21:51:19 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 56BC620CCF for ; Tue, 2 Oct 2018 21:51:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728669AbeJCEgn (ORCPT ); Wed, 3 Oct 2018 00:36:43 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:46706 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728351AbeJCEgm (ORCPT ); Wed, 3 Oct 2018 00:36:42 -0400 Received: from 79.184.253.194.ipv4.supernova.orange.pl (79.184.253.194) (HELO aspire.rjw.lan) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.148) id 11e41d46905b89b6; Tue, 2 Oct 2018 23:51:14 +0200 From: "Rafael J. Wysocki" To: Linux PM Cc: Peter Zijlstra , LKML , Daniel Lezcano Subject: [PATCH 0/6] cpuidle: menu: Fixes, optimizations and cleanups Date: Tue, 02 Oct 2018 23:41:00 +0200 Message-ID: <3510260.hvypppS8Bs@aspire.rjw.lan> MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi All, This series fixes a couple of issues with the menu governor, optimizes it somewhat and makes a couple of cleanups in it. Please refer to the patch changelogs for details. All of the changes in the series are straightforward in my view. The first two patches are fixes, the rest is optimizations and cleanups. Thanks, Rafael Acked-by: Peter Zijlstra (Intel)