linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Reincke <reincke.m@stn-atlas.de>
To: Andrey Borzenkov <arvidjaar@mail.ru>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.21-rc:  lost interrupt wgen usinf atapi cdrom-drive
Date: 19 May 2003 08:39:43 +0200	[thread overview]
Message-ID: <1053326382.8024.2.camel@pcew80.atlas.de> (raw)
In-Reply-To: <1052811475.1618.7.camel@pcew80.atlas.de>

On Tue, 2003-05-13 at 09:37, Michael Reincke wrote:
> On Tue, 2003-05-13 at 09:29, Michael Reincke wrote:
> > On Tue, 2003-05-13 at 08:21, Andrey Borzenkov wrote:
> > > > i upgraded the linux kernel of my computer from 2.4.21-pre4 to
> > > > 2.4.21-rc2 and got the following messages in syslog when using my
> > > > atapi-cdrom drive:
> > > > May 12 09:42:52 pcew80 kernel: hdc: DMA interrupt recovery
> > > > May 12 09:42:52 pcew80 kernel: hdc: lost interrupt
> > > > May 12 09:42:52 pcew80 kernel: hdc: status timeout: status=0xd0 { Busy }
> > > > May 12 09:42:52 pcew80 kernel: hdc: status timeout: error=0x00
> > > > May 12 09:42:52 pcew80 kernel: hdc: DMA disabled
> > > > May 12 09:42:52 pcew80 kernel: hdc: drive not ready for command
> > > > May 12 09:42:52 pcew80 kernel: hdc: ATAPI reset complete
> > > 
> > > 
> > > It smells like ide_do_request forgets to enable interrupts when
> > > request queue is empty.
> > > 
> > > drivers/ide/ide-io.c:
> > > 
> > > void ide_do_request (ide_hwgroup_t *hwgroup, int masked_irq)
> > >                         hwgroup->busy = 0;
> > > 
> > > Ironically it does not release ide_intr_lock in this case but we
> > > are not on m68k so we do not care :)
> > > 
> > > Could you please try to add local_irq_enable() before ide_release_lock() above and see if it helps?
> > > It has been reported to have fixed fix problems for other people. OTOH
> > > I did have sevral hard lockups with this so there may be more subtle
> > > problems issues.
> > The hangs and timeouts and total blocking of the cdrom drive seems to be
> > away, but the lost interrupt messages are still there.
> > But have in mind I've only a quick test so far.
> 
> Bad news the hangs and timeout are still there!

The problem is vanishing when disabling
IO-APIC support on uniprocessors             
-- 
Michael Reincke, NUT Team 2 (Software Build Management)

STN ATLAS Elektronik GmbH, Bremen (Germany)
E-mail : reincke.m@stn-atlas.de |  mail: Sebaldsbrücker Heerstr 235    
phone  : +49-421-457-2302       |        28305 Bremen                  
fax    : +49-421-457-3913       |





  reply	other threads:[~2003-05-19  6:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-13  6:21 2.4.21-rc: lost interrupt wgen usinf atapi cdrom-drive Andrey Borzenkov
2003-05-13  7:29 ` Michael Reincke
2003-05-13  7:37   ` Michael Reincke
2003-05-19  6:39     ` Michael Reincke [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-05-13  5:51 Michael Reincke

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=1053326382.8024.2.camel@pcew80.atlas.de \
    --to=reincke.m@stn-atlas.de \
    --cc=arvidjaar@mail.ru \
    --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;
as well as URLs for NNTP newsgroup(s).