linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hannes Reinecke <hare@suse.de>
To: SCSI Mailing List <linux-scsi@vger.kernel.org>
Cc: "emmanuel.fuste" <emmanuel.fuste@laposte.net>
Subject: [PATCH 0/3] aic79xx: fix deadlock & cleanup
Date: Tue, 07 Feb 2006 08:51:20 +0100	[thread overview]
Message-ID: <43E85178.5020709@suse.de> (raw)

Hi all,

this patchset cleans up the aic79xx drivers.
- Convert qfrozen count to atomic_t type.
  The qfrozen count is the low-level equivalent to the scsi-ml
  scsi_block_requests. Converting it to atomic_t gets rid of
  the ahd_lock / ahd_unlock and thereby removes some deadlocks
  in the recovery code.
- use scsi-ml tcq functions.
  SCSI-Ml already provides some tcq funtions, so we might as well
  use them.
- remove dead code
  Removing some dead code which have been left over.

The first patch should fix the deadlocks people were seeing during
recovery. Emmanuel, could you test them whether your problem is resolved
(and ignoring the 'overlapped command error handling', as this patchset
replaces it).

Cheers,

Hannes
-- 
Dr. Hannes Reinecke			hare@suse.de
SuSE Linux Products GmbH		S390 & zSeries
Maxfeldstraße 5				+49 911 74053 688
90409 Nürnberg				http://www.suse.de

-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

                 reply	other threads:[~2006-02-07  7:51 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=43E85178.5020709@suse.de \
    --to=hare@suse.de \
    --cc=emmanuel.fuste@laposte.net \
    --cc=linux-scsi@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).