From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752017AbdKWAbb (ORCPT ); Wed, 22 Nov 2017 19:31:31 -0500 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:45040 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751689AbdKWAbS (ORCPT ); Wed, 22 Nov 2017 19:31:18 -0500 From: "Rafael J. Wysocki" To: Linux PM Cc: LKML , Viresh Kumar , Srinivas Pandruvada Subject: [PATCH 0/4] cpufreq: Cleanups and governor module removal race fix Date: Thu, 23 Nov 2017 01:21:17 +0100 Message-ID: <1655574.Es7zYAeW1r@aspire.rjw.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series contains cleanup patches related to governor management, mostly for cpufreq_parse_governor(), and a fix for a governor module removal race. Thanks, Rafael