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:	Mon, 29 Feb 2016 23:00:43 +1030
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	Eric Biggers <ebiggers3@...il.com>
Cc:	linux@...musvillemoes.dk, akpm@...ux-foundation.org,
	amirv@...lanox.com, davem@...emloft.net,
	linux-kernel@...r.kernel.org, Eric Biggers <ebiggers3@...il.com>
Subject: Re: [PATCH] cpumask: remove incorrect information from comment

Eric Biggers <ebiggers3@...il.com> writes:
> Since commit cdfdef75e795f ("cpumask: only allocate nr_cpumask_bits."),
> this comment above cpumask_size() is no longer relevant.
>
> Signed-off-by: Eric Biggers <ebiggers3@...il.com>

Acked-by: Rusty Russell <rusty@...tcorp.com.au>

> ---
>  include/linux/cpumask.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h
> index fc14275..40cee6b 100644
> --- a/include/linux/cpumask.h
> +++ b/include/linux/cpumask.h
> @@ -607,8 +607,6 @@ static inline int cpulist_parse(const char *buf, struct cpumask *dstp)
>  
>  /**
>   * cpumask_size - size to allocate for a 'struct cpumask' in bytes
> - *
> - * This will eventually be a runtime variable, depending on nr_cpu_ids.
>   */
>  static inline size_t cpumask_size(void)
>  {
> -- 
> 2.7.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ