public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* A query regarding an entry in Andrew Morton's "must fix" list
@ 2005-09-08 15:00 Adhiraj Joshi
  0 siblings, 0 replies; only message in thread
From: Adhiraj Joshi @ 2005-09-08 15:00 UTC (permalink / raw)
  To: linux-kernel

Hi, 
  
  There was a bug some time back in a Must-Fix list regarding UDP
applications going in dead lock.
  (http://kernel.org/pub/linux/kernel/people/akpm/must-fix/must-fix-2.txt )
  Here is an extract:
--------------------------------------------------------------------------------------------------------------
- UDP apps can in theory deadlock, because the ip_append_data path can end
  up sleeping while the socket lock is held.

  It is OK to sleep with the socket held held, normally.  But in this case

  the sleep happens while waiting for socket memory/space to become

  available, if another context needs to take the socket lock to free up the
  space we could hang.
----------------------------------------------------------------------------------------------------------------
Is the fix present in the kernel now? I faced a problem similar to this one.
 
 Thanks in advance,
 Adhiraj.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-08 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-08 15:00 A query regarding an entry in Andrew Morton's "must fix" list Adhiraj Joshi

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