[linux-pm] [PATCH 2/2] Fix console handling during suspend/resume

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!

> > If this happens you're already in trouble.  It doesn't matter that the 
> > unrelated devices aren't suspended; the fact that they have already saved 
> > their state and will no longer respond to outside stimuli means they can't 
> > be used.  Not to mention that their I/O queues won't be running.
> 
> THEIR IO QUEUES ARE RUNNING!
> 
> Why are people being dense and stupid? I told you in the very first 
> explanation that the IO state isn't suspended by "save_state()".
> 
> "save_state()" would not disable the device. It would not disable the 
> queues. The device would remain usable, and 100% functional.

Okay, so you are saving state, then changing it. Now.. you are right
that for most devices it is possible to separate state that does not
change from state that changes; that is okay but lot of work.

> > Suppose a driver needs to store its state info on a networked drive and 
> > the network interface has already saved _its_ state?  Or it needs to 
> > access a USB drive and the USB controller is no longer doing DMA?
> 
> So? The network device didn't save the state of the _software_. It doesn't 
> need to. It doesn't need to save the state of the DMA areas - they should 
> be RE-DONE by the resume code. The only thing it needs to save is the 
> actual state of the hardware itself, and in fact, if it knows the hardware 
> intimately and there is no state that got set up "outside" of the driver, 
> it doesn't need to save even that.
> 
> It's perfectly ok to save zero state at all, if you know that you can 
> re-create the state from the "dev->resources[]" data, for example. 

Okay, so .. in your model you can simply save state *during driver
init*, right at boot.

(But they are not many devices where this is needed, besides X. Yes,
we need to deal with firmware, but having firmware in RAM is not that
bad, and you need to do that anyway.)

No, I do not claim suspend is the nicest code you can get. But it is
not terminally broken. You are right new phase
"save_state_while_userland_running" would make some sense (and it is
what we do with saving X), but then, it is not needed for common
drivers, and it may be better done during boot.
								Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


[Index of Archives]     [Linux ACPI]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [CPU Freq]     [Kernel Newbies]     [Fedora Kernel]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux