Re: [GIT PULL] RCU changes for v7.1

From: Linus Torvalds

Date: Mon Apr 13 2026 - 15:39:29 EST


On Mon, 13 Apr 2026 at 11:03, Paul E. McKenney <paulmck@xxxxxxxxxx> wrote:
>
> Apologies! Would making this instead be a kernel boot parameter be
> acceptable?

We already have a sysctl for it, and you should *already* be able to
use a boot parameter for it with just

sysctl.kernel.panic_on_rcu_stall=true

Not that I've tried it, so maybe there's some bug somewhere (or
something I've overlooked), but I really think the whole kernel config
option was entirely redundant to begin with.

Linus