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: <Z3LojX_xQCn3a3Op@yury-ThinkPad>
Date: Mon, 30 Dec 2024 10:38:05 -0800
From: Yury Norov <yury.norov@...il.com>
To: linux@...blig.org
Cc: linux@...musvillemoes.dk, tglx@...utronix.de, peterz@...radead.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] cpu: Remove unused init_cpu_online

On Fri, Dec 20, 2024 at 04:57:39PM +0000, linux@...blig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@...blig.org>
> 
> The last use of init_cpu_online() was removed by the
> commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture")
> 
> Remove it.
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>

Dear Dr. Gilbert,

Applied in bitmap-for-next. 

With best regards,
Dr. Yury V Norov

> ---
>  include/linux/cpumask.h | 1 -
>  kernel/cpu.c            | 5 -----
>  2 files changed, 6 deletions(-)
> 
> diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h
> index 9278a50d514f..590d8438514c 100644
> --- a/include/linux/cpumask.h
> +++ b/include/linux/cpumask.h
> @@ -1043,7 +1043,6 @@ extern const DECLARE_BITMAP(cpu_all_bits, NR_CPUS);
>  /* Wrappers for arch boot code to manipulate normally-constant masks */
>  void init_cpu_present(const struct cpumask *src);
>  void init_cpu_possible(const struct cpumask *src);
> -void init_cpu_online(const struct cpumask *src);
>  
>  #define assign_cpu(cpu, mask, val)	\
>  	assign_bit(cpumask_check(cpu), cpumask_bits(mask), (val))
> diff --git a/kernel/cpu.c b/kernel/cpu.c
> index b605334f8ee6..2ac860df1ff0 100644
> --- a/kernel/cpu.c
> +++ b/kernel/cpu.c
> @@ -3128,11 +3128,6 @@ void init_cpu_possible(const struct cpumask *src)
>  	cpumask_copy(&__cpu_possible_mask, src);
>  }
>  
> -void init_cpu_online(const struct cpumask *src)
> -{
> -	cpumask_copy(&__cpu_online_mask, src);
> -}
> -
>  void set_cpu_online(unsigned int cpu, bool online)
>  {
>  	/*
> -- 
> 2.47.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ