From patchwork Tue Mar 2 11:22:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 1445975 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DqZXD4qcjz9sWH; Tue, 2 Mar 2021 22:24:12 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lH38L-0000gI-Ps; Tue, 02 Mar 2021 11:24:09 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lH38J-0000gB-KR for kernel-team@lists.ubuntu.com; Tue, 02 Mar 2021 11:24:07 +0000 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lH37E-0000rV-BT; Tue, 02 Mar 2021 11:23:00 +0000 From: Colin King To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/2][SRU][HIRSUTE][RISCV] UBUNTU: [Config] Update annotations for CPUFreq revert Date: Tue, 2 Mar 2021 11:22:58 +0000 Message-Id: <20210302112258.4909-3-colin.king@canonical.com> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210302112258.4909-1-colin.king@canonical.com> References: <20210302112258.4909-1-colin.king@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" From: Colin Ian King BugLink: https://bugs.launchpad.net/bugs/1917433 Disabling CPU frequency scaling requires diabling CONFIG_UCLAMP_TASK Signed-off-by: Colin Ian King --- debian.riscv-21.04/config/annotations | 3 ++- debian.riscv/config/annotations | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian.riscv-21.04/config/annotations b/debian.riscv-21.04/config/annotations index ba53fc4e0189..a9dc2288c7dc 100644 --- a/debian.riscv-21.04/config/annotations +++ b/debian.riscv-21.04/config/annotations @@ -7665,8 +7665,9 @@ CONFIG_RCU_EXPERT flag # Menu: General setup >> Scheduler features # -CONFIG_UCLAMP_TASK policy<{'riscv64': 'n'}> +CONFIG_UCLAMP_TASK policy<{'riscv64': '-'}> CONFIG_UCLAMP_TASK flag +CONFIG_UCLAMP_TASK mark # Menu: General setup >> Timers subsystem CONFIG_NO_HZ policy<{'riscv64': 'y'}> diff --git a/debian.riscv/config/annotations b/debian.riscv/config/annotations index 5c7d04559b34..4c36c312eaec 100644 --- a/debian.riscv/config/annotations +++ b/debian.riscv/config/annotations @@ -7665,8 +7665,9 @@ CONFIG_RCU_EXPERT flag # Menu: General setup >> Scheduler features # -CONFIG_UCLAMP_TASK policy<{'riscv64': 'n'}> +CONFIG_UCLAMP_TASK policy<{'riscv64': '-'}> CONFIG_UCLAMP_TASK flag +CONFIG_UCLAMP_TASK mark # Menu: General setup >> Timers subsystem CONFIG_NO_HZ policy<{'riscv64': 'y'}>