Re: [PATCH] Early init for security modules

Greg Ungerer (gerg@snapgear.com)
Wed, 14 May 2003 10:10:27 +1000


Hi Chris,

Chris Wright wrote:
> This is just the arch specific linker bits for the early initialization
> for security modules patch. Does this look sane for this arch?

Yep, looks good to me.

Regards
Greg

> --- 1.7/arch/m68knommu/vmlinux.lds.S Wed Apr 2 00:42:56 2003
> +++ edited/arch/m68knommu/vmlinux.lds.S Mon May 12 16:16:58 2003
> @@ -305,6 +305,9 @@
> __con_initcall_start = .;
> *(.con_initcall.init)
> __con_initcall_end = .;
> + __security_initcall_start = .;
> + *(.security_initcall.init)
> + __security_initcall_end = .;
> . = ALIGN(4);
> __initramfs_start = .;
> *(.init.ramfs)
>

-- 
------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude          EMAIL:  gerg@snapgear.com
SnapGear Pty Ltd                               PHONE:    +61 7 3435 2888
825 Stanley St,                                  FAX:    +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia              WEB:   www.SnapGear.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/