<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://kerneltrap.org"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>KernelTrap - Pavel Machek</title>
 <link>http://kerneltrap.org/taxonomy/term/631/0</link>
 <description></description>
 <language>en-local</language>
<item>
 <title>Sleepy Linux</title>
 <link>http://kerneltrap.org/Linux/Sleepy_Linux</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;&quot;&lt;i&gt;Current Linux versions can enter suspend-to-RAM just fine, but only can do it on explicit request. But suspend-to-RAM is important, eating something like 10% of [the] power needed [compared to an] idle system. Starting suspend manually is not too convenient,&lt;/i&gt;&quot; began Pavel Machek, describing an idea he referred to as &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/12/25/523664&quot;&gt;Sleepy Linux&lt;/a&gt;.  He continued, &quot;&lt;i&gt;[starting suspend manually] is not an option on multiuser machines, and even on single user machines some things are not easy:  1) Download this big chunk in Mozilla, then go to sleep; 2) Compile this, then go to sleep; 3) You can sleep now, but wake me up in 8:30 with mp3 player&lt;/i&gt;&quot;.  Pavel provided a simple not-fully-functional patch, then described his proposed solution:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&quot;Today&#039;s hardware is mostly capable of doing better: with correctly set up wakeups, machine can sleep and successfully pretend it is not sleeping -- by waking up whenever something interesting happens. Of course, it is easier on machines not connected to the network, and on notebook computers.&quot;&lt;/p&gt;&lt;/blockquote&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/Sleepy_Linux&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/Sleepy_Linux#comments</comments>
 <category domain="http://kerneltrap.org/Linux">Linux</category>
 <category domain="http://kerneltrap.org/taxonomy/term/631">Pavel Machek</category>
 <category domain="http://kerneltrap.org/taxonomy/term/463">RFC</category>
 <category domain="http://kerneltrap.org/suspend">suspend</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Fri, 04 Jan 2008 15:11:49 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">15124 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Kexec Hibernation Progress</title>
 <link>http://kerneltrap.org/Linux/Kexec_Hibernation_Progress</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Ying Huang posted an &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/20/264309&quot;&gt;updated version&lt;/a&gt; of his kexec based hiberation patches.  Pavel Machek, one of the uswsusp maintainers, &lt;a href=&quot;http://kerneltrap.org/mailarchive/linux-kernel/2007/9/20/264505&quot;&gt;responsed favorably&lt;/a&gt;, suggesting, &quot;&lt;i&gt;seems like good enough for -mm to me.&lt;/i&gt;&quot;  He went on to note that he didn&#039;t see the kexec patches being a hibernation solution anytime soon, but that the functinality was useful for other purposes such as simply dumping memory and continuing.  TuxOnIce maintainer Nigel Cunningham added, &quot;&lt;i&gt;Andrew, if I recall correctly, you said a while ago that you didn&#039;t want another hibernation implementation in the vanilla kernel. If you&#039;re going to consider merging this kexec code, will you also please consider merging TuxOnIce?&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Andrew Morton explained what made the kexec solution attractive, &quot;&lt;i&gt;the theory is that kexec-based hibernation will mainly use preexisting kexec code and will permit us to delete the existing hibernation implementation.  That&#039;s different from replacing it.&lt;/i&gt;&quot;  Rafael Wysocki disagreed, pointing out that there was still quite a bit of work that kexec would have to do which would require more code in the kernel.  He also pointed to the complexity of dealing with ACPI systems.  Ying replied, &quot;&lt;i&gt;Yes. ACPI is a biggest issue of kexec based hibernation now. I will try to work on that. At least I can prove whether kexec based hibernation is possible with ACPI.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/Linux/Kexec_Hibernation_Progress&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/Linux/Kexec_Hibernation_Progress#comments</comments>
 <category domain="http://kerneltrap.org/taxonomy/term/975">ACPI</category>
 <category domain="http://kerneltrap.org/Andrew_Morton">Andrew Morton</category>
 <category domain="http://kerneltrap.org/kexec_hibernation">kexec hibernation</category>
 <category domain="http://kerneltrap.org/taxonomy/term/202">Nigel Cunningham</category>
 <category domain="http://kerneltrap.org/taxonomy/term/631">Pavel Machek</category>
 <category domain="http://kerneltrap.org/taxonomy/term/201">TuxOnIce</category>
 <category domain="http://kerneltrap.org/taxonomy/term/587">uswsusp</category>
 <category domain="http://kerneltrap.org/Ying_Huang">Ying Huang</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Sat, 22 Sep 2007 17:14:56 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">14426 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux: Reviewing Suspend2</title>
 <link>http://kerneltrap.org/node/6766</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_start --&gt;&lt;p&gt;Nigel Cunningham submitted his &lt;a href=&quot;http://www.suspend2.net/&quot;&gt;suspend2&lt;/a&gt; patches [&lt;a href=&quot;http://kerneltrap.org/node/3118&quot;&gt;story&lt;/a&gt;] to the &lt;a href=&quot;http://www.tux.org/lkml/&quot; target=&quot;new&quot;&gt;lkml&lt;/a&gt; for review and inclusion into Andrew Morton [&lt;a href=&quot;http://kerneltrap.org/node/10&quot;&gt;interview&lt;/a&gt;]&#039;s -mm tree [&lt;a href=&quot;http://kerneltrap.org/node/875&quot;&gt;story&lt;/a&gt;]. Jens Axboe summarized the current roadblocks to merging suspend2, &quot;&lt;i&gt;now I haven&#039;t followed the suspend2 vs swsusp debate very closely, but it seems to me that your biggest problem with getting this merged is getting consensus on where exactly this is going. Nobody wants two different suspend modules in the kernel. So there are two options - suspend2 is deemed the way to go, and it gets merged and replaces swsusp. Or the other way around - people like swsusp more, and you are doomed to maintain suspend2 outside the tree.&lt;/i&gt;&quot;&lt;/p&gt;
&lt;p&gt;Greg KH pointed out that the current focus with swsusp is to move the functionality from the kernel into userspace, called &lt;a href=&quot;http://suspend.sourceforge.net/&quot;&gt;uswsusp&lt;/a&gt;, &quot;&lt;i&gt;Pavel and others have a working implementation and are slowly moving toward adding all of the &#039;bright and shiny&#039; features that is in suspend2 to it (encryption, progress screens, abort by pressing a key, etc.) so that there is no loss of functionality.&lt;/i&gt;&quot;  Nigel countered that only some of swsusp is being moved to userland, adding, &quot;&lt;i&gt;and there _is_ loss of functionality - uswsusp still doesn&#039;t support writing a  full image of memory, writing to multiple swap devices (partitions or files), or writing to ordinary files. They&#039;re getting the low hanging fruit, but when it comes to these parts of the problem, they&#039;re going to require either smoke and very good mirrors (eg the swap prefetching trick), or simply refuse to implement them.&lt;/i&gt;&quot;  Pavel Machek, maintainer of swsusp and uswsusp, replied item by item to Nigel&#039;s list of suspend2 advantages noting that uswsusp now has or soon will have the same capabilities.  It was further noted that the submitted patches will need to be consolidated into logical pieces and resubmitted for proper review.&lt;/p&gt;
&lt;!-- google_ad_section_end --&gt;&lt;p&gt;&lt;a href=&quot;http://kerneltrap.org/node/6766&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://kerneltrap.org/node/6766#comments</comments>
 <category domain="http://kerneltrap.org/Greg_KH">Greg KH</category>
 <category domain="http://kerneltrap.org/Jens_Axboe">Jens Axboe</category>
 <category domain="http://kerneltrap.org/taxonomy/term/202">Nigel Cunningham</category>
 <category domain="http://kerneltrap.org/taxonomy/term/631">Pavel Machek</category>
 <category domain="http://kerneltrap.org/taxonomy/term/200">Suspend2</category>
 <category domain="http://kerneltrap.org/taxonomy/term/373">swsusp</category>
 <category domain="http://kerneltrap.org/taxonomy/term/587">uswsusp</category>
 <category domain="http://kerneltrap.org/news/linux">Linux news</category>
 <pubDate>Tue, 27 Jun 2006 14:03:43 +0000</pubDate>
 <dc:creator>Jeremy</dc:creator>
 <guid isPermaLink="false">6766 at http://kerneltrap.org</guid>
</item>
<item>
 <title>Linux:  BitBucket, A GPL&#039;ed BitKeeper Exporter</title>
 <link>http://kerneltrap.org/node/600</link>
 <description>&lt;div class=&quot;taxonomy-images&quot;&gt;&lt;a href=&quot;/news/linux&quot; class=&quot;taxonomy-image-links&quot;&gt;&lt;img src=&quot;http://kerneltrap.org/files/category_pictures/K-Linux.gif&quot; alt=&quot;Linux news&quot; title=&quot;Linux news&quot;  width=&quot;75&quot; height=&quot;75&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;!-- google_ad_section_s