lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aPT4GBc8FW8P6kxW@kernel.org>
Date: Sun, 19 Oct 2025 17:39:20 +0300
From: Mike Rapoport <rppt@...nel.org>
To: "longwei (I)" <longwei27@...wei.com>
Cc: Alexander Graf <graf@...zon.com>, Changyuan Lyu <changyuanl@...gle.com>,
	linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
	"hewenliang (C)" <hewenliang4@...wei.com>
Subject: Re: [PATCH] kho: debugfs: Fix finalize interface documentation

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@...wei.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@...wei.com>

Reviewed-by: Mike Rapoport (Microsoft) <rppt@...nel.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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ