public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: "P. Christeas" <p_christ-U04EIuiosng@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: Andre Hedrick <andre-QA/0nRrxPJrNLxjTenLetw@public.gmane.org>
Subject: Snore: BUG in ide-disk on suspend
Date: Wed, 15 Jan 2003 22:34:26 +0200	[thread overview]
Message-ID: <200301152234.26117.p_christ@hol.gr> (raw)

I don't feel I am the one that should mess with the ide part (I could break a 
lot of important things). However, sleeping has failed many times because of 
ide. 

drivers/ide/ide-disk.c: (around 1557)
        printk(KERN_INFO "suspending: %s ", drive->name);
        do_idedisk_standby(drive);
        drive->blocked = 1;

	BUG_ON (HWGROUP(drive)->handler);

AFAIK handler is set whenever an irq is being handled (correct me if I'm 
wrong). ide irqs are very often on the system and may happen between the 
actual call to 'ide_do_cmd' (called by do_idedisk_standby) and the 
"blocked=1" line. 
Setting a strict lock may deadlock the system pretty hard! Would the 
"blocked=1" line break the do_idedisk_standby? Does "blocked" really stop 
subsequent disk activity?
Or, alternatively should we setup a mechanism (spinlock?) to cause the 
do_ide_standby to wait until pending requests-data finishes?

Kernels: 2.5.55-58
ACPI: the one in those. Currently: 20030109
System: HP Omnibook Xe3 GC, Disk: IBM DeskStar in 32bit mode.

Thanks.




-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en

             reply	other threads:[~2003-01-15 20:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-15 20:34 P. Christeas [this message]
     [not found] ` <200301152234.26117.p_christ-U04EIuiosng@public.gmane.org>
2003-01-20 18:38   ` Snore: BUG in ide-disk on suspend Pavel Machek
     [not found]     ` <20030120183850.GB530-XqDnSF8rrUM@public.gmane.org>
2003-01-28 10:24       ` Andre Hedrick
2003-01-28 18:24       ` P. Christeas

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=200301152234.26117.p_christ@hol.gr \
    --to=p_christ-u04eiuiosng@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=andre-QA/0nRrxPJrNLxjTenLetw@public.gmane.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