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:	Fri, 30 Jan 2009 14:40:25 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Américo Wang <xiyou.wangcong@...il.com>
Cc:	LKML <linux-kernel@...r.kernel.org>, Andrew Morton <akpm@...l.org>,
	the arch/x86 maintainers <x86@...nel.org>
Subject: Re: [trival patch] x86: remove unless include and comments


* Américo Wang <xiyou.wangcong@...il.com> wrote:

> 
> Signed-off-by: WANG Cong <wangcong@...ux.org>
> 
> ---
> diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c
> index a546f55..e306105 100644
> --- a/arch/x86/kernel/process_32.c
> +++ b/arch/x86/kernel/process_32.c
> @@ -9,8 +9,6 @@
>   * This file handles the architecture-dependent parts of process handling..
>   */
>  
> -#include <stdarg.h>
> -

i've applied this bit to tip/x86/cleanups, thanks!

> @@ -631,9 +629,6 @@ asmlinkage int sys_vfork(struct pt_regs regs)
>  	return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, regs.sp, &regs, 0, NULL, NULL);
>  }
>  
> -/*
> - * sys_execve() executes a new program.
> - */
>  asmlinkage int sys_execve(struct pt_regs regs)
>  {
>  	int error;

That's not really useless so i left it out.

	Ingo
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ