public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Frederic Weisbecker <frederic@kernel.org>
To: Peter Zijlstra <peterz@infradead.org>
Cc: LKML <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@kernel.org>
Subject: Re: [PATCH v2] sched: Provide Kconfig support for default dynamic preempt mode
Date: Tue, 14 Sep 2021 11:58:10 +0200	[thread overview]
Message-ID: <20210914095810.GA9846@lothringen> (raw)
In-Reply-To: <20210913111623.230436-1-frederic@kernel.org>

On Mon, Sep 13, 2021 at 01:16:23PM +0200, Frederic Weisbecker wrote:
>  config PREEMPT_DYNAMIC
> -	bool
> +	bool "Preemption behaviour defined on boot"
> +	default y if HAVE_PREEMPT_DYNAMIC
> +	select PREEMPT

As reported by kernel test robot, the above default should be turned
into:

	depends of HAVE_PREEMPT_DYNAMIC
	default y

I'm issuing a v3.

      parent reply	other threads:[~2021-09-14  9:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-13 11:16 [PATCH v2] sched: Provide Kconfig support for default dynamic preempt mode Frederic Weisbecker
2021-09-13 21:06 ` kernel test robot
2021-09-14  9:58 ` Frederic Weisbecker [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210914095810.GA9846@lothringen \
    --to=frederic@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=peterz@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox