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: <2fd3e785-f8bb-b3fc-6340-ed029e32057b@huawei.com>
Date:   Sat, 17 Jun 2023 09:50:56 +0800
From:   Miaohe Lin <linmiaohe@...wei.com>
To:     <mingo@...hat.com>, <peterz@...radead.org>,
        <juri.lelli@...hat.com>, <vincent.guittot@...aro.org>
CC:     <dietmar.eggemann@....com>, <rostedt@...dmis.org>,
        <bsegall@...gle.com>, <mgorman@...e.de>, <bristot@...hat.com>,
        <vschneid@...hat.com>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] sched: remove unneeded header files

On 2023/5/28 4:57, Miaohe Lin wrote:
> Remove some unneeded header files. No functional change intended.

friendly ping... :)

> 
> Signed-off-by: Miaohe Lin <linmiaohe@...wei.com>
> ---
>  kernel/sched/sched.h | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
> index 6408385c7e3f..d3db1a67ad6a 100644
> --- a/kernel/sched/sched.h
> +++ b/kernel/sched/sched.h
> @@ -26,7 +26,6 @@
>  #include <linux/bug.h>
>  #include <linux/capability.h>
>  #include <linux/cgroup_api.h>
> -#include <linux/cgroup.h>
>  #include <linux/context_tracking.h>
>  #include <linux/cpufreq.h>
>  #include <linux/cpumask_api.h>
> @@ -34,8 +33,6 @@
>  #include <linux/file.h>
>  #include <linux/fs_api.h>
>  #include <linux/hrtimer_api.h>
> -#include <linux/interrupt.h>
> -#include <linux/irq_work.h>
>  #include <linux/jiffies.h>
>  #include <linux/kref_api.h>
>  #include <linux/kthread.h>
> @@ -44,19 +41,15 @@
>  #include <linux/lockdep.h>
>  #include <linux/minmax.h>
>  #include <linux/mm.h>
> -#include <linux/module.h>
>  #include <linux/mutex_api.h>
>  #include <linux/plist.h>
>  #include <linux/poll.h>
>  #include <linux/proc_fs.h>
>  #include <linux/profile.h>
> -#include <linux/psi.h>
>  #include <linux/rcupdate.h>
>  #include <linux/seq_file.h>
> -#include <linux/seqlock.h>
>  #include <linux/softirq.h>
>  #include <linux/spinlock_api.h>
> -#include <linux/static_key.h>
>  #include <linux/stop_machine.h>
>  #include <linux/syscalls_api.h>
>  #include <linux/syscalls.h>
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ