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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 72DDEC433F5 for ; Wed, 10 Nov 2021 12:19:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 59BD6610A2 for ; Wed, 10 Nov 2021 12:19:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231500AbhKJMWL (ORCPT ); Wed, 10 Nov 2021 07:22:11 -0500 Received: from foss.arm.com ([217.140.110.172]:45718 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231316AbhKJMWJ (ORCPT ); Wed, 10 Nov 2021 07:22:09 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 33E2F101E; Wed, 10 Nov 2021 04:19:22 -0800 (PST) Received: from e113632-lin (e113632-lin.cambridge.arm.com [10.1.196.57]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 67AC23F718; Wed, 10 Nov 2021 04:19:21 -0800 (PST) From: Valentin Schneider To: Marco Elver , Frederic Weisbecker Cc: Peter Zijlstra , LKML , Ingo Molnar Subject: Re: [PATCH v3] sched: Provide Kconfig support for default dynamic preempt mode In-Reply-To: References: <20210914103134.11309-1-frederic@kernel.org> Date: Wed, 10 Nov 2021 12:19:18 +0000 Message-ID: <87ee7orynt.mognet@arm.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/11/21 12:41, Marco Elver wrote: > Is there some way to avoid introducing *_BEHAVIOUR and keep the old > user-settable config options? > > That would make the transition more seamless and avoid this predictable > issue when 5.16 is released. > We're looking at it, but Kconfig be hard :-) http://lore.kernel.org/r/20211105104035.3112162-1-valentin.schneider@arm.com http://lore.kernel.org/r/20211109151057.3489223-1-valentin.schneider@arm.com > Thanks, > -- Marco