The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Dipankar Sarma <dipankar@in.ibm.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Linus Torvalds <torvalds@transmeta.com>, linux-kernel@vger.kernel.org
Subject: Re: [patch] generic work queue handling, workqueue-2.5.39-D6
Date: Mon, 30 Sep 2002 23:15:37 +0530	[thread overview]
Message-ID: <20020930231537.A29582@in.ibm.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0209301747560.13521-100000@localhost.localdomain>; from mingo@elte.hu on Mon, Sep 30, 2002 at 03:58:25PM +0000

On Mon, Sep 30, 2002 at 03:58:25PM +0000, Ingo Molnar wrote:
> it cannot get any simpler than this. Work-queues are SMP-safe and
> guarantee serialization of actual work performed.
> 

Ingo,

Is it possible that queue_task() handlers in earlier driver code may have
depended on implicit serialization against corresponding timer handlers since
each of those is run from BHs ? If so, isn't that an issue now with
no BHs ? Or, is it safe to assume that general smp-safety code in the
drivers will take care of serialization between timers and work-queues ?

Thanks
-- 
Dipankar Sarma  <dipankar@in.ibm.com> http://lse.sourceforge.net
Linux Technology Center, IBM Software Lab, Bangalore, India.

  reply	other threads:[~2002-09-30 17:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-30 16:04 [patch] generic work queue handling, workqueue-2.5.39-D6 Ingo Molnar
2002-09-30 17:45 ` Dipankar Sarma [this message]
2002-09-30 18:20   ` Ingo Molnar
2002-09-30 19:08 ` Jeff Garzik
2002-09-30 19:27 ` Chris Wedgwood

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=20020930231537.A29582@in.ibm.com \
    --to=dipankar@in.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=torvalds@transmeta.com \
    /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