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, 7 Jun 2021 17:47:15 +0200
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Viresh Kumar <viresh.kumar@...aro.org>,
        Hailong Liu <liuhailongg6@....com>
Cc:     "Rafael J . Wysocki" <rjw@...ysocki.net>,
        Linux PM <linux-pm@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Hailong Liu <liu.hailong6@....com.cn>
Subject: Re: [PATCH] cpufreq: sh: Remove unused linux/sched.h headers

On Mon, Jun 7, 2021 at 5:27 AM Viresh Kumar <viresh.kumar@...aro.org> wrote:
>
> 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>

Applied as 5.14 material, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ