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: gergat_private SnapGear Pty Ltd PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: www.SnapGear.com _______________________________________________ linux-security-module mailing list linux-security-moduleat_private http://mail.wirex.com/mailman/listinfo/linux-security-module
This archive was generated by hypermail 2b30 : Tue May 13 2003 - 17:12:32 PDT