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: <e24ca67e-26d7-0293-53ad-98f0d4021ed6@infradead.org>
Date:   Wed, 17 Mar 2021 10:53:27 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, tytso@....edu,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] char: Fix a typo in the file random.c

On 3/17/21 2:48 AM, Bhaskar Chowdhury wrote:
> 
> s/progams/programs/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

> ---
>  drivers/char/random.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/char/random.c b/drivers/char/random.c
> index 0fe9e200e4c8..afb0195e06f3 100644
> --- a/drivers/char/random.c
> +++ b/drivers/char/random.c
> @@ -763,7 +763,7 @@ static DECLARE_WAIT_QUEUE_HEAD(crng_init_wait);
> 
>  #ifdef CONFIG_NUMA
>  /*
> - * Hack to deal with crazy userspace progams when they are all trying
> + * Hack to deal with crazy userspace programs when they are all trying
>   * to access /dev/urandom in parallel.  The programs are almost
>   * certainly doing something terribly wrong, but we'll work around
>   * their brain damage.
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ