]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Documentation/kernel-parameters: Remove "Deprecated" from isolcpus=
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 27 Apr 2026 15:07:39 +0000 (17:07 +0200)
committerJonathan Corbet <corbet@lwn.net>
Sun, 3 May 2026 15:09:15 +0000 (09:09 -0600)
commit75ff0feaa2755ba8f064f2085a8afbf6139a5195
tree0d5a8cf7e042a0334aa5ffd08a026b67f87f62d5
parent27e6bf7df26e1b5a54888c9f86fe7255861c530b
Documentation/kernel-parameters: Remove "Deprecated" from isolcpus=

The isolcpus= option has been marked as deprecated in 2017. Back then it
was desired for the domain sub option to be configured dynamically at
runtime instead using this boot command line which provides a static
configuration. In the meantime this option was extended by other sub
options which don't have runtime counterpart or it does not make sense
to provide one.

The deprecated part always referred to the default `domain' sub option
but it was not obvious. Also the reasoning behind the deprecation is
sort of dubious: There is nothing wrong with a static configuration if
there is no desired to reconfigure. This is useful on systems which
have one purpose and the CPU partition configuration is not changed for
the entire lifetime.

Remove the "Deprecated" note. Remove the part of the description which
suggest to use cpuset.sched_load_balance and instead point to the
documentation file which explains how to use cpusets to configure this
at runtime.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Waiman Long <longman@redhat.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260427150739.bwVmmkj2@linutronix.de>
Documentation/admin-guide/kernel-parameters.txt