lkml.org 
[lkml]   [2010]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH 1/2] Fix 1 untangling ima mess, part 2 with counters
On Tue, Jan 26, 2010 at 10:16:55AM -0500, Mimi Zohar wrote:
> --- security-testing-2.6.orig/init/main.c
> +++ security-testing-2.6/init/main.c
> @@ -663,9 +663,9 @@ asmlinkage void __init start_kernel(void
> proc_caches_init();
> buffer_init();
> key_init();
> + radix_tree_init();
> security_init();
> vfs_caches_init(totalram_pages);
> - radix_tree_init();
> signals_init();
> /* rootfs populating might need page-writeback */
> page_writeback_init();

FWIW, I'd take radix_tree_init() much earlier than that; it's a common
infrastructure and if we have it early it'll mean less headache.

AFAICS, it can go right after mm_init(). Objections, anyone?

Other than that, I'm OK with that one.


\
 
 \ /
  Last update: 2010-01-26 17:29    [W:0.055 / U:0.432 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site