* scsi detect and kgdb
@ 2002-07-15 8:11 simon
0 siblings, 0 replies; only message in thread
From: simon @ 2002-07-15 8:11 UTC (permalink / raw)
To: linux-kernel
I have been writing a scsi module and as part of the module
initialisation I would like to delay while waiting for a specific
condition. I have tried to put the detect routine in a loop which
spins on jiffies + a timeout and my hardware condition. I had all
sorts of problems with this code and I found that module load
locked up. I tried using barrier and schedule in this loop and found
that schedule worked for me most of the time.
I thought I would have a look at the code with kgdb. Firstly I noticed
that schedule is not defined in the kgdb enabled kernel. Also even
if I put this detect routine in a spin for a while my interrupts do not
get serviced until after this spin and quite possibly not until the
detect routine returns.
I would like to know the correct way to facilitate a delay in a scsi
module detect routine, while waiting for a hardware condition which
gets satisfied by a number of interrupts. If this condition is not met
in a timeout period the code also continue.
I would also like to understand the kgdb kernel behaviour.
I am running a 2.4.16 kernel.
Cheers
Simon.
__________________________
Simon Haynes - Baydel
Phone : 44 (0) 1372 378811
Email : simon@baydel.com
__________________________
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-07-15 9:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-15 8:11 scsi detect and kgdb simon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox