[PATCH] out-of-tree: Whack warning off in kernel/cred.c ...

From: Ingo Molnar
Date: Sat Sep 12 2009 - 04:41:33 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> > I'll try a blind (and manual) revert of:
> >
> > ee18d64: KEYS: Add a keyctl to install a process's session keyring
> > on its parent [try #6
>
> that didnt do the trick, nor did this:
>
> 1a51e09: Revert "KEYS: Add a keyctl to install a process's session keyring on its parent
>
> These were the only two changes to cred.c.

Whacking off the BUG()s via the hack below gave me a booting system.

( Btw., WARN_ONCE() / WARN_ON_ONCE() constructs are in fashion these
days not BUG() - they are real time savers ;-) )

Ingo

---------->