public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Creswell <dan@dcrdev.demon.co.uk>
To: linux-kernel@vger.kernel.org
Subject: 2.4.9-ac16 + imm module = hard lock
Date: Fri, 28 Sep 2001 22:07:56 +0100	[thread overview]
Message-ID: <3BB4E6AC.4BA48EF4@dcrdev.demon.co.uk> (raw)

Hi,

I have a dual pentium III 550Mhz box and a parallel port ZIP-plus drive.

Under 2.2.19 SMP, with imm compiled as a module, everything works fine.

With 2.4.9-ac16 (plus the swapoff patch) SMP, with imm compiled as a
module I get a hard lock when I load the module.  It successfully
determines which mode to use (EPP-32 bit) but, at the point where it
probes, everything dies.

The same kernel 2.4.9-ac16 compiled for uniprocessor with imm compiled
as a module also works fine.

A quick diff of the 2.2.19 imm source-code and the 2.4.9-ac16 imm
source-code reveals that the only major difference is the introduction
of:

spin_unlock_irq(&io_request_lock);

and

spin_lock_irq(&io_request_lock);

in various places.

The parallel port code is compiled into the kernel at build time.

That's all the info I have right now, any thoughts/suggestions/more info
required?

Thanks,

Dan.



                 reply	other threads:[~2001-09-28 21:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3BB4E6AC.4BA48EF4@dcrdev.demon.co.uk \
    --to=dan@dcrdev.demon.co.uk \
    --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