mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Reto Baettig <baettig@k2.llnl.gov>
To: mjacob@feral.com
Cc: alan@lxorguk.ukuu.org.uk (Alan Cox),
	baettig@scs.ch, linux-kernel@vger.kernel.org
Subject: Re: io_request_lock question (2.2)
Date: Fri, 8 Dec 2000 16:10:38 -0800 (PST)	[thread overview]
Message-ID: <200012090010.QAA28833@k2.llnl.gov> (raw)
In-Reply-To: <Pine.BSF.4.21.0012081603110.72881-100000@beppo.feral.com> from "Matthew Jacob" at Dec 08, 2000 04:03:58 PM

> 
> 
> 
> On Fri, 8 Dec 2000, Alan Cox wrote:
> 
> > > Yes, and I believe that this is what's broken about the SCSI midlayer. The the
> > > io_request_lock cannot be completely released in a SCSI HBA because the flags
> > 
> > You can drop it with spin_unlock_irq and that is fine. I do that with no
> > problems in the I2O scsi driver for example
> 
> I am (like, I think I *finally* got locking sorta right in my QLogic driver),
> but doesn't this still leave ints blocked for this CPU at least?
> 
> -matt
> 
> 
> 

I am actually concerned about the following case:

The add_request ON CPU_1 function calls 
        spin_lock_irqsave(&io_request_lock,flags); 

Our I/O Function unlocks the spinlock and goes to sleep.

Finally, the add_request function, NOW ON CPU_2 calls
        spin_unlock_irqrestore(&io_request_lock,flags);
and restores the flags of CPU_1 on CPU_2.    

What am I missing? Are the flags which we restore valid for all the CPU's the same?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-12-09  0:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-08  0:17 Reto Baettig
2000-12-08  0:24 ` Alan Cox
2000-12-08  1:27   ` Reto Baettig
2000-12-08 13:44     ` Alan Cox
2000-12-08 18:22       ` Matthew Jacob
2000-12-08 23:54         ` Alan Cox
2000-12-09  0:03           ` Matthew Jacob
2000-12-09  0:10             ` Reto Baettig [this message]
2000-12-09  0:18               ` Matthew Jacob
2000-12-09  0:14             ` Andi Kleen
2000-12-09  0:19               ` Matthew Jacob
2000-12-09  1:06                 ` Andi Kleen
2000-12-09  0:25             ` Alan Cox

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=200012090010.QAA28833@k2.llnl.gov \
    --to=baettig@k2.llnl.gov \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=baettig@scs.ch \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjacob@feral.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

all inboxes | Powered by JetHome®