Re: Trying to understand new wakeup events architecture

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

 



On Thu, 13 Jan 2011, Daniel Drake wrote:

> On Thu, 2011-01-13 at 20:34 +0100, Rafael J. Wysocki wrote:
> > It looks like Daniel wants the wakeup events framework to store the last
> > active wakeup source information somewhere (eg. in a file in /sys/power).
> > I'm a little bit worried about that, because potentially there may be many
> > wakeup events occuring at run time, in which case it would be a significant
> > performance overhead to update the "last active wakeup source" info every
> > time (and a scalability issue, because every code path handling a wakeup
> > source would want to update the same sysfs file).  Also, collecting that
> > information at run time doesn't seem to be particularly useful.
> 
> This was one thing that confused me reading about the wakeup events
> architecture, and I'm still not entirely clear.
> 
> Your definition of "wakeup event" is an event that happens, during
> regular system operation, that should prevent the system from going to
> sleep. Is that accurate?

My understanding (which probably isn't exactly the same as Rafael's) is
that a "wakeup event" is any event which should either prevent the
system from going to sleep or should wake up the system if it is
already asleep.  After all, these are the same events (user typing,
network packet arriving, alarm firing) -- the only difference is what
state the system is in when they occur.

> When I refer to "wakeup event" I'm referring exclusively to events that
> happen when the system is suspended, that cause it to wake up and resume
> operation.
> 
> > It may be useful to know what device has actually woken up the system from
> > suspend.  To that end, I think the only really valid approach is to retrieve
> > this information from the platform firmware early during resume and export
> > it through a sysfs attribute afterwards.  We can develop a generic helper
> > code for that second part, but the first one has to be platform-specific.
> > 
> > Daniel, what exactly does your user space use this information for?
> 
> We're talking the same language here. I'd welcome a generic helper.
> 
> There are several different cases, but here is one example that should
> be illustrative:
> 
> 1) System is idle, hence it goes to sleep with display on, with rtcwake
> timer for 5 minutes in the future, as well as various other wakeup
> sources active (keyboard, mouse, network, ...)
> 
> 2) 5 minutes passes and system resumes. Userspace determines that the
> wakeup source was the RTC alarm. In other words, the system is still
> idle. Since the user doesn't seem to be doing anything and might not
> even be watching, we dim the screen a bit to save some power. Then we go
> back to sleep.
> 
> 3) A few minutes later, the user starts typing. The system resumes.
> Userspace checks the wakeup reason, notes that it was woken up due to
> local user activity. So the display is restored to normal brightness.
> The idle-check timer is started again, ready to go to sleep a minute or
> so after user inactivity.

What happens when the system wakes up because more than one event 
happened?  For example, what if the user starts typing at exactly the 
same moment as the 5-minute RTC alarm fires?  What if a network packet 
is also received at that same moment?

Alan Stern

_______________________________________________
linux-pm mailing list
linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx
https://lists.linux-foundation.org/mailman/listinfo/linux-pm


[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