public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arjan van de Ven <arjanv@redhat.com>
To: "Richard B. Johnson" <root@chaos.analogic.com>
Cc: Linux kernel <linux-kernel@vger.kernel.org>
Subject: Re: Probable module bug in linux-2.6.5-1.358
Date: Thu, 7 Oct 2004 14:17:41 +0200	[thread overview]
Message-ID: <20041007121741.GB23612@devserv.devel.redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0410070753060.9988@chaos.analogic.com>

On Thu, Oct 07, 2004 at 08:01:47AM -0400, Richard B. Johnson wrote:
> Also, when this driver is running, transferring large volumes
> of data, the kernel decides that there have been too many interrupts, and 
> does:
> 
> Message from syslogd@chaos at Wed Oct  6 21:22:57 2004 ...
> chaos kernel: Disabling IRQ #18
> 
> This, in spite of the fact that interrupts occur only when
> DMA completion happens and new data are available, i.e.,
> one interrupt every 16 megabytes of data transferred.
> 
> Who decided that it had a right to disable my interrupt????

the kernel did because you don't return the proper value for "I handled the
IRQ" from your ISR.

Also I don't see where you call cleanup_module(), the function that does the
deregistration of the chardev... where do you call that ????

  parent reply	other threads:[~2004-10-07 12:43 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-06 22:08 Probable module bug in linux-2.6.5-1.358 Richard B. Johnson
2004-10-06 23:20 ` Stephen Hemminger
2004-10-06 22:38   ` Alan Cox
2004-10-06 23:22 ` Stephen Hemminger
2004-10-07 11:50   ` Richard B. Johnson
2004-10-07  9:59 ` Arjan van de Ven
     [not found]   ` <Pine.LNX.4.61.0410070753060.9988@chaos.analogic.com>
2004-10-07 12:17     ` Arjan van de Ven [this message]
2004-10-07 12:26       ` Richard B. Johnson
2004-10-07 12:28         ` Arjan van de Ven
2004-10-07 12:34           ` Richard B. Johnson
2004-10-07 12:57             ` Richard B. Johnson
2004-10-07 17:25               ` Stephen Hemminger
2004-10-07 18:25                 ` Richard B. Johnson
2004-10-07 19:05 ` Stephen Hemminger
2004-10-07 18:59   ` Alan Cox
2004-10-07 20:27     ` Stephen Hemminger
2004-10-07 20:48     ` Richard B. Johnson
2004-10-07 21:35       ` Valdis.Kletnieks
2004-10-07 22:09       ` Stephen Hemminger
2004-10-07 19:12   ` Richard B. Johnson
2004-10-07 19:27   ` Richard B. Johnson

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=20041007121741.GB23612@devserv.devel.redhat.com \
    --to=arjanv@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=root@chaos.analogic.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