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:	Wed, 20 Feb 2008 23:05:12 +0100
From:	Sam Ravnborg <sam@...nborg.org>
To:	gorcunov@...il.com
Cc:	takata@...ux-m32r.org, dhowells@...hat.com, schwidefsky@...ibm.com,
	linux-kernel@...r.kernel.org
Subject: Re: [patch 1/3] m32r: cleanup - drop .data.idt section in vmlinux.lds script

On Wed, Feb 20, 2008 at 10:41:24PM +0300, gorcunov@...il.com wrote:
> The section .data.idt is not used at all - so drop it.
Only used by 32 bit x86 to be precise.

> 
> Signed-off-by: Cyrill Gorcunov <gorcunov@...il.com>
Acked-by: Sam Ravnborg <sam@...nborg.org>
> ---
> 
>  vmlinux.lds.S |    3 ---
>  1 file changed, 3 deletions(-)
> 
> Index: linux-2.6.git/arch/m32r/kernel/vmlinux.lds.S
> ===================================================================
> --- linux-2.6.git.orig/arch/m32r/kernel/vmlinux.lds.S	2008-02-10 10:46:37.000000000 +0300
> +++ linux-2.6.git/arch/m32r/kernel/vmlinux.lds.S	2008-02-20 22:23:46.000000000 +0300
> @@ -60,9 +60,6 @@ SECTIONS
>    . = ALIGN(4096);
>    __nosave_end = .;
>  
> -  . = ALIGN(4096);
> -  .data.page_aligned : { *(.data.idt) }
> -
>    . = ALIGN(32);
>    .data.cacheline_aligned : { *(.data.cacheline_aligned) }
>  
> 
> -- 
--
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