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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Feb 2008 12:26:13 +0100
From:	Martin Schwidefsky <schwidefsky@...ibm.com>
To:	gorcunov@...il.com
Cc:	takata@...ux-m32r.org, dhowells@...hat.com, sam@...nborg.org,
	linux-kernel@...r.kernel.org
Subject: Re: [patch 3/3] s390: cleanup - drop .data.idt section in
	vmlinux.lds script

On Wed, 2008-02-20 at 22:41 +0300, gorcunov@...il.com wrote:
> The section .data.idt is not used at all - so drop it.
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov@...il.com>

Acked-by: Martin Schwidefsky <schwidefsky@...ibm.com>

> ---
> 
>  vmlinux.lds.S |    5 -----
>  1 file changed, 5 deletions(-)
> 
> Index: linux-2.6.git/arch/s390/kernel/vmlinux.lds.S
> ===================================================================
> --- linux-2.6.git.orig/arch/s390/kernel/vmlinux.lds.S	2008-02-06 23:15:14.000000000 +0300
> +++ linux-2.6.git/arch/s390/kernel/vmlinux.lds.S	2008-02-20 22:30:30.000000000 +0300
> @@ -71,11 +71,6 @@ SECTIONS
>  	. = ALIGN(PAGE_SIZE);
>  	__nosave_end = .;
> 
> -	. = ALIGN(PAGE_SIZE);
> -	.data.page_aligned : {
> -		*(.data.idt)
> -	}
> -
>  	. = ALIGN(0x100);
>  	.data.cacheline_aligned : {
>  		*(.data.cacheline_aligned)
> 
-- 
blue skies,
  Martin.

"Reality continues to ruin my life." - Calvin.


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