* [PATCH] kho: debugfs: Fix finalize interface documentation
@ 2025-10-17 10:21 longwei (I)
2025-10-19 14:39 ` Mike Rapoport
2025-10-22 11:21 ` Pratyush Yadav
0 siblings, 2 replies; 3+ messages in thread
From: longwei (I) @ 2025-10-17 10:21 UTC (permalink / raw)
To: Alexander Graf, Mike Rapoport, Changyuan Lyu, linux-doc,
linux-kernel
Cc: hewenliang (C)
From 91c2b24855d55fef0e8919b2d39216d5c9aad558 Mon Sep 17 00:00:00 2001
From: Long Wei <longwei27@huawei.com>
Date: Wed, 15 Oct 2025 19:58:39 +0800
Subject: [PATCH]kho: debugfs: Fix finalize interface documentation
Correct the error in the KHO documentation:
when removing the KHO finalization phase, it is necessary
to execute echo 0 > /sys/kernel/debug/kho/out/finalize
instead of echo 0 > /sys/kernel/debug/kho/out/active.
Fix it.
Signed-off-by: Long Wei <longwei27@huawei.com>
---
Documentation/admin-guide/mm/kho.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/mm/kho.rst b/Documentation/admin-guide/mm/kho.rst
index 6dc18ed4b..2eda33865 100644
--- a/Documentation/admin-guide/mm/kho.rst
+++ b/Documentation/admin-guide/mm/kho.rst
@@ -57,7 +57,7 @@ Abort a KHO exec
You can move the system out of KHO finalization phase again by calling ::
- $ echo 0 > /sys/kernel/debug/kho/out/active
+ $ echo 0 > /sys/kernel/debug/kho/out/finalize
After this command, the KHO FDT is no longer available in
``/sys/kernel/debug/kho/out/fdt``.
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] kho: debugfs: Fix finalize interface documentation
2025-10-17 10:21 [PATCH] kho: debugfs: Fix finalize interface documentation longwei (I)
@ 2025-10-19 14:39 ` Mike Rapoport
2025-10-22 11:21 ` Pratyush Yadav
1 sibling, 0 replies; 3+ messages in thread
From: Mike Rapoport @ 2025-10-19 14:39 UTC (permalink / raw)
To: longwei (I)
Cc: Alexander Graf, Changyuan Lyu, linux-doc, linux-kernel,
hewenliang (C)
On Fri, Oct 17, 2025 at 06:21:49PM +0800, longwei (I) wrote:
> From 91c2b24855d55fef0e8919b2d39216d5c9aad558 Mon Sep 17 00:00:00 2001
> From: Long Wei <longwei27@huawei.com>
> Date: Wed, 15 Oct 2025 19:58:39 +0800
> Subject: [PATCH]kho: debugfs: Fix finalize interface documentation
>
> Correct the error in the KHO documentation:
> when removing the KHO finalization phase, it is necessary
> to execute echo 0 > /sys/kernel/debug/kho/out/finalize
> instead of echo 0 > /sys/kernel/debug/kho/out/active.
> Fix it.
>
> Signed-off-by: Long Wei <longwei27@huawei.com>
Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
> ---
> Documentation/admin-guide/mm/kho.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/mm/kho.rst b/Documentation/admin-guide/mm/kho.rst
> index 6dc18ed4b..2eda33865 100644
> --- a/Documentation/admin-guide/mm/kho.rst
> +++ b/Documentation/admin-guide/mm/kho.rst
> @@ -57,7 +57,7 @@ Abort a KHO exec
>
> You can move the system out of KHO finalization phase again by calling ::
>
> - $ echo 0 > /sys/kernel/debug/kho/out/active
> + $ echo 0 > /sys/kernel/debug/kho/out/finalize
>
> After this command, the KHO FDT is no longer available in
> ``/sys/kernel/debug/kho/out/fdt``.
> --
> 2.43.0
>
>
>
--
Sincerely yours,
Mike.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] kho: debugfs: Fix finalize interface documentation
2025-10-17 10:21 [PATCH] kho: debugfs: Fix finalize interface documentation longwei (I)
2025-10-19 14:39 ` Mike Rapoport
@ 2025-10-22 11:21 ` Pratyush Yadav
1 sibling, 0 replies; 3+ messages in thread
From: Pratyush Yadav @ 2025-10-22 11:21 UTC (permalink / raw)
To: longwei (I)
Cc: Alexander Graf, Mike Rapoport, Changyuan Lyu, linux-doc,
linux-kernel, hewenliang (C)
On Fri, Oct 17 2025, longwei (I) wrote:
> From 91c2b24855d55fef0e8919b2d39216d5c9aad558 Mon Sep 17 00:00:00 2001
> From: Long Wei <longwei27@huawei.com>
> Date: Wed, 15 Oct 2025 19:58:39 +0800
> Subject: [PATCH]kho: debugfs: Fix finalize interface documentation
>
> Correct the error in the KHO documentation:
> when removing the KHO finalization phase, it is necessary
> to execute echo 0 > /sys/kernel/debug/kho/out/finalize
> instead of echo 0 > /sys/kernel/debug/kho/out/active.
> Fix it.
>
> Signed-off-by: Long Wei <longwei27@huawei.com>
Reviewed-by: Pratyush Yadav <pratyush@kernel.org>
[...]
--
Regards,
Pratyush Yadav
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-22 11:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 10:21 [PATCH] kho: debugfs: Fix finalize interface documentation longwei (I)
2025-10-19 14:39 ` Mike Rapoport
2025-10-22 11:21 ` Pratyush Yadav
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).