Re: 2.6.10-rc1-mm2: `key_init' multiple definition

From: Chris Wright
Date: Fri Oct 29 2004 - 12:43:46 EST


* Adrian Bunk (bunk@xxxxxxxxx) wrote:
> On Fri, Oct 29, 2004 at 01:49:30AM -0700, Andrew Morton wrote:
> >...
> > Changes since 2.6.10-rc1-mm1:
> >...
> > +key_init-ordering-fix.patch

I don't think this is needed. The fix in Linus's tree should be
sufficient, which was simply:

-subsys_initcall(key_init);
+security_initcall(key_init);

> > Fix early oops with the key management code
> >...
> > All 381 patches:
> >...
> > reiser4-only.patch
> > reiser4: main fs

This should really be reiser_key_init, or similar.

thanks,
-chris
--
Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/