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:	Sun, 13 May 2007 23:52:49 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	linux-arch@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] consolidate .text section definition in asm-generic

> +++ b/arch/alpha/kernel/vmlinux.lds.S
> @@ -15,7 +15,7 @@ SECTIONS
>  
>    _text = .;					/* Text and read-only data */
>    .text : { 
> -	*(.text) 
> +	TEXT_TEXT
>  	SCHED_TEXT
>  	LOCK_TEXT
>  	*(.fixup)

It was in private mail suggested to improve naming a bit.
Originally I thought of CODE_TEXT but ended up with TEXT_TEXT.

Any better ideas?

As time permits I will try to do a bit more consolidation
of the lds files. But nothing earthshaking.

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