* [PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt
@ 2024-06-17 6:08 Thomas Huth
2024-06-17 12:51 ` Michael Ellerman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2024-06-17 6:08 UTC (permalink / raw)
To: linux-doc, Nathan Lynch, Michael Ellerman
Cc: Jonathan Corbet, linux-kernel, Christophe Leroy, Nicholas Piggin,
Naveen N . Rao, linuxppc-dev
The "topology_updates" switch has been removed four years ago in commit
c30f931e891e ("powerpc/numa: remove ability to enable topology updates"),
so let's remove this from the documentation, too.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
Documentation/admin-guide/kernel-parameters.txt | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index f58001338860..b75852f1a789 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -6600,12 +6600,6 @@
e.g. base its process migration decisions on it.
Default is on.
- topology_updates= [KNL, PPC, NUMA]
- Format: {off}
- Specify if the kernel should ignore (off)
- topology updates sent by the hypervisor to this
- LPAR.
-
torture.disable_onoff_at_boot= [KNL]
Prevent the CPU-hotplug component of torturing
until after init has spawned.
--
2.45.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt
2024-06-17 6:08 [PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt Thomas Huth
@ 2024-06-17 12:51 ` Michael Ellerman
2024-06-17 13:16 ` Nathan Lynch
2024-06-17 22:44 ` Jonathan Corbet
2 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2024-06-17 12:51 UTC (permalink / raw)
To: Thomas Huth, linux-doc, Nathan Lynch
Cc: Jonathan Corbet, linux-kernel, Christophe Leroy, Nicholas Piggin,
Naveen N . Rao, linuxppc-dev
Thomas Huth <thuth@redhat.com> writes:
> The "topology_updates" switch has been removed four years ago in commit
> c30f931e891e ("powerpc/numa: remove ability to enable topology updates"),
> so let's remove this from the documentation, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> Documentation/admin-guide/kernel-parameters.txt | 6 ------
> 1 file changed, 6 deletions(-)
Oops, thanks for cleaning it up.
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
cheers
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index f58001338860..b75852f1a789 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -6600,12 +6600,6 @@
> e.g. base its process migration decisions on it.
> Default is on.
>
> - topology_updates= [KNL, PPC, NUMA]
> - Format: {off}
> - Specify if the kernel should ignore (off)
> - topology updates sent by the hypervisor to this
> - LPAR.
> -
> torture.disable_onoff_at_boot= [KNL]
> Prevent the CPU-hotplug component of torturing
> until after init has spawned.
> --
> 2.45.2
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt
2024-06-17 6:08 [PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt Thomas Huth
2024-06-17 12:51 ` Michael Ellerman
@ 2024-06-17 13:16 ` Nathan Lynch
2024-06-17 22:44 ` Jonathan Corbet
2 siblings, 0 replies; 4+ messages in thread
From: Nathan Lynch @ 2024-06-17 13:16 UTC (permalink / raw)
To: Thomas Huth, linux-doc, Michael Ellerman
Cc: Jonathan Corbet, linux-kernel, Christophe Leroy, Nicholas Piggin,
Naveen N . Rao, linuxppc-dev
Thomas Huth <thuth@redhat.com> writes:
> The "topology_updates" switch has been removed four years ago in commit
> c30f931e891e ("powerpc/numa: remove ability to enable topology updates"),
> so let's remove this from the documentation, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Nathan Lynch <nathanl@linux.ibm.com>
Thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt
2024-06-17 6:08 [PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt Thomas Huth
2024-06-17 12:51 ` Michael Ellerman
2024-06-17 13:16 ` Nathan Lynch
@ 2024-06-17 22:44 ` Jonathan Corbet
2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2024-06-17 22:44 UTC (permalink / raw)
To: Thomas Huth, linux-doc, Nathan Lynch, Michael Ellerman
Cc: Naveen N . Rao, Christophe Leroy, linuxppc-dev, linux-kernel,
Nicholas Piggin
Thomas Huth <thuth@redhat.com> writes:
> The "topology_updates" switch has been removed four years ago in commit
> c30f931e891e ("powerpc/numa: remove ability to enable topology updates"),
> so let's remove this from the documentation, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> Documentation/admin-guide/kernel-parameters.txt | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index f58001338860..b75852f1a789 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -6600,12 +6600,6 @@
> e.g. base its process migration decisions on it.
> Default is on.
>
> - topology_updates= [KNL, PPC, NUMA]
> - Format: {off}
> - Specify if the kernel should ignore (off)
> - topology updates sent by the hypervisor to this
> - LPAR.
> -
> torture.disable_onoff_at_boot= [KNL]
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-17 22:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 6:08 [PATCH] Documentation: Remove the unused "topology_updates" from kernel-parameters.txt Thomas Huth
2024-06-17 12:51 ` Michael Ellerman
2024-06-17 13:16 ` Nathan Lynch
2024-06-17 22:44 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).