From: jgmyers@netscape.com (John Myers)
To: linux-kernel <linux-kernel@vger.kernel.org>
Cc: Davide Libenzi <davidel@xmailserver.org>
Subject: Re: [rfc] new poll callback'd wake up hell ...
Date: Mon, 25 Nov 2002 14:05:45 -0800 [thread overview]
Message-ID: <3DE29EB9.9050301@netscape.com> (raw)
Davide Libenzi writes:
> 1) Move the wake_up() call done inside the poll callback outside the lock
You can't. You need to hold the lock over the callback or your callback
could end up accessing a freed epitem.
next reply other threads:[~2002-11-25 21:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-25 22:05 John Myers [this message]
2002-11-25 22:36 ` [rfc] new poll callback'd wake up hell Davide Libenzi
2002-11-25 22:52 ` Davide Libenzi
2002-11-25 23:01 ` Davide Libenzi
2002-11-25 23:12 ` John Myers
2002-11-25 23:19 ` Davide Libenzi
-- strict thread matches above, loose matches on Subject: below --
2002-11-20 22:34 Davide Libenzi
2002-11-21 0:20 ` Mark Mielke
2002-11-21 1:09 ` Davide Libenzi
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=3DE29EB9.9050301@netscape.com \
--to=jgmyers@netscape.com \
--cc=davidel@xmailserver.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.