2.4.33pre1 kernel/sysctl.c missing spin_unlock()
From: jürgen baumann
Date: Thu Jan 05 2006 - 10:24:01 EST
possibly fixed yet, but maybe not:
in above patch there was a spinlock(&sysctl_lock) added in
function do_register_sysctl_table(), but no corresponding
spin_unlock() before return.
after starting the new kernel (unfortunately with further
patches), it hangs on trying to start the kswapd-thread.
after inserting the spin_unlock() all run fine.
-
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/