Comment 3 for bug 85145

Revision history for this message
Phillip Lougher (phillip-lougher) wrote :

No, there isn't anyway to obtain an oops from the initramfs. However, I have obtained an oops myself.

The bug is caused by Unionfs calling lookup_one_len() on an NFS mounted filesystem, see

http://www.fsl.cs.sunysb.edu/pipermail/unionfs/2006-August/004773.html

The fix is to ensure that Unionfs correctly passes intents to the underlying NFS filesystem. This is currently done with a new lookup_one_len_nd() call which passes the necessary nameidata argument.

The upshot of this is that the bug is fixed, but only in Unionfs 2.0. We will have to evaluate whether to incorporate Unionfs 2.0 into the current Feisty kernel.