From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756895AbdLPQrK (ORCPT ); Sat, 16 Dec 2017 11:47:10 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:36697 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756760AbdLPQrI (ORCPT ); Sat, 16 Dec 2017 11:47:08 -0500 X-Google-Smtp-Source: ACJfBos9aHGZKwueVZZL9oNrdh+Vny7UMQtMW5YiApVsLZri8XqMWiaUBBI3f1RWhDhmhKovUs8GeF37WuLydXPD6fs= MIME-Version: 1.0 In-Reply-To: References: <17ff0b5d83a1275a98f0d1b87daf275f3e964af3.1513158452.git.viresh.kumar@linaro.org> From: Viresh Kumar Date: Sat, 16 Dec 2017 22:17:07 +0530 Message-ID: Subject: Re: [PATCH 2/4] sched: cpufreq: Keep track of cpufreq utilization update flags To: "Rafael J. Wysocki" Cc: Rafael Wysocki , Ingo Molnar , Peter Zijlstra , Linux PM , Vincent Guittot , Dietmar Eggemann , Morten Rasmussen , Juri Lelli , Todd Kjos , Joel Fernandes , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16 December 2017 at 22:10, Rafael J. Wysocki wrote: > On Wed, Dec 13, 2017 at 10:53 AM, Viresh Kumar wrote: >> +#define SCHED_CPUFREQ_CLEAR (1U << 31) > > I'm not thrilled by this, because schedutil is not the only user of > the flags and it's totally unclear what the other user(s) should do > when this is set. intel-pstate is the only other user of the IOWAIT flag, right? In order not to change the current behavior, we can update that to return early for now ? -- viresh