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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 7 Jun 2021 08:57:26 +0530
From:   Viresh Kumar <viresh.kumar@...aro.org>
To:     Hailong Liu <liuhailongg6@....com>
Cc:     "Rafael J . Wysocki" <rjw@...ysocki.net>, linux-pm@...r.kernel.org,
        linux-kernel@...r.kernel.org, Hailong Liu <liu.hailong6@....com.cn>
Subject: Re: [PATCH] cpufreq: sh: Remove unused linux/sched.h headers

On 06-06-21, 19:58, Hailong Liu wrote:
> From: Hailong Liu <liu.hailong6@....com.cn>
> 
> Since commit '205dcc1ecbc5(cpufreq/sh: Replace racy task affinity logic)'
> the header <linux/sched.h> is useless in sh-cpufreq.c, so remove it.
> 
> Signed-off-by: Hailong Liu <liu.hailong6@....com.cn>
> ---
>  drivers/cpufreq/sh-cpufreq.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/sh-cpufreq.c b/drivers/cpufreq/sh-cpufreq.c
> index 0ac265d47ef0..1a251e635ebd 100644
> --- a/drivers/cpufreq/sh-cpufreq.c
> +++ b/drivers/cpufreq/sh-cpufreq.c
> @@ -23,7 +23,6 @@
>  #include <linux/cpumask.h>
>  #include <linux/cpu.h>
>  #include <linux/smp.h>
> -#include <linux/sched.h>	/* set_cpus_allowed() */
>  #include <linux/clk.h>
>  #include <linux/percpu.h>
>  #include <linux/sh_clk.h>

Acked-by: Viresh Kumar <viresh.kumar@...aro.org>

-- 
viresh

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ