public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.33pre1 kernel/sysctl.c missing spin_unlock()
@ 2006-01-05 15:26 jürgen baumann
  2006-01-05 22:07 ` Willy TARREAU
  0 siblings, 1 reply; 2+ messages in thread
From: jürgen baumann @ 2006-01-05 15:26 UTC (permalink / raw)
  To: linux-kernel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-01-05 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-05 15:26 2.4.33pre1 kernel/sysctl.c missing spin_unlock() jürgen baumann
2006-01-05 22:07 ` Willy TARREAU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox