* Jiri Slaby <jirislaby@gmail.com> wrote:it's really all a matter of reducing latencies. Testing suspend/resume is manual work currently (it either needs me hit a key on the laptop or necessiates the use of a test-script that might or might not work depending on whether the new /dev/rtc driver is enabled). So few people besides those that rely on it will do it. The more a patch that breaks suspend is out in the open unidentified, the more damage it does: it gets into more trees, gets harder to bisect, etc. So please give us overworked maintainers an easy to use .config option dependent on CONFIG_DEBUG_KERNEL=y that automatically triggers a simple suspend+resume sequence 60 seconds after bootup. It would be godsent. (dont worry about proper gx resume) I compile and boot up every patch i add to x86.git, so this would catch crap the moment we add it to the tree. The other, more long-term trick is to make rarely used functionality more widely used. Consolidate code. Try to merge as much of suspend/resume with bootup/module-insert/shutdown sequences as possible. Suspend unused devices more agressively - such as non-mounted block devices or downed networking ports. Try create more network effects with other functionality, suspend and resume is not just about suspending laptops, it can/could be used for so much more stuff. Try to get Pavel's "Sleepy Linux" concept to work reasonably well - so that more people (including developers) would use it in a daily basis. Test coverage of a given piece of code is a direct function of its utility and of its ease of testing. Decreeing "this is important" really wont get more testing done. What you should realize i think is that this is not a social/mindset problem (so no need to get frustrated about it), this is a mostly technology problem: you can gradually _code_ your way into people's test efforts. Ingo --
| Jon Smirl | 463 kernel developers missing! |
| Nigel Cunningham | Re: [PATCH] Remove process freezer from suspend to RAM pathway |
| Greg KH | Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux interface for on access scan... |
| Jeff Garzik | Re: Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series.. |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Linus Torvalds | Re: [GIT]: Networking |
| Evgeniy Polyakov | Re: [BUG] New Kernel Bugs |
