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:	Wed, 07 Nov 2007 10:03:07 +0100
From:	Jiri Olsa <olsajiri@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kernel: Removing duplicit #includes

sorry, the patch is mangled, I will resend another 

Jiri Olsa wrote:
> Removing duplicit #includes for kernel/
> Signed-off-by: Jiri Olsa <olsajiri@...il.com>
> ---
> kernel/printk.c  |    1 -
> kernel/profile.c |    2 --
> kernel/sysctl.c  |    1 -
> 3 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/kernel/printk.c b/kernel/printk.c
> index a30fe33..3f06748 100644
> --- a/kernel/printk.c
> +++ b/kernel/printk.c
> @@ -32,7 +32,6 @@
> #include <linux/security.h>
> #include <linux/bootmem.h>
> #include <linux/syscalls.h>
> -#include <linux/jiffies.h>
> 
> #include <asm/uaccess.h>
> 
> diff --git a/kernel/profile.c b/kernel/profile.c
> index 5e95330..92b71ea 100644
> --- a/kernel/profile.c
> +++ b/kernel/profile.c
> @@ -20,7 +20,6 @@
> #include <linux/mm.h>
> #include <linux/cpumask.h>
> #include <linux/cpu.h>
> -#include <linux/profile.h>
> #include <linux/highmem.h>
> #include <linux/mutex.h>
> #include <asm/sections.h>
> @@ -425,7 +424,6 @@ void profile_tick(int type)
> #ifdef CONFIG_PROC_FS
> #include <linux/proc_fs.h>
> #include <asm/uaccess.h>
> -#include <asm/ptrace.h>
> 
> static int prof_cpu_mask_read_proc (char *page, char **start, off_t off,
>                        int count, int *eof, void *data)
> diff --git a/kernel/sysctl.c b/kernel/sysctl.c
> index 3b4efbe..5aec15e 100644
> --- a/kernel/sysctl.c
> +++ b/kernel/sysctl.c
> @@ -37,7 +37,6 @@
> #include <linux/highuid.h>
> #include <linux/writeback.h>
> #include <linux/hugetlb.h>
> -#include <linux/security.h>
> #include <linux/initrd.h>
> #include <linux/times.h>
> #include <linux/limits.h>
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists