public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adhiraj Joshi <adhiraj.m@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: A query regarding an entry in Andrew Morton's "must fix" list
Date: Thu, 8 Sep 2005 20:30:09 +0530	[thread overview]
Message-ID: <dbe377e7050908080010dc23b8@mail.gmail.com> (raw)

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.

                 reply	other threads:[~2005-09-08 15:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dbe377e7050908080010dc23b8@mail.gmail.com \
    --to=adhiraj.m@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox