linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* SATA suspend-to-ram patch - merge?
@ 2005-09-21  6:59 Joshua Kwan
  2005-09-22  3:14 ` Jeff Garzik
  0 siblings, 1 reply; 19+ messages in thread
From: Joshua Kwan @ 2005-09-21  6:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: jgarzik, axboe

[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]

Hi,

Debugging a friend's new IBM Thinkpad T43, I found that I had to use
this patch by Jens Axboe to get suspend-to-RAM working on his machine,
to prevent SATA from completely flipping out on resume and hanging on
any disk activity:

http://seclists.org/lists/linux-kernel/2005/May/0447.html

The patch is not in 2.6.13, and currently doesn't apply to either that
or 2.6.12 - a quick-and-(very-)dirty rediff for only the drivers needed
(ata_piix) worked for my purposes, and the machine suspends and resumes
correctly now.

I investigated a little and noticed that the patch in its current form
doesn't seem to exist in 2.6.14-rc1, but there are some new ATA commands
 -- ATA_CMD_STANDBY etc. that have been introduced, which seem vaguely
relevant to the problem. I'm not sure whether those changes do any of
the work that Jens' patch did, and I also haven't tested that kernel yet
on my friend's machine.

Is Jens' patch still relevant? If so, should it be rediffed and merged
into mainline? It doesn't seem to cause any weird side-effects.

More importantly, I would be inclined to properly rediff Jens' patch and
merge it into Debian 2.6.12 kernel sources if there aren't any such
side-effects, since it benefits everyone using SATA and suspend-to-ram
(that is, users of relatively modern laptops.)

Thanks!

-- 
Joshua Kwan

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 948 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-21  6:59 SATA suspend-to-ram patch - merge? Joshua Kwan
@ 2005-09-22  3:14 ` Jeff Garzik
  2005-09-22  6:18   ` Jens Axboe
  2005-09-22 10:36   ` Pavel Machek
  0 siblings, 2 replies; 19+ messages in thread
From: Jeff Garzik @ 2005-09-22  3:14 UTC (permalink / raw)
  To: Joshua Kwan; +Cc: axboe, Linux Kernel, linux-ide, Andrew Morton

Joshua Kwan wrote:
> Is Jens' patch still relevant? If so, should it be rediffed and merged
> into mainline? It doesn't seem to cause any weird side-effects.
> 
> More importantly, I would be inclined to properly rediff Jens' patch and
> merge it into Debian 2.6.12 kernel sources if there aren't any such
> side-effects, since it benefits everyone using SATA and suspend-to-ram
> (that is, users of relatively modern laptops.)

Jens' patch is technical correct for SATA, but really we want to do more 
stuff at the SCSI layer (see James Bottomley's response to Jens' patch).

Unfortunately, this also implies that we have to figure out which SCSI 
devices are available to be power-managed, and which SCSI devices are on 
a shared bus that should never be suspended.

So currently we are in limbo...

	Jeff



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22  3:14 ` Jeff Garzik
@ 2005-09-22  6:18   ` Jens Axboe
  2005-09-22 13:04     ` Mark Lord
                       ` (2 more replies)
  2005-09-22 10:36   ` Pavel Machek
  1 sibling, 3 replies; 19+ messages in thread
From: Jens Axboe @ 2005-09-22  6:18 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

On Wed, Sep 21 2005, Jeff Garzik wrote:
> Joshua Kwan wrote:
> >Is Jens' patch still relevant? If so, should it be rediffed and merged
> >into mainline? It doesn't seem to cause any weird side-effects.
> >
> >More importantly, I would be inclined to properly rediff Jens' patch and
> >merge it into Debian 2.6.12 kernel sources if there aren't any such
> >side-effects, since it benefits everyone using SATA and suspend-to-ram
> >(that is, users of relatively modern laptops.)
> 
> Jens' patch is technical correct for SATA, but really we want to do more 
> stuff at the SCSI layer (see James Bottomley's response to Jens' patch).
> 
> Unfortunately, this also implies that we have to figure out which SCSI 
> devices are available to be power-managed, and which SCSI devices are on 
> a shared bus that should never be suspended.
> 
> So currently we are in limbo...

Which is a shame, since it means that software suspend on sata is
basically impossible :)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22  3:14 ` Jeff Garzik
  2005-09-22  6:18   ` Jens Axboe
@ 2005-09-22 10:36   ` Pavel Machek
  2005-09-24 10:18     ` Jeff Garzik
  1 sibling, 1 reply; 19+ messages in thread
From: Pavel Machek @ 2005-09-22 10:36 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Joshua Kwan, axboe, Linux Kernel, linux-ide, Andrew Morton

Hi!

> >Is Jens' patch still relevant? If so, should it be rediffed and 
> >merged
> >into mainline? It doesn't seem to cause any weird side-effects.
> >
> >More importantly, I would be inclined to properly rediff Jens' patch 
> >and
> >merge it into Debian 2.6.12 kernel sources if there aren't any such
> >side-effects, since it benefits everyone using SATA and 
> >suspend-to-ram
> >(that is, users of relatively modern laptops.)
> 
> Jens' patch is technical correct for SATA, but really we want to do 
> more stuff at the SCSI layer (see James Bottomley's response to Jens' 
> patch).
> 
> Unfortunately, this also implies that we have to figure out which 
> SCSI devices are available to be power-managed, and which SCSI 
> devices are on a shared bus that should never be suspended.

I think that shared buses are rare enough to be safely ignored.
We could simply say "never ever suspend machine with some
disks on shared bus".

				Pavel
-- 
64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms         


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22  6:18   ` Jens Axboe
@ 2005-09-22 13:04     ` Mark Lord
  2005-09-22 13:08       ` Matthew Garrett
                         ` (2 more replies)
  2005-09-22 14:17     ` Alan Cox
  2005-09-22 15:01     ` Randy.Dunlap
  2 siblings, 3 replies; 19+ messages in thread
From: Mark Lord @ 2005-09-22 13:04 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

>>So currently we are in limbo...
> 
> Which is a shame, since it means that software suspend on sata is
> basically impossible :)

Except that it actually does work, with Jen's patch.

Rather than sitting around for another six months hoping the problem
will go away (it won't), perhaps we should just update/merge Jen's
patch as a sorely needed interim fix.

This might then prod James et al into looking more at the SCSI side of
things, and some year we might see this get replaced with a better scheme.

This is a real problem, and an immediate solution is needed last spring.

Cheers


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 13:04     ` Mark Lord
@ 2005-09-22 13:08       ` Matthew Garrett
  2005-09-22 13:24         ` Jens Axboe
  2005-09-22 13:24       ` Jens Axboe
  2005-09-22 14:28       ` Christoph Hellwig
  2 siblings, 1 reply; 19+ messages in thread
From: Matthew Garrett @ 2005-09-22 13:08 UTC (permalink / raw)
  To: Mark Lord
  Cc: Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

Mark Lord <liml@rtr.ca> wrote:

> Rather than sitting around for another six months hoping the problem
> will go away (it won't), perhaps we should just update/merge Jen's
> patch as a sorely needed interim fix.

As a datapoint, we've been shipping it in Ubuntu for a month or so now
and we haven't had any reported problems.
-- 
Matthew Garrett | mjg59-chiark.mail.linux-rutgers.kernel@srcf.ucam.org

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 13:04     ` Mark Lord
  2005-09-22 13:08       ` Matthew Garrett
@ 2005-09-22 13:24       ` Jens Axboe
  2005-09-22 14:28       ` Christoph Hellwig
  2 siblings, 0 replies; 19+ messages in thread
From: Jens Axboe @ 2005-09-22 13:24 UTC (permalink / raw)
  To: Mark Lord
  Cc: Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

On Thu, Sep 22 2005, Mark Lord wrote:
> >>So currently we are in limbo...
> >
> >Which is a shame, since it means that software suspend on sata is
> >basically impossible :)
> 
> Except that it actually does work, with Jen's patch.

(Jens's, not Jen's!)

Yes, I'm very aware of that. The above note refers to what is currently
shipping in Linus's tree, and sata suspend definitely does not work
there.

> Rather than sitting around for another six months hoping the problem
> will go away (it won't), perhaps we should just update/merge Jen's
> patch as a sorely needed interim fix.
> 
> This might then prod James et al into looking more at the SCSI side of
> things, and some year we might see this get replaced with a better scheme.
> 
> This is a real problem, and an immediate solution is needed last spring.

Could not have said it better myself. It's not like the patch is hack
either.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 13:08       ` Matthew Garrett
@ 2005-09-22 13:24         ` Jens Axboe
  0 siblings, 0 replies; 19+ messages in thread
From: Jens Axboe @ 2005-09-22 13:24 UTC (permalink / raw)
  To: Matthew Garrett
  Cc: Mark Lord, Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide,
	Andrew Morton

On Thu, Sep 22 2005, Matthew Garrett wrote:
> Mark Lord <liml@rtr.ca> wrote:
> 
> > Rather than sitting around for another six months hoping the problem
> > will go away (it won't), perhaps we should just update/merge Jen's
> > patch as a sorely needed interim fix.
> 
> As a datapoint, we've been shipping it in Ubuntu for a month or so now
> and we haven't had any reported problems.

(dunno why I was trimmed from the reply?)

SUSE has shipped it in 9.3 and now in 10.0 as well.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 14:17     ` Alan Cox
@ 2005-09-22 13:56       ` Jens Axboe
  2005-09-22 14:30         ` Alan Cox
  0 siblings, 1 reply; 19+ messages in thread
From: Jens Axboe @ 2005-09-22 13:56 UTC (permalink / raw)
  To: Alan Cox; +Cc: Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

On Thu, Sep 22 2005, Alan Cox wrote:
> On Iau, 2005-09-22 at 08:18 +0200, Jens Axboe wrote:
> > > So currently we are in limbo...
> > 
> > Which is a shame, since it means that software suspend on sata is
> > basically impossible :)
> 
> Not really, everyone on the planet who cares is using the existing patch
> and that just works. If the SCSI folks can't fix the SCSI layer to do
> power management then the scsi drivers just need to not provide pm
> methods until they catch up.

It's a shame for the people not using distros, since they need to first
experience the suspend failure, then google around for a solution, find
the patch, etc. That is a shame, since it could have worked out of the
box since 2.6.12 at least.

And it's a shame because it causes extra work for me everytime we update
the SUSE kernel :-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22  6:18   ` Jens Axboe
  2005-09-22 13:04     ` Mark Lord
@ 2005-09-22 14:17     ` Alan Cox
  2005-09-22 13:56       ` Jens Axboe
  2005-09-22 15:01     ` Randy.Dunlap
  2 siblings, 1 reply; 19+ messages in thread
From: Alan Cox @ 2005-09-22 14:17 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

On Iau, 2005-09-22 at 08:18 +0200, Jens Axboe wrote:
> > So currently we are in limbo...
> 
> Which is a shame, since it means that software suspend on sata is
> basically impossible :)

Not really, everyone on the planet who cares is using the existing patch
and that just works. If the SCSI folks can't fix the SCSI layer to do
power management then the scsi drivers just need to not provide pm
methods until they catch up.

Blocking SATA suspend which people need for SCSI suspend which is
utterly obscure and weird is pointless, as pretty much ever vendor
except Red Hat has already decided.

Alan

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 14:30         ` Alan Cox
@ 2005-09-22 14:20           ` Luben Tuikov
  2005-09-22 17:57           ` Jeff Garzik
  1 sibling, 0 replies; 19+ messages in thread
From: Luben Tuikov @ 2005-09-22 14:20 UTC (permalink / raw)
  To: Alan Cox
  Cc: Jens Axboe, Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide,
	Andrew Morton

On 09/22/05 10:30, Alan Cox wrote:
> On Iau, 2005-09-22 at 15:56 +0200, Jens Axboe wrote:
> 
>>It's a shame for the people not using distros, since they need to first
>>experience the suspend failure, then google around for a solution, find
>>the patch, etc. That is a shame, since it could have worked out of the
>>box since 2.6.12 at least.
> 
> 
> Its a symptom of general problems in this area. To get a sane kernel you
> have to not only pick a distro kernel right now but then add several
> other patches only found in other distributions.
> 
> SCSI suspend should not be blocking SATA suspend. If SCSI isn't with the
> program yet then SCSI should just not support suspend while allowing
> SATA to do so.

I agree with Alan, Mark and Jens -- indeded, one should do
what makes sense.

	Luben




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 13:04     ` Mark Lord
  2005-09-22 13:08       ` Matthew Garrett
  2005-09-22 13:24       ` Jens Axboe
@ 2005-09-22 14:28       ` Christoph Hellwig
  2 siblings, 0 replies; 19+ messages in thread
From: Christoph Hellwig @ 2005-09-22 14:28 UTC (permalink / raw)
  To: Mark Lord
  Cc: Jens Axboe, Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide,
	Andrew Morton, linux-scsi

On Thu, Sep 22, 2005 at 09:04:28AM -0400, Mark Lord wrote:
> Rather than sitting around for another six months hoping the problem
> will go away (it won't), perhaps we should just update/merge Jen's
> patch as a sorely needed interim fix.
> 
> This might then prod James et al into looking more at the SCSI side of
> things, and some year we might see this get replaced with a better scheme.
> 
> This is a real problem, and an immediate solution is needed last spring.

Folks, bitching around on lkml on this won't get you far.  Send the
patch to linux-scsi again, and explain what's the current stance on the
disk synchronize cache and spindown issues.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 13:56       ` Jens Axboe
@ 2005-09-22 14:30         ` Alan Cox
  2005-09-22 14:20           ` Luben Tuikov
  2005-09-22 17:57           ` Jeff Garzik
  0 siblings, 2 replies; 19+ messages in thread
From: Alan Cox @ 2005-09-22 14:30 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

On Iau, 2005-09-22 at 15:56 +0200, Jens Axboe wrote:
> It's a shame for the people not using distros, since they need to first
> experience the suspend failure, then google around for a solution, find
> the patch, etc. That is a shame, since it could have worked out of the
> box since 2.6.12 at least.

Its a symptom of general problems in this area. To get a sane kernel you
have to not only pick a distro kernel right now but then add several
other patches only found in other distributions.

SCSI suspend should not be blocking SATA suspend. If SCSI isn't with the
program yet then SCSI should just not support suspend while allowing
SATA to do so.

Alan


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22  6:18   ` Jens Axboe
  2005-09-22 13:04     ` Mark Lord
  2005-09-22 14:17     ` Alan Cox
@ 2005-09-22 15:01     ` Randy.Dunlap
  2 siblings, 0 replies; 19+ messages in thread
From: Randy.Dunlap @ 2005-09-22 15:01 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Jeff Garzik, Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

On Thu, 22 Sep 2005, Jens Axboe wrote:

> On Wed, Sep 21 2005, Jeff Garzik wrote:
> > Joshua Kwan wrote:
> > >Is Jens' patch still relevant? If so, should it be rediffed and merged
> > >into mainline? It doesn't seem to cause any weird side-effects.
> > >
> > >More importantly, I would be inclined to properly rediff Jens' patch and
> > >merge it into Debian 2.6.12 kernel sources if there aren't any such
> > >side-effects, since it benefits everyone using SATA and suspend-to-ram
> > >(that is, users of relatively modern laptops.)
> >
> > Jens' patch is technical correct for SATA, but really we want to do more
> > stuff at the SCSI layer (see James Bottomley's response to Jens' patch).
> >
> > Unfortunately, this also implies that we have to figure out which SCSI
> > devices are available to be power-managed, and which SCSI devices are on
> > a shared bus that should never be suspended.
> >
> > So currently we are in limbo...
>
> Which is a shame, since it means that software suspend on sata is
> basically impossible :)

so just go with Jens's patch for SATA until SCSI knows more
about power management??

-- 
~Randy

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 14:30         ` Alan Cox
  2005-09-22 14:20           ` Luben Tuikov
@ 2005-09-22 17:57           ` Jeff Garzik
  2005-09-22 18:04             ` Linus Torvalds
  1 sibling, 1 reply; 19+ messages in thread
From: Jeff Garzik @ 2005-09-22 17:57 UTC (permalink / raw)
  To: Alan Cox; +Cc: Jens Axboe, Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

Alan Cox wrote:
> SCSI suspend should not be blocking SATA suspend. If SCSI isn't with the
> program yet then SCSI should just not support suspend while allowing
> SATA to do so.

Jens' patch updates the SCSI layer -- as is proper and needed.

Someone needs to take Jens patch to linux-scsi as Christoph mentioned, 
maybe there is a change in the wind...

	Jeff



^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 17:57           ` Jeff Garzik
@ 2005-09-22 18:04             ` Linus Torvalds
  2005-09-22 18:08               ` Christoph Hellwig
  0 siblings, 1 reply; 19+ messages in thread
From: Linus Torvalds @ 2005-09-22 18:04 UTC (permalink / raw)
  To: Jeff Garzik
  Cc: Alan Cox, Jens Axboe, Joshua Kwan, Linux Kernel, linux-ide,
	Andrew Morton



On Thu, 22 Sep 2005, Jeff Garzik wrote:

> Alan Cox wrote:
> > SCSI suspend should not be blocking SATA suspend. If SCSI isn't with the
> > program yet then SCSI should just not support suspend while allowing
> > SATA to do so.
> 
> Jens' patch updates the SCSI layer -- as is proper and needed.
> 
> Someone needs to take Jens patch to linux-scsi as Christoph mentioned, 
> maybe there is a change in the wind...

Why not just send it to me and Andrew and get it merged.

The way we keep everybody honest (me, maintainers, and random developers) 
is with this concept called "open source", which means that anybody can 
fix a problem, and you don't need to wait for the "vendor". 

Yes, it's good to go through channels, but when that doesn't work, it's 
good to go _past_ them too.

			Linus

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 18:04             ` Linus Torvalds
@ 2005-09-22 18:08               ` Christoph Hellwig
  2005-09-22 18:11                 ` Jens Axboe
  0 siblings, 1 reply; 19+ messages in thread
From: Christoph Hellwig @ 2005-09-22 18:08 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Jeff Garzik, Alan Cox, Jens Axboe, Joshua Kwan, Linux Kernel,
	linux-ide, Andrew Morton

On Thu, Sep 22, 2005 at 11:04:58AM -0700, Linus Torvalds wrote:
> Why not just send it to me and Andrew and get it merged.
> 
> The way we keep everybody honest (me, maintainers, and random developers) 
> is with this concept called "open source", which means that anybody can 
> fix a problem, and you don't need to wait for the "vendor". 
> 
> Yes, it's good to go through channels, but when that doesn't work, it's 
> good to go _past_ them too.

Umm, no one tried.  The last time it came up there was a healthy
discussion, but it stopped somewhere and no one followed up.  There
were two sets of patches from Jens and James and we need to arrive
somewhere in the middle.

That's exactly what I said above, people should stop bitching and bring
the patch up again - I'm pretty sure we'll find an acceptable variant
real soon.


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 18:08               ` Christoph Hellwig
@ 2005-09-22 18:11                 ` Jens Axboe
  0 siblings, 0 replies; 19+ messages in thread
From: Jens Axboe @ 2005-09-22 18:11 UTC (permalink / raw)
  To: Christoph Hellwig, Linus Torvalds, Jeff Garzik, Alan Cox,
	Joshua Kwan, Linux Kernel, linux-ide, Andrew Morton

On Thu, Sep 22 2005, Christoph Hellwig wrote:
> On Thu, Sep 22, 2005 at 11:04:58AM -0700, Linus Torvalds wrote:
> > Why not just send it to me and Andrew and get it merged.
> > 
> > The way we keep everybody honest (me, maintainers, and random developers) 
> > is with this concept called "open source", which means that anybody can 
> > fix a problem, and you don't need to wait for the "vendor". 
> > 
> > Yes, it's good to go through channels, but when that doesn't work, it's 
> > good to go _past_ them too.
> 
> Umm, no one tried.  The last time it came up there was a healthy
> discussion, but it stopped somewhere and no one followed up.  There
> were two sets of patches from Jens and James and we need to arrive
> somewhere in the middle.
> 
> That's exactly what I said above, people should stop bitching and bring
> the patch up again - I'm pretty sure we'll find an acceptable variant
> real soon.

Sure, I'll brush up a version and post it tomorrow.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: SATA suspend-to-ram patch - merge?
  2005-09-22 10:36   ` Pavel Machek
@ 2005-09-24 10:18     ` Jeff Garzik
  0 siblings, 0 replies; 19+ messages in thread
From: Jeff Garzik @ 2005-09-24 10:18 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Joshua Kwan, axboe, Linux Kernel, linux-ide, Andrew Morton

Pavel Machek wrote:
> I think that shared buses are rare enough to be safely ignored.

Hardly.  This potentially covers many enterprise installations that use 
fibre channel, iSCSI, plus the upcoming SAS device networks.

Desktop != the entire universe.


> We could simply say "never ever suspend machine with some
> disks on shared bus".

This is indeed a fair statement, at least in the short term.

	Jeff



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2005-09-24 10:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-21  6:59 SATA suspend-to-ram patch - merge? Joshua Kwan
2005-09-22  3:14 ` Jeff Garzik
2005-09-22  6:18   ` Jens Axboe
2005-09-22 13:04     ` Mark Lord
2005-09-22 13:08       ` Matthew Garrett
2005-09-22 13:24         ` Jens Axboe
2005-09-22 13:24       ` Jens Axboe
2005-09-22 14:28       ` Christoph Hellwig
2005-09-22 14:17     ` Alan Cox
2005-09-22 13:56       ` Jens Axboe
2005-09-22 14:30         ` Alan Cox
2005-09-22 14:20           ` Luben Tuikov
2005-09-22 17:57           ` Jeff Garzik
2005-09-22 18:04             ` Linus Torvalds
2005-09-22 18:08               ` Christoph Hellwig
2005-09-22 18:11                 ` Jens Axboe
2005-09-22 15:01     ` Randy.Dunlap
2005-09-22 10:36   ` Pavel Machek
2005-09-24 10:18     ` Jeff Garzik

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).