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: <87sf94dqkh.fsf@meer.lwn.net>
Date:   Mon, 31 Jul 2023 09:54:38 -0600
From:   Jonathan Corbet <corbet@....net>
To:     Ramazan Safiullin <ram.safiullin2001@...il.com>,
        Lukas Bulwahn <lukas.bulwahn@...il.com>,
        Johannes Weiner <hannes@...xchg.org>,
        Suren Baghdasaryan <surenb@...gle.com>,
        linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc:     Ramazan Safiullin <ram.safiullin2001@...il.com>,
        Sabina Trendota <sabinatrendota@...il.com>
Subject: Re: [PATCH] docs: psi: use correct config name

Ramazan Safiullin <ram.safiullin2001@...il.com> writes:

> Commit 2ce7135adc9a ("psi: cgroup support") adds documentation which refers
> to CONFIG_CGROUP, but the correct name is CONFIG_CGROUPS.
>
> Correct the reference to CONFIG_CGROUPS.
>
> Co-developed-by: Sabina Trendota <sabinatrendota@...il.com>
> Signed-off-by: Sabina Trendota <sabinatrendota@...il.com>
> Signed-off-by: Ramazan Safiullin <ram.safiullin2001@...il.com>
> ---
>  Documentation/accounting/psi.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/accounting/psi.rst b/Documentation/accounting/psi.rst
> index df6062eb3abb..d455db3e5808 100644
> --- a/Documentation/accounting/psi.rst
> +++ b/Documentation/accounting/psi.rst
> @@ -178,7 +178,7 @@ Userspace monitor usage example
>  Cgroup2 interface
>  =================
>  
> -In a system with a CONFIG_CGROUP=y kernel and the cgroup2 filesystem
> +In a system with a CONFIG_CGROUPS=y kernel and the cgroup2 filesystem
>  mounted, pressure stall information is also tracked for tasks grouped
>  into cgroups. Each subdirectory in the cgroupfs mountpoint contains
>  cpu.pressure, memory.pressure, and io.pressure files; the format is

Applied, thanks.

jon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ