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]
Date:   Tue, 27 Oct 2020 19:15:06 +0100
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Jackie Zamow <jackie.zamow@...il.com>
Cc:     "Rafael J. Wysocki" <rjw@...ysocki.net>,
        Len Brown <len.brown@...el.com>, Pavel Machek <pavel@....cz>,
        Linux PM <linux-pm@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] power: fix typo in kernel/power/process.c

On Tue, Oct 27, 2020 at 1:43 PM Jackie Zamow <jackie.zamow@...il.com> wrote:
>
> This patch fixes a typo found in the function freeze_processes()
>
> Signed-off-by: Jackie Zamow <jackie.zamow@...il.com>
>
> ---
>  kernel/power/process.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/power/process.c b/kernel/power/process.c
> index 4b6a54da7e65..45b054b7b5ec 100644
> --- a/kernel/power/process.c
> +++ b/kernel/power/process.c
> @@ -146,7 +146,7 @@ int freeze_processes(void)
>         BUG_ON(in_atomic());
>
>         /*
> -        * Now that the whole userspace is frozen we need to disbale
> +        * Now that the whole userspace is frozen we need to disable
>          * the OOM killer to disallow any further interference with
>          * killable tasks. There is no guarantee oom victims will
>          * ever reach a point they go away we have to wait with a timeout.
> --

Applied as 5.10-rc material with some subject and changelog edits, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ