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:	Sun, 11 May 2008 02:41:07 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	Greg Ungerer <gerg@...pgear.com>
Cc:	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	gerg@...inux.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] m68knommu: missing sections for linker script

On Wed, May 07, 2008 at 10:52:39AM +1000, Greg Ungerer wrote:
> Inlucde the missing kcrctab and kcrctab_unused sections into the
> m68knommu linker script.
> 
> Signed-off-by: Greg Ungerer <gerg@...inux.org>
> ---
> 
> diff -Naurp linux-2.6.25-rc1/arch/m68knommu/kernel/vmlinux.lds.S linux-2.6.25-rc1-uc0/arch/m68knommu/kernel/vmlinux.lds.S
> --- linux-2.6.25-rc1/arch/m68knommu/kernel/vmlinux.lds.S	2008-05-06 14:52:00.000000000 +1000
> +++ linux-2.6.25-rc1-uc0/arch/m68knommu/kernel/vmlinux.lds.S	2008-05-06 16:56:47.000000000 +1000
> @@ -114,6 +114,16 @@ SECTIONS {
>  		*(__kcrctab_gpl)
>  		__stop___kcrctab_gpl = .;
>  
> +		/* Kernel symbol table: Normal unused symbols */
> +		__start___kcrctab_unused = .;
> +		*(__kcrctab_unused)
> +		__stop___kcrctab_unused = .;
> +
> +		/* Kernel symbol table: GPL-only unused symbols */
> +		__start___kcrctab_unused_gpl = .;
> +		*(__kcrctab_unused_gpl)
> +		__stop___kcrctab_unused_gpl = .;
> +
>  		/* Kernel symbol table: GPL-future symbols */
>  		__start___kcrctab_gpl_future = .;
>  		*(__kcrctab_gpl_future)

Hi Greg.

Any specific reasons why m68knommu does
not use include/asm-generic/vmlinux-lds.h?

There are defined there as well as many other common things.

	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