<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>Kernel Planet</title>
	<link>http://www.kernelplanet.org/</link>
	<language>en</language>
	<description>Kernel Planet - http://www.kernelplanet.org/</description>

<item>
	<title>Dave Jones: Daily log June 17th 2013</title>
	<guid>http://codemonkey.org.uk/?p=504</guid>
	<link>http://codemonkey.org.uk/2013/06/17/daily-log-june-17th-2013/</link>
	<description>&lt;p&gt;Busy day. Hit a whole bunch of new bugs.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/17/532&quot;&gt;btrfs oops during umount&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/17/599&quot;&gt;btrfs triggered ‘MAX_LOCKDEP_CHAINS too low’&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.spinics.net/lists/kernel/msg1551503.html&quot;&gt;soft lockups during sync()&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://permalink.gmane.org/gmane.linux.network/273250&quot;&gt;ax25_recvmsg lockup&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/17/820&quot;&gt;EDAC i5000 locking warning during boot&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/17/827&quot;&gt;/proc/dri/0/vma broken on nouveau.&lt;/a&gt;.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/17/daily-log-june-17th-2013/&quot;&gt;Daily log June 17th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/14/daily-log-june-14th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 14th 2013&quot;&gt;Daily log June 14th 2013&lt;/a&gt; &lt;small&gt;Switched out a broken SSD in test machine for a...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-7th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 7th 2013&quot;&gt;Daily log June 7th 2013&lt;/a&gt; &lt;small&gt;Woke up to a patch fixing the NETLINK_MMAP corruption bug...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/10/daily-log-june-10th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 10th 2013&quot;&gt;Daily log June 10th 2013&lt;/a&gt; &lt;small&gt;Usual Monday morning email catch-up. Rebased my testing trees to...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Tue, 18 Jun 2013 04:27:16 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Daily log June 14th 2013</title>
	<guid>http://codemonkey.org.uk/?p=502</guid>
	<link>http://codemonkey.org.uk/2013/06/14/daily-log-june-14th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Switched out a broken SSD in test machine for a hybrid drive. Hopefully it’ll last longer even if it is slightly slower.
&lt;/li&gt;
&lt;li&gt;Hit a trinity bug where a child process would sleep for a really long time, and the watchdog had already exited. Reworked things so the watchdog never leaves while there child processes still running so that it can SIGKILL ‘stuck’ children. Stupid bug..
&lt;/li&gt;
&lt;li&gt;Spent some time cleaning up the linked list uses in trinity. Not happy with the resulting patch so didn’t commit it. Maybe next week.
&lt;/li&gt;
&lt;li&gt;Short bi-weekly kernel meeting in #fedora-meeting. Nothing exciting.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Looked over my 3.10-rc5 outstanding issues. Some more patches got merged, so things are starting to look better, as long as I don’t find any new problems next week.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/11/423&quot;&gt;GPF in aesni_xts_crypt8&lt;/a&gt;. (&lt;a href=&quot;https://lkml.org/lkml/2013/6/11/494&quot;&gt;fix&lt;/a&gt;)
 &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/6/394&quot;&gt;top reports cpus maxed while idle&lt;/a&gt; (Fix is in linux-tip:timers/urgent).
 &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/6/238&quot;&gt;XFS log recovery bug&lt;/a&gt;
 &lt;/li&gt;
&lt;li&gt;Trinity triggered bugs:
&lt;ul&gt;
&lt;li&gt;udpv6 oops (Been around for a long time, still no fix).
  &lt;/li&gt;
&lt;li&gt;Assorted RCU/NOHZ_FULL bugs.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/21/327&quot;&gt;rcu_read_lock() used illegally while idle!&lt;/a&gt;, &lt;a href=&quot;https://lkml.org/lkml/2013/6/10/457&quot;&gt;and again&lt;/a&gt;. Possible fix is d6284099 in linux-rcu.git rcu/urgent
   &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/21/510&quot;&gt;WARNING: at kernel/rcutree.c:388 rcu_eqs_enter+0x9b/0xb0()&lt;/a&gt;(&lt;a href=&quot;http://lkml.org/lkml/2013/5/10/537&quot;&gt;potential fix&lt;/a&gt;),
   &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/24/379&quot;&gt;Context tracking warning&lt;/a&gt;(&lt;a href=&quot;https://lkml.org/lkml/diff/2013/5/24/379/1&quot;&gt;fix&lt;/a&gt;).
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Assorted perf bugs.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/5/25/107&quot;&gt;perf function tracing uses rcu_lock()&lt;/a&gt;
   &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/28/460&quot;&gt;perf_lock_task_context deadlock&lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/10/535&quot;&gt;WARNING: at kernel/trace/ftrace.c:1605&lt;/a&gt;
 &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;T430s Lid events no longer put machine to sleep (actually an old bug since 3.9-rc1, haven’t had time to bisect)
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/14/daily-log-june-14th-2013/&quot;&gt;Daily log June 14th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-7th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 7th 2013&quot;&gt;Daily log June 7th 2013&lt;/a&gt; &lt;small&gt;Woke up to a patch fixing the NETLINK_MMAP corruption bug...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/10/daily-log-june-10th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 10th 2013&quot;&gt;Daily log June 10th 2013&lt;/a&gt; &lt;small&gt;Usual Monday morning email catch-up. Rebased my testing trees to...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/31/daily-log-may-31st-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 31st 2013&quot;&gt;daily log May 31st 2013&lt;/a&gt; &lt;small&gt;Bisection revealed the source of the mystery mmap bug. Still...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 14 Jun 2013 20:10:38 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Weekly Fedora kernel bug statistics – June 14th 2013</title>
	<guid>http://codemonkey.org.uk/?p=501</guid>
	<link>http://codemonkey.org.uk/2013/06/14/weekly-fedora-kernel-bug-statistics-june-14th-2013/</link>
	<description>&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;td&gt;rawhide&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open:&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=17&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;244&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=18&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;424&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=19&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;134&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=rawhide&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;72&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(874)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Opened since 2013-06-07&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-06-14&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;2&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-06-14&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;25&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-06-14&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;12&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-06-14&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;7&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(46)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Closed since 2013-06-07&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-14&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;10&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-14&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;9&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-14&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;3&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-14&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;1&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(23)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Changed since 2013-06-07&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-14&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;16&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-14&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;39&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-14&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;32&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-14&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-06-07&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;13&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(100)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/14/weekly-fedora-kernel-bug-statistics-june-14th-2013/&quot;&gt;Weekly Fedora kernel bug statistics – June 14th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/weekly-fedora-kernel-bug-statistics-june-07-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – June 07 2013&quot;&gt;Weekly Fedora kernel bug statistics – June 07 2013&lt;/a&gt; &lt;small&gt;  17 18 19 rawhide   Open: 250 417 126...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/01/18/weekly-fedora-kernel-bug-statistics-january-18th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – January 18th 2013&quot;&gt;Weekly Fedora kernel bug statistics – January 18th 2013&lt;/a&gt; &lt;small&gt;  16 17 18 rawhide   Open: 87 462 209...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2012/09/14/weekly-fedora-kernel-bug-statistics-september-14th-2012/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – September 14th 2012&quot;&gt;Weekly Fedora kernel bug statistics – September 14th 2012&lt;/a&gt; &lt;small&gt;  16 17 18 rawhide   Open: 364 251 10...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 14 Jun 2013 16:06:43 +0000</pubDate>
</item>
<item>
	<title>Matt Domsch: Fedora Project Board Town Hall Thursday 1900 UTC</title>
	<guid>http://domsch.com/blog/?p=617</guid>
	<link>http://domsch.com/blog/?p=617</link>
	<description>&lt;p&gt;I have the pleasure of moderating the&lt;a href=&quot;http://fedoraproject.org/wiki/Elections#Fedora_Project_Board&quot;&gt; Fedora Project Board Town Hall&lt;/a&gt; today, &lt;a href=&quot;http://www.timeanddate.com/worldclock/fixedtime.html?msg=Fedora+20+Elections%3A+Board+Townhall&amp;amp;iso=20130613T19&amp;amp;ah=1&quot;&gt;1900 UTC&lt;/a&gt;, having served on the board for five years previously.  Held on IRC, these Town Halls give project members a chance to ask questions directly of the &lt;a href=&quot;https://fedoraproject.org/wiki/Board_nominations?rd=Board/Elections/Nominations#Candidates&quot;&gt;five Board candidates&lt;/a&gt;, so that you can make a more informed decision when casting your vote.  I hope you can &lt;a href=&quot;http://fedoraproject.org/wiki/Elections#How_to_Join&quot;&gt;join us&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Thu, 13 Jun 2013 15:38:12 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Daily log June 12th 2013</title>
	<guid>http://codemonkey.org.uk/?p=500</guid>
	<link>http://codemonkey.org.uk/2013/06/12/daily-log-june-12th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Did some more work on my &lt;a href=&quot;https://github.com/kernelslacker/io-tests/blob/master/setup.sh&quot;&gt;test harness&lt;/a&gt; for setting up an assortment of disk configurations.
&lt;/li&gt;
&lt;li&gt;While testing it, hit &lt;a href=&quot;https://lkml.org/lkml/2013/6/12/440&quot;&gt;a bug during RAID5 reconstruction&lt;/a&gt;. This was a pain to get a trace out of, because it hits a BUG_ON. When that happens usb-serial stops spitting out characters, which seems suboptimal, but might be tricky to fix. I ended up just converting it to a WARN_ON to get the trace. A &lt;a href=&quot;https://lkml.org/lkml/2013/5/19/75&quot;&gt;patch fixing this&lt;/a&gt; has existed for almost a month. sigh. At least it got merged by the end of the day.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/12/daily-log-june-12th-2013/&quot;&gt;Daily log June 12th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-7th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 7th 2013&quot;&gt;Daily log June 7th 2013&lt;/a&gt; &lt;small&gt;Woke up to a patch fixing the NETLINK_MMAP corruption bug...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 23rd 2013.&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; &lt;small&gt;Continued chasing the xfs bug. Confirmed that with the pending...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/10/daily-log-june-10th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 10th 2013&quot;&gt;Daily log June 10th 2013&lt;/a&gt; &lt;small&gt;Usual Monday morning email catch-up. Rebased my testing trees to...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Thu, 13 Jun 2013 04:58:54 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Daily log June 11th 2013</title>
	<guid>http://codemonkey.org.uk/?p=499</guid>
	<link>http://codemonkey.org.uk/2013/06/11/daily-log-june-11th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Hit an &lt;a href=&quot;https://lkml.org/lkml/2013/6/11/423&quot;&gt;AES&lt;/a&gt; bug that prevented my laptop booting 3.10-rc. Reported to the author of the only relevant change, and got a patch back quickly which solved it. If only all bugs had that kind of turnaround time.
&lt;/li&gt;
&lt;li&gt;Poked at my &lt;a href=&quot;https://github.com/kernelslacker/scripts/blob/master/fkbug.sh&quot;&gt;fedora kernel bug triage script&lt;/a&gt;. Realised that right now, it’s incomplete because python-bugzilla doesn’t support setting keywords, only querying. Someone with python-fu want to implement that (and component reassign) ?
&lt;/li&gt;
&lt;li&gt;Finally got fed up with all the reports from the soft lockup detector from users of vmware/kvm, and wrote a patch to automatically disable it there. It appears that if you create enough load in the host, guests don’t get scheduled within the time range necessary for the softlockup detector to keep ticking.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/11/daily-log-june-11th-2013/&quot;&gt;Daily log June 11th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-7th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 7th 2013&quot;&gt;Daily log June 7th 2013&lt;/a&gt; &lt;small&gt;Woke up to a patch fixing the NETLINK_MMAP corruption bug...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-6th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 6th 2013&quot;&gt;Daily log June 6th 2013&lt;/a&gt; &lt;small&gt;Despite yesterdays SSD death, turned out the XFS bug I...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/10/daily-log-june-10th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 10th 2013&quot;&gt;Daily log June 10th 2013&lt;/a&gt; &lt;small&gt;Usual Monday morning email catch-up. Rebased my testing trees to...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Wed, 12 Jun 2013 04:03:05 +0000</pubDate>
</item>
<item>
	<title>Andy Grover: New screencast: 10 New Features in LIO and targetcli</title>
	<guid>http://groveronline.com/?p=405</guid>
	<link>http://groveronline.com/2013/06/new-screencast-10-new-features-in-lio-and-targetcli/</link>
	<description>&lt;p&gt;I posted a new screencast that talks about ten new ease-of-use features that are new in Fedora 18.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://youtu.be/uqNJBpsMBbA&quot;&gt;10 New Features in LIO and targetcli&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Easier storage-&amp;gt;ACL setup&lt;/li&gt;
&lt;li&gt;Name shows up as LUN model name&lt;/li&gt;
&lt;li&gt;Tags for initiator aliases and grouping&lt;/li&gt;
&lt;li&gt;‘info’ command&lt;/li&gt;
&lt;li&gt;IPv6 portal support&lt;/li&gt;
&lt;li&gt;WWNs normalized&lt;/li&gt;
&lt;li&gt;Only show HW fabrics that are present&lt;/li&gt;
&lt;li&gt;10 previous configs saved&lt;/li&gt;
&lt;li&gt;More info in summary&lt;/li&gt;
&lt;li&gt;iSER support&lt;/li&gt;
&lt;li&gt;Better sorting&lt;/li&gt;
&lt;/ol&gt;</description>
	<pubDate>Tue, 11 Jun 2013 16:38:04 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Daily log June 10th 2013</title>
	<guid>http://codemonkey.org.uk/?p=498</guid>
	<link>http://codemonkey.org.uk/2013/06/10/daily-log-june-10th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Usual Monday morning email catch-up.
&lt;/li&gt;
&lt;li&gt;Rebased my testing trees to rc5, restarted tests.
&lt;/li&gt;
&lt;li&gt;Watched the Apple keynote. Wondering how long before we get a “new macbook air doesn’t work on Linux” bug report.
&lt;/li&gt;
&lt;li&gt;More &lt;a href=&quot;https://lkml.org/lkml/2013/6/10/457&quot;&gt;RCU bugs&lt;/a&gt;, which was actually a repeat of an -rc2 era bug. Hitting old bugs again is actually giving me some hope that there’s not anything too scary remaining in this code. Spent a while detangling all the different RCU/NOHZ bugs reported over the last few weeks.
&lt;/li&gt;
&lt;li&gt;While chasing that stuff down, hit &lt;a href=&quot;https://lkml.org/lkml/2013/6/10/535&quot;&gt;a new ftrace bug&lt;/a&gt;.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;My 3.10-rc5 outstanding issues.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/6/394&quot;&gt;top reports cpus maxed while idle&lt;/a&gt; (Fix is in linux-tip:timers/urgent).
 &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/6/238&quot;&gt;XFS log recovery bug&lt;/a&gt;
 &lt;/li&gt;
&lt;li&gt;Trinity triggered bugs:
&lt;ul&gt;
&lt;li&gt;NETLINK mmap corruption bug. (Fix known, but not committed yet)
  &lt;/li&gt;
&lt;li&gt;udpv6 oops (Been around for a long time, still no fix).
  &lt;/li&gt;
&lt;li&gt;Assorted RCU/NOHZ_FULL bugs.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/21/327&quot;&gt;rcu_read_lock() used illegally while idle!&lt;/a&gt;, &lt;a href=&quot;https://lkml.org/lkml/2013/6/10/457&quot;&gt;and again&lt;/a&gt;.
   &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/21/510&quot;&gt;WARNING: at kernel/rcutree.c:388 rcu_eqs_enter+0x9b/0xb0()&lt;/a&gt;(&lt;a href=&quot;http://lkml.org/lkml/2013/5/10/537&quot;&gt;potential fix&lt;/a&gt;),
   &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/24/379&quot;&gt;Context tracking warning&lt;/a&gt;(&lt;a href=&quot;https://lkml.org/lkml/diff/2013/5/24/379/1&quot;&gt;fix&lt;/a&gt;).
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Assorted perf bugs.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/5/25/107&quot;&gt;perf function tracing uses rcu_lock()&lt;/a&gt;
   &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/28/460&quot;&gt;perf_lock_task_context deadlock&lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/10/535&quot;&gt;WARNING: at kernel/trace/ftrace.c:1605&lt;/a&gt;
 &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;T430s Lid events no longer put machine to sleep (actually an old bug since 3.9-rc1, haven’t had time to bisect)
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/10/daily-log-june-10th-2013/&quot;&gt;Daily log June 10th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-7th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 7th 2013&quot;&gt;Daily log June 7th 2013&lt;/a&gt; &lt;small&gt;Woke up to a patch fixing the NETLINK_MMAP corruption bug...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-6th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 6th 2013&quot;&gt;Daily log June 6th 2013&lt;/a&gt; &lt;small&gt;Despite yesterdays SSD death, turned out the XFS bug I...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/31/daily-log-may-31st-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 31st 2013&quot;&gt;daily log May 31st 2013&lt;/a&gt; &lt;small&gt;Bisection revealed the source of the mystery mmap bug. Still...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Tue, 11 Jun 2013 04:12:47 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: git commit statistics.</title>
	<guid>http://codemonkey.org.uk/?p=497</guid>
	<link>http://codemonkey.org.uk/2013/06/10/git-commit-statistics/</link>
	<description>&lt;p&gt;Linus posted &lt;a href=&quot;https://lkml.org/lkml/2013/6/9/202&quot;&gt;a git one-liner&lt;/a&gt; this morning that ended up intriguing me.&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
git log --pretty=%aD --author=davej@redhat.com | cut -c1-3 | sort | uniq -c | sort -n&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The output looks like this..&lt;/p&gt;
&lt;pre&gt;     37 Sat
     42 Sun
     50 Fri
     73 Wed
     78 Mon
     79 Thu
    112 Tue
&lt;/pre&gt;
&lt;p&gt;What I found interesting, is that on every single git repo I ran that command on, Tuesday was my most productive day.&lt;br /&gt;
As much as I hate Mondays, I think the real reason there is that I treat Mondays as ‘catch up’ day for the most part. As can be clearly seen, I don’t really work on weekends any more, so Mondays tend to be dealing with a backlog of email/git commits, bringing kernels on test machines up to date, and paging in context from whatever I was working on the prior week.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/10/git-commit-statistics/&quot;&gt;git commit statistics.&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss yarpp-related-none&quot;&gt;
&lt;p&gt;No related posts.&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Tue, 11 Jun 2013 01:17:38 +0000</pubDate>
</item>
<item>
	<title>Pavel Machek: Dear William Hague</title>
	<guid>http://pavelmachek.livejournal.com/115922.html</guid>
	<link>http://pavelmachek.livejournal.com/115922.html</link>
	<description>If you are not a &lt;a href=&quot;http://www.independent.co.uk/news/uk/politics/william-hague-lawabiding-britons-have-nothing-to-fear-from-gchq-8651013.html&quot; rel=&quot;nofollow&quot;&gt;criminal&lt;/a&gt;, please publish your PIN, bank account password, email/facebook passwords and complete medical history. You don't have anything to hide, do you?</description>
	<pubDate>Mon, 10 Jun 2013 09:00:10 +0000</pubDate>
</item>
<item>
	<title>Eric Sandeen: Running the numbers on Minnesota’s solar mandate</title>
	<guid>http://sandeen.net/wordpress/?p=1160</guid>
	<link>http://sandeen.net/wordpress/energy/running-the-numbers-on-minnesotas-solar-mandate/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=running-the-numbers-on-minnesotas-solar-mandate</link>
	<description>&lt;p&gt;At the end of the 2013 legislative session in Minnesota, legislators passed &lt;a href=&quot;https://www.revisor.mn.gov/bills/text.php?number=HF956&amp;amp;type=CCR&amp;amp;version=A&amp;amp;session=ls88&amp;amp;session_year=2013&amp;amp;session_number=0&quot;&gt;an omnibus energy bill&lt;/a&gt; which included, among other things, a requirement that investor-owned utilities in Minnesota (Read: Xcel Energy) must generate 1.5% of their electricity from solar by 2020.  There were a lot of other things in there as a result of the &lt;del&gt;sausage&lt;/del&gt; law-making process for the solar mandate, including some that I’m not very fond of, but the bottom line of encouraging more solar development is a good thing in my book.  (Also, it was signed into law on my birthday!)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/kevint/310868087/&quot; title=&quot;Solar Panels @ Minnesota State Fair by kevinthoule, on Flickr&quot;&gt;&lt;img alt=&quot;Solar Panels&quot; class=&quot;aligncenter&quot; height=&quot;375&quot; src=&quot;http://farm1.staticflickr.com/120/310868087_2d71a39422.jpg&quot; width=&quot;500&quot; /&gt;&lt;/a&gt;1.5% doesn’t sound like a whole lot, but what does it really mean in terms of physical solar PV deployments?  Numbers have been tossed around that this will require 450MW of new capacity in the next 7 years.&lt;/p&gt;
&lt;p&gt;Assuming the 450MW number is correct, and picking 250W panels as a common panel size today, that’s 450,000,000 / 250 = 1,800,000 or 1.8 million panels installed by 2020.  That’s about 700 panels installed every day for 7 years.&lt;/p&gt;
&lt;p&gt;If commodity sized (65x39cm) panels are used, that’s about 112 acres of panels (if they were laid out flat and edge to edge, which of course they aren’t) ;)  That’s roughly equivalent to 112 US football fields.&lt;/p&gt;
&lt;p&gt;Is this possible?  Sure.  &lt;a href=&quot;http://www.scientificamerican.com/article.cfm?id=austria-installed-230-mw-of-solar-c-2013-04&quot;&gt;Austria installed 230MW in 2012&lt;/a&gt; alone.  &lt;a href=&quot;http://www.seia.org/state-solar-policy/new-jersey&quot;&gt;New Jersey installed 415MW in 2012&lt;/a&gt;.  And Minnesota gave itself 7 years to accomplish this goal.&lt;/p&gt;
&lt;p&gt;Is 450MW the right number?  According to the NREL &lt;a href=&quot;http://rredc.nrel.gov/solar/calculators/PVWATTS/version1/US/Minnesota/Minneapolis.html&quot;&gt;PVWatts calculator for Minneapolis&lt;/a&gt;, 450MW of optimally situated, fixed solar PV could be expected to generate &lt;span style=&quot;font-size: medium;&quot;&gt;578,512&lt;/span&gt; MWh of solar energy in the course of a year.&lt;/p&gt;
&lt;p&gt;According to the &lt;a href=&quot;http://www.eia.gov/electricity/data/browser/&quot;&gt;EIA energy data browser&lt;/a&gt;, all utilities (including co-ops etc) in Minnesota generated 42,586,000 MWh in 2012.  578,512MWh is about 1.3% of that number.  Xcel is by far the largest generator, so if we take out the smaller co-ops etc, 450MW does seem like a reasonable ballpark number.&lt;/p&gt;
&lt;p&gt;There are already large companies ready to jump at this.  &lt;a href=&quot;http://stmedia.startribune.com/documents/Geronimo+solar+proposal.pdf&quot;&gt;Geronimo Energy has submitted a proposal&lt;/a&gt; to provide up to 100MW of capacity at up to 31 sites ranging from 2 to 10MW.  I honestly hope this isn’t the predominant mode of development.  We have an awful lot of flat roofs which would be well suited – for example, Ikea put &lt;a href=&quot;http://www.startribune.com/business/167680535.html&quot;&gt;1MW on their Minnesota store &lt;/a&gt;last year.  100 acres or so isn’t all that much land, but I’d still rather see this go up on the built environment before we start using farmland &amp;amp; green space.&lt;/p&gt;
&lt;p&gt;I’m excited to see how this works going forward.  Will my friends in the small-scale solar installation business stay busy?  Will SolarCity come to town?  Will companies like Geronimo make up the bulk of this with giant installations?  Will it r&lt;a href=&quot;http://www.midwestenergynews.com/2013/06/06/with-more-solar-on-the-way-does-xcel-need-more-gas-peakers/&quot;&gt;educe the need for new gas peaker plants&lt;/a&gt;?  Time will tell, but it’s an exciting time for solar in Minnesota, for sure.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;

&lt;/p&gt;</description>
	<pubDate>Sat, 08 Jun 2013 22:23:41 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Daily log June 7th 2013</title>
	<guid>http://codemonkey.org.uk/?p=496</guid>
	<link>http://codemonkey.org.uk/2013/06/07/daily-log-june-7th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Woke up to a patch fixing the NETLINK_MMAP corruption bug I’ve been chasing. Seems to work.
&lt;/li&gt;
&lt;li&gt;Some more polishing on trinity towards a new release (next week possibly).
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;My 3.10-rc4 outstanding issues.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/6/394&quot;&gt;top reports cpus maxed while idle&lt;/a&gt; (Fix is in linux-tip:timers/urgent).
 &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/6/6/238&quot;&gt;XFS log recovery bug&lt;/a&gt;
 &lt;/li&gt;
&lt;li&gt;Trinity triggered bugs:
&lt;ul&gt;
&lt;li&gt;NETLINK mmap corruption bug.
  &lt;/li&gt;
&lt;li&gt;udpv6 oops (Been around for a long time, still no fix).
  &lt;/li&gt;
&lt;li&gt;Assorted RCU/NOHZ_FULL bugs.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/21/327&quot;&gt;rcu_read_lock() used illegally while idle!&lt;/a&gt;,
   &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/21/510&quot;&gt;WARNING: at kernel/rcutree.c:388 rcu_eqs_enter+0x9b/0xb0()&lt;/a&gt;(&lt;a href=&quot;http://lkml.org/lkml/2013/5/10/537&quot;&gt;potential fix&lt;/a&gt;&lt;a&gt;
&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/24/379&quot;&gt;Context tracking warning&lt;/a&gt;(&lt;a href=&quot;https://lkml.org/lkml/diff/2013/5/24/379/1&quot;&gt;fix&lt;/a&gt;).
  &lt;/li&gt;
&lt;p&gt;
&lt;/p&gt;&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Assorted perf bugs.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/5/25/107&quot;&gt;perf function tracing uses rcu_lock()&lt;/a&gt;
   &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/28/460&quot;&gt;perf_lock_task_context deadlock&lt;/a&gt;
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;T430s Lid events no longer put machine to sleep (actually an old bug since 3.9-rc1, haven’t had time to bisect)
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-7th-2013/&quot;&gt;Daily log June 7th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-6th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Daily log June 6th 2013&quot;&gt;Daily log June 6th 2013&lt;/a&gt; &lt;small&gt;Despite yesterdays SSD death, turned out the XFS bug I...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 23rd 2013.&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; &lt;small&gt;Continued chasing the xfs bug. Confirmed that with the pending...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/31/daily-log-may-31st-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 31st 2013&quot;&gt;daily log May 31st 2013&lt;/a&gt; &lt;small&gt;Bisection revealed the source of the mystery mmap bug. Still...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Sat, 08 Jun 2013 04:07:16 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Weekly Fedora kernel bug statistics – June 07 2013</title>
	<guid>http://codemonkey.org.uk/?p=495</guid>
	<link>http://codemonkey.org.uk/2013/06/07/weekly-fedora-kernel-bug-statistics-june-07-2013/</link>
	<description>&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;td&gt;rawhide&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open:&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=17&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;250&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=18&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;417&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=19&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;126&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=rawhide&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;66&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(859)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Opened since 2013-05-31&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-06-07&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;0&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-06-07&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;26&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-06-07&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;17&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-06-07&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;1&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(44)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Closed since 2013-05-31&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-07&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;16&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-07&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;11&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-07&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;5&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-07&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;2&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(34)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Changed since 2013-05-31&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-07&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;41&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-07&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;41&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-07&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;26&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-06-07&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-31&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;11&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(119)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/weekly-fedora-kernel-bug-statistics-june-07-2013/&quot;&gt;Weekly Fedora kernel bug statistics – June 07 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/08/weekly-fedora-kernel-bug-statistics-march-08-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – March 08 2013&quot;&gt;Weekly Fedora kernel bug statistics – March 08 2013&lt;/a&gt; &lt;small&gt;  17 18 rawhide   Open: 453 406 241 (1100)...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/22/weekly-fedora-kernel-bug-statistics-april-19th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – April 19th 2013&quot;&gt;Weekly Fedora kernel bug statistics – April 19th 2013&lt;/a&gt; &lt;small&gt;I was a little distracted by local events last Friday,...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/29/monthly-fedora-kernel-bug-statistics-march-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Monthly Fedora kernel bug statistics – March 2013&quot;&gt;Monthly Fedora kernel bug statistics – March 2013&lt;/a&gt; &lt;small&gt;I figured in addition to the weekly bug reports, I’m...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 07 Jun 2013 17:54:08 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Daily log June 6th 2013</title>
	<guid>http://codemonkey.org.uk/?p=493</guid>
	<link>http://codemonkey.org.uk/2013/06/07/daily-log-june-6th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Despite yesterdays SSD death, turned out the XFS bug I was seeing is actually &lt;a href=&quot;https://lkml.org/lkml/2013/6/6/238&quot;&gt;an XFS bug&lt;/a&gt;.
&lt;/li&gt;
&lt;li&gt;Noticed the &lt;a href=&quot;https://lkml.org/lkml/2013/6/6/394&quot;&gt;busy-while-idle bug&lt;/a&gt; again. Gathered info and pinged upstream. Annoying. Tested a patch currently in linux-tip.
&lt;/li&gt;
&lt;li&gt;Reinstalled test machine with spare SSD.
&lt;/li&gt;
&lt;li&gt;Once that was done, I chased down the root cause of the mystery mmap corruption. Investigation ongoing with upstream author, though it looks like this is 3.10-rc only. More details on that soon. Chasing this down has taken all week, and highlighted a number of areas I need to improve trinity in.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/07/daily-log-june-6th-2013/&quot;&gt;Daily log June 6th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/31/daily-log-may-31st-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 31st 2013&quot;&gt;daily log May 31st 2013&lt;/a&gt; &lt;small&gt;Bisection revealed the source of the mystery mmap bug. Still...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/06/daily-log-june-5th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log June 5th 2013&quot;&gt;daily log June 5th 2013&lt;/a&gt; &lt;small&gt;Another SSD died (Intel 520 this time). Annoyingly the one...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/04/daily-log-june-4th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log June 4th 2013&quot;&gt;daily log June 4th 2013&lt;/a&gt; &lt;small&gt;Managed to hit the XFS ‘dir block has an entry...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 07 Jun 2013 05:33:52 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log June 5th 2013</title>
	<guid>http://codemonkey.org.uk/?p=492</guid>
	<link>http://codemonkey.org.uk/2013/06/06/daily-log-june-5th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Another SSD died (Intel 520 this time). Annoyingly the one that I was chasing an XFS bug in. Lots of time spent transplanting it into different machines to try and salvage uncommitted changes without luck. RMA time again.
&lt;/li&gt;
&lt;li&gt;Bad allergies combined with a headcold made the rest of the day a sudafed &amp;amp; red bull induced haze.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/06/daily-log-june-5th-2013/&quot;&gt;daily log June 5th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/03/daily-log-june-3rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log June 3rd 2013&quot;&gt;daily log June 3rd 2013&lt;/a&gt; &lt;small&gt;Spent pretty much the whole day chasing one bug. Which...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/04/daily-log-june-4th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log June 4th 2013&quot;&gt;daily log June 4th 2013&lt;/a&gt; &lt;small&gt;Managed to hit the XFS ‘dir block has an entry...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/22/daily-log-may-22nd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 22nd 2013.&quot;&gt;daily log May 22nd 2013.&lt;/a&gt; &lt;small&gt;Going to try and continue yesterdays daily log format for...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Thu, 06 Jun 2013 14:36:16 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log June 4th 2013</title>
	<guid>http://codemonkey.org.uk/?p=489</guid>
	<link>http://codemonkey.org.uk/2013/06/04/daily-log-june-4th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Managed to hit the XFS ‘dir block has an entry not in the hash index’ bug again.  Just like last time, it prevented booting, and running xfs_dump (or xfs_repair) on the block device from the rescue shell locked up. Ended up having to remove the SSD and put it in another machine over USB.&lt;br /&gt;
Created a xfs dump for Dave Chinner to ponder over.
&lt;/li&gt;
&lt;li&gt;Built 3.10-rc4 for rawhide
&lt;/li&gt;
&lt;li&gt;Continued attempts at narrowing down weird mmap bug.
&lt;/li&gt;
&lt;li&gt;Prepping some more debug patches for rawhide over the next few days.
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/04/daily-log-june-4th-2013/&quot;&gt;daily log June 4th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 23rd 2013.&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; &lt;small&gt;Continued chasing the xfs bug. Confirmed that with the pending...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/03/daily-log-june-3rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log June 3rd 2013&quot;&gt;daily log June 3rd 2013&lt;/a&gt; &lt;small&gt;Spent pretty much the whole day chasing one bug. Which...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/30/daily-log-30th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 30th 2013&quot;&gt;daily log May 30th 2013&lt;/a&gt; &lt;small&gt;end of month administrivia. status reports etc. booked flight for...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Wed, 05 Jun 2013 03:40:32 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: Attending HITCON and COSCUP in Taipei</title>
	<guid>http://laforge.gnumonks.org/weblog/2013/06/05#20130605-attending_hitcon_coscup</guid>
	<link>http://laforge.gnumonks.org/weblog/2013/06/05#20130605-attending_hitcon_coscup</link>
	<description>&lt;p&gt;
It is my pleasure to attend the &lt;a href=&quot;http://hitcon.org/2013/&quot;&gt;HITCON
2013&lt;/a&gt; and &lt;a href=&quot;http://coscup.org/2013/&quot;&gt;COSCUP 2013&lt;/a&gt;
conferences in July/August this year.  They are both in Taipei.  HITCON
is a hacker/security event, while COSCUP is a pure Free/Open Source
Software conference.
&lt;/p&gt;
&lt;p&gt;
At both events I will be speaking at the growing list of GSM related
tools that are available these days, like OpenBSC, OsmcoomBB, SIMtrace,
OsmoSGSN, OsmoBTS, OsmoSDR, etc.  As they are both FOSS projects and
useful in a security context, this fits well within the scope of both
events.
&lt;/p&gt;
&lt;p&gt;
Given that I'm going to be back to Taiwan, I'm looking very much forward
to meeting old friends and former colleagues from my Openmoko days in
Taipei.  God, do I miss those days.  While terribly stressful, they
still are the most exciting days of my career so far.
&lt;/p&gt;
&lt;p&gt;
And yes, I'm also going to use the opportunity for a continuation of my
&lt;a href=&quot;http://laforge.gnumonks.org/weblog/2012/06/10/#20120610-3day_ride_taroko_hehuanshan&quot;&gt;motorbike riding&lt;/a&gt; in this beautiful country.
&lt;/p&gt;</description>
	<pubDate>Wed, 05 Jun 2013 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log June 3rd 2013</title>
	<guid>http://codemonkey.org.uk/?p=487</guid>
	<link>http://codemonkey.org.uk/2013/06/03/daily-log-june-3rd-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Spent pretty much the whole day chasing one bug. Which meant a bunch of trinity experiments to try and narrow down the cause. Still no real results, but feels like I’m getting closer. Need to start thinking about more generic ways to do this frequent “narrow down test cases” problem.&lt;p&gt;&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;Merged a couple pending trinity patches.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/06/03/daily-log-june-3rd-2013/&quot;&gt;daily log June 3rd 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 23rd 2013.&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; &lt;small&gt;Continued chasing the xfs bug. Confirmed that with the pending...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/24/daily-log-may-24th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 24th 2013&quot;&gt;daily log May 24th 2013&lt;/a&gt; &lt;small&gt;Woke up to find a fix in my inbox for...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/31/daily-log-may-31st-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 31st 2013&quot;&gt;daily log May 31st 2013&lt;/a&gt; &lt;small&gt;Bisection revealed the source of the mystery mmap bug. Still...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Tue, 04 Jun 2013 03:58:13 +0000</pubDate>
</item>
<item>
	<title>Andy Grover: Fedora for short-lifespan server instances</title>
	<guid>http://groveronline.com/?p=389</guid>
	<link>http://groveronline.com/2013/06/fedora-for-servers/</link>
	<description>&lt;p&gt;I read &lt;a href=&quot;http://blog.linuxgrrl.com/2013/04/09/fedora-board-fedora-userbase-discussion/&quot;&gt;Máirín Duffy’s coverage of the Fedora Board’s userbase discussion&lt;/a&gt;. Really interesting. I wanted to add my take.&lt;/p&gt;
&lt;h3&gt;tl;dr: Puppet/Chef make Fedora’s short support period much less of an issue.&lt;/h3&gt;
&lt;h3&gt;The OS is a building block&lt;/h3&gt;
&lt;p id=&quot;watch-headline-title&quot;&gt;I’ve been watching a lot of videos on DevOps lately. Several close friends of mine are sysadmins and I’ve been learning a lot from them about the transformation that their profession is undergoing. From this year’s ChefConf, &lt;a href=&quot;https://www.youtube.com/watch?v=Hb4y0EHfOFQ&quot;&gt;Adam Jacob’s keynote&lt;/a&gt; and &lt;a href=&quot;https://www.youtube.com/watch?v=pHmU0aNkENc&quot;&gt;the talk by &lt;/a&gt;&lt;span class=&quot;watch-title long-title yt-uix-expander-head&quot; dir=&quot;ltr&quot; id=&quot;eow-title&quot; title=&quot;How to F-ck Up Your Configuration Management Adoption... - Sascha Bates&quot;&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=pHmU0aNkENc&quot;&gt;Sascha Bates&lt;/a&gt; really impressed on me the big change in how admins should view machines — They’re not permanent, or even semi-permanent. They are ephemeral snowflakes that may live a year, or just an hour, so don’t get too attached.&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Part of why admins like VMs is because the isolation they provide between different services. I used to run mail, DNS, and httpd from a single machine. Everything was mostly separate but not quite everything. They had separate userids but everyone’s config was in /etc, even touching the same files, sometimes. A full disk affected everybody. /var/log/messages didn’t split up their logging cleanly (by default, anyway.) It all just was built assuming there would be an admin at a command shell who could use their brain to resolve the conflicts to make everything play nice on a single OS image.&lt;/p&gt;
&lt;h3&gt;One service per instance&lt;/h3&gt;
&lt;p&gt;Admins adopted VMs for isolation, increased density, and better per-service resource allocation, but then ran into other problems. The setup that they did by hand once per new-hardware now was once per instance. (Editing /etc/sudoers for the fiftieth time gets old.) The tools then evolved further, until today one may keep &lt;em&gt;no&lt;/em&gt; persistent state in an instance. Now, an instance is kickstarted into existence and configured automatically for the one job it will ever do. The sysadmin’s job isn’t to herd boxen any more, it’s to build ‘em, run ‘em, and then reap ‘em.&lt;/p&gt;
&lt;p&gt;All the OS mechanisms for co-existing server processes, they’re now either obsolete or vestigial to some degree. What is important is the malleability of the OS to assume all the tasks it may be asked to – rather like a stem cell needs to be able to become a nerve or muscle, but never needs to be both.&lt;/p&gt;
&lt;h3&gt;Never upgrade, just redeploy&lt;/h3&gt;
&lt;p&gt;Let’s come back to the odd fact that Fedora is both a precursor to RHEL, and yet almost never used in production as a server OS. I think this is going to change. In a world where instances are deployed constantly, instances are born and die but the herd lives on. Once everyone has their infrastructure encoded into a configuration management system, Fedora’s short release cycle becomes much less of a burden. If I have service foo deployed on a Fedora X instance, I will &lt;em&gt;never&lt;/em&gt; be upgrading that instance. Instead I’ll be provisioning a new Fedora X+1 instance to run the foo service, start it, and throw the old instance in the proverbial bitbucket once the new one works.&lt;/p&gt;
&lt;p&gt;Cheap and easy virt and config management gives admins what they’ve always wanted — stability when they want it (run a LT support distro image, or for the VM host) or the latest stuff for their fast-moving business-oriented instances, by running a fast-update or rolling-release distro.&lt;/p&gt;
&lt;h3&gt;What Fedora should do&lt;/h3&gt;
&lt;p&gt;We’re already working on some of these to some degree — I think we should try to do even more to ensure Fedora is useful for the fast-update instance role.&lt;/p&gt;
&lt;p&gt;First, Fedora needs to be able to be small. Nobody’s going to read the manpages on a throwaway instance, nobody’s even going to run vi. Image size matters when multiplied for each instance. Can we get by without /usr/share/doc/* and its thousands of copies of the GPL text? Fedora seems pretty good but there must be more we can do.&lt;/p&gt;
&lt;p&gt;Second, we need to ensure Fedora supports the packages people are really using these days. Latest Ruby. Latest OpenStack. Vagrant. Django. Chef. Puppet. All the weird JS stuff that’s popular now on GitHub. &lt;img alt=&quot;:-)&quot; class=&quot;wp-smiley&quot; src=&quot;http://groveronline.com/wp-includes/images/smilies/icon_smile.gif&quot; /&gt;  Continue to improve packaging tools so it’s easier for new contributors to do their first package, as well as for long-time packagers to maintain more packages. And not just package for contribution to Fedora, but for admins to package for solely internal distribution. Like Sascha Bates stresses in her talk, packaging is a huge benefit to automation, but it does require effort. It can be easier.&lt;/p&gt;
&lt;p&gt;Finally, I think we need to continue to look at how easy it is to configure and manage an instance of the OS, and tailor it more for automated configuration. I believe the key to this is adding programmatic interfaces where they are lacking. See my &lt;a href=&quot;http://groveronline.com/2012/10/plumbing-needs-an-api-libification/&quot;&gt;“All Plumbing needs an API”&lt;/a&gt; talk. Since we’re probably being configured by another piece of code rather than a person at the shell, we need clear, unambiguous programmatic interfaces with good error handling. Chef should not be calling cmdline tools and checking error codes, there should be a Ruby configuration library that natively controls the whatever-it-is directly! We want configuring Fedora to be fast, straightforward, and reliable.&lt;/p&gt;
&lt;h3&gt;Conclusion: Stable+fast-update is better than stable+self-built&lt;/h3&gt;
&lt;p&gt;Practically the whole history of Linux distros has been the conflict between stability and new features. With virtualization, one still must make this choice, but at a much finer granularity than before. If you’re going to re-instance within 6 months anyways, why manually build your latest-Ruby and whatnot to support your app on top of a stable distro image? Maybe just use Fedora for those.&lt;/p&gt;</description>
	<pubDate>Mon, 03 Jun 2013 16:00:58 +0000</pubDate>
</item>
<item>
	<title>Matthew Garrett: Dealing with UEFI non-volatile memory quirks</title>
	<guid>tag:dreamwidth.org,2011-02-12:696190:25091</guid>
	<link>http://mjg59.dreamwidth.org/25091.html</link>
	<description>Since I wrote &lt;a href=&quot;http://mjg59.dreamwidth.org/22855.html&quot;&gt;this&lt;/a&gt;, we've made some worthwhile progress on avoiding damaging Samsung hardware. The first is that the samsung-laptop driver appeared to be causing the firmware to attempt to write to an area of memory that was marked in the chipset, triggering a Machine Check Exception. That was what generated the pstore output that caused the problem originally. The driver now refuses to load if EFI is enabled, which avoids the problem. It's not ideal, since it's currently the only mechanism we have for certain functionality on Samsung laptops, but there you go.&lt;br /&gt;&lt;br /&gt;The second problem was that avoiding crashing on boot didn't actually fix the problem in any fundamental way. Even with pstore disabled, it was possible for userspace to fill the nvram and trigger the same problem. Our first approach to this was to prevent any writes to nvram if the UEFI QueryVariableInfo() call reported that more than 50% of the nvram storage space would be used. That was safe, but led to another issue. The nvram storage area is typically implemented as part of the same flash chip as the firmware. Flash isn't arbitrarily accessible - changing the contents of a block typically involves rewriting the entire block. It's impractical to rewrite the entire nvram area on every write, so what actually happens is that deleting variables just results in them being marked as inactive but doesn't actually free up the space. The firmware can later perform some sort of garbage collection to free it up.&lt;br /&gt;&lt;br /&gt;This caused us problems, since inactive space that hasn't been garbage collected yet isn't actually available, and as a result firmware implementations tend to count it as used. Say you had 64KB of nvram and wrote 32KB of variables. We'd then refuse to write any more because you'd drop below 50%. So you delete 16KB of the variables you've created and try again. Unfortunately, the firmware still thinks that there's 32KB in use and Linux would still refuse.&lt;br /&gt;&lt;br /&gt;If you were lucky, rebooting would trigger a garbage collection run. If you weren't, it wouldn't. Problematic. Our next approach was to try to account for the space actually actively used by the variables, rather than relying on what the firmware told us via QueryVariableInfo(). This seems simple enough - just add up the size of all the variables and subtract that from the overall size to determine how much of the &quot;used&quot; space is actually just old inactive variables that can be ignored. However, there's still some problems there. The first is that each variable has some additional overhead associated with it, and the size of that overhead varies depending on the system vendor. We had to make a conservative guess, which could cause problems if systems had large numbers of small variables. The second is that the only variables the kernel can see are those that are flagged as runtime-visible. There may also be a significant quantity of nvram used to store variables that are only visible in boot services code. We could work around this by adding up sizes while we're still in boot services code, but on some systems calling QueryVariableInfo() before ExitBootServices() results in later calls to GetNextVariable() jumping to invalid addresses and crashing the kernel. Not a great approach.&lt;br /&gt;&lt;br /&gt;Meanwhile, Samsung got back to us and let us know that their systems didn't require more than 5KB of nvram space to be available, which meant we could get rid of the 50% value and replace it with 5KB. The hope was that any system that booted with only 5KB of space available in nvram would trigger a garbage collection run. Unfortunately, it turned out that that wasn't true - some systems will only trigger garbage collection if the OS actually makes an attempt to write a variable that won't otherwise fit.&lt;br /&gt;&lt;br /&gt;Hence &lt;a href=&quot;https://lkml.org/lkml/2013/6/1/200&quot;&gt;this patch&lt;/a&gt;. The new approach is to ask the firmware how much space is available. If the size of the new variable would reduce this to less than 5K, we attempt to create a variable bigger than the remaining space. This should cause the firmware to realise that it's out of room and either (depending on implementation) perform a garbage collection run at runtime or set a flag that will cause the system to perform garbage collection on the next reboot. We then call QueryVariableInfo() again to see whether a garbage collection run actually happened, and if so check whether we now have enough space. If so, we go ahead and write the variable. If not, we tell userspace that there's not enough space.&lt;br /&gt;&lt;br /&gt;This seems to work in all the situations I've tested, and it should avoid ending up in a situation where a Samsung can end up bricked. However, it's firmware, so who knows whether it's going to break things for someone else.&lt;br /&gt;&lt;br /&gt;&lt;img alt=&quot;comment count unavailable&quot; height=&quot;12&quot; src=&quot;http://www.dreamwidth.org/tools/commentcount?user=mjg59&amp;amp;ditemid=25091&quot; style=&quot;vertical-align: middle;&quot; width=&quot;30&quot; /&gt; comments</description>
	<pubDate>Mon, 03 Jun 2013 15:25:23 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: Rest In Peace, Atul Chitnis</title>
	<guid>http://laforge.gnumonks.org/weblog/2013/06/03#20130603-atul_chitnis_rip</guid>
	<link>http://laforge.gnumonks.org/weblog/2013/06/03#20130603-atul_chitnis_rip</link>
	<description>&lt;p&gt;
Today, very sad news has reached me:  &lt;a href=&quot;https://en.wikipedia.org/wiki/Atul_Chitnis&quot;&gt;Atul Chitnis&lt;/a&gt; has
passed away.  Most people outside of India will most likely not
recognize the name:  He has been instrumental in pioneering the BBS
community in India, and the founder and leader of the Linux Bangalore
and later &lt;a href=&quot;https://en.wikipedia.org/wiki/FOSS.IN&quot;&gt;FOSS.in&lt;/a&gt;
conferences, held annually in Bangalore.  &lt;/p&gt;
&lt;p&gt;
I myself first met Atul about ten years ago, and had the honor of being
invited to speak at many of the conferences he was involved in.  Besides
that professional connection, we became friends.  The warmth and
affection with which I was accepted by him and his family during my many
trips to Bangalore is without comparison.  I was treated and accepted
like a family member, despite just being this random free software
hacker from Germany who is always way too busy to return the amount of
kindness.
&lt;/p&gt;
&lt;p&gt;
Despite the 17 year age difference, there was a connection between the
two of us.  Not just the mutual respect for each others' work, but
something else.  It might have been partially due to his German roots.
It might have been the similarities in our journey through technology.
We both started out in the BBS community with analog modems, we both
started to write DOS software in the past, before turning to Linux.  We
both became heavily involved in mobile technology around the same time:
He during his work at Geodesic, I working for Openmoko.  Only in recent
years his indulgence in Apple products was slightly irritating ;)
&lt;/p&gt;
&lt;p&gt;
Only five weeks ago I had visited Atul.  Given the state of his health,
it was clear that this might very well be the last time that we meet
each other.  I'm sad that this now actually turned out to become the
thruth.  It would have been great to meet again at the end of the year
(the typical FOSS.in schedule).
&lt;/p&gt;
&lt;p&gt;
My heartfelt condolences to his family.  Particularly to his wonderful
wife Shubha, his daughther Anjali, his mother and brother. [who I'm
only not calling by their name in this post as they deserve some privacy
and their Identities is not listed on Atuls wikipedia page].
&lt;/p&gt;
&lt;p&gt;
Atul was 51 years old.  Way too young to die. Yet, he has managed to
created a legacy that will extend long beyond his life.  He profoundly
influenced generations of technology enthusiasts in India and beyond.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ciol.com/ciol/news/189508/open-source-guru-atul-chitnis-51&quot;&gt;CIOL: Open Soruce guru Atul Chitnis, 51, no more&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://gadgets.ndtv.com/others/news/shine-on-you-crazy-diamond-atul-chitnis-1962-2013-374678&quot;&gt;NDTV Gadgets: Shine on, You Crazy Diamond: Atul Chitnis (1962-2013)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://lwn.net/Articles/552669/&quot;&gt;lwn.net notice&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.dnaindia.com/scitech/1843121/report-atul-chitnis-s-death-moves-people&quot;&gt;dna India: Atul Chitnis's death moves people&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.firstpost.com/tech/indian-tech-world-mourns-death-of-open-source-guru-atul-chitnis-837705.html&quot;&gt;Firstpost: Indian tech world mounrs death of open source guru Atul Chitnis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.nextbigwhat.com/atul-chitnis-297/&quot;&gt;NextBigWhat: R.I.P Atul Chntins: The Man Who Changed the Open Source World&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.networkworld.com/news/2013/060313-chitnis-270403.html&quot;&gt;NetworkWorld: Open source luminary Atul Chitnis dies of cancer at age 51&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.dqindia.com/dataquest/news/189506/farewell-atul-chitnis-he-taught-india-modem&quot;&gt;Farewell Atuli Chitnis - He taught India how to use a modem&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.dqindia.com/dataquest/news/189512/remembering-atul-chitnis&quot;&gt;Remembering Atul Chitnis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://harshak.com/2013/06/04/goodbye-my-friend-2/&quot;&gt;Goodbye my friend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://tariquesani.net/blog/2013/06/03/live-forever-atul/&quot;&gt;Tarique Sani: Live forever Atul!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://yourstory.in/2013/06/techie-tuesdays-a-few-of-the-many-ways-atul-chitnis-touched-our-lives/&quot;&gt;yurstory.in: A fw of the many ways in which Atul chitnis touched our lives...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.nextbigwhat.com/atul-chitnis-obituary-297/&quot;&gt;NextBigWhat: Atul Chitnis, Ahead of His Time Once More&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.financialexpress.com/news/freedom-fighter-atul-chitnis-drove-the-free-and-open-source-software-movement/1125104&quot;&gt;Financial Express: Freedom fighter Atul Chitnis drove the free and open source software movement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.indianexpress.com/news/atul-chitnis-champion-of-open-source-tech-dies/1125244/&quot;&gt;Atul Chitnis, chapion of open source tech, dies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.business-standard.com/article/beyond-business/atul-chitnis-the-gurus-guru-113060500013_1.html&quot;&gt;Business Standard:Atul Chitnis: THe gurus' guru&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.newskarnataka.com/news/content/state/Tech-guru-and-open-source-software-advocate-Atul-Chitnis-no-more&quot;&gt;newskarnataka.com: Tech guru and open source software advocate Atul Chitnis is no more&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.vijayanand.name/2013/06/goodbye-atul-chitnis/&quot;&gt;The Startup Guy: Goodbye Atul Chitnis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://allaboutbelgaum.com/news/atul-chitnis-is-no-more/&quot;&gt;All about Belgaum: Atul Chitnis is no more&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://developers.slashdot.org/story/13/06/04/1413259&quot;&gt;slashdot.org: Indian FOSS Evangelist Atul Chitnis Dead At 51&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.vgrass.de/?p=2043&quot;&gt;vgrass.de: Atul Chitnis, RIP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://arun.chitnis.com/2013/06/08/my-brother-atul-chitnis-1962-2013/&quot;&gt;My Brother Atul Chitnis (1962-2013)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
	<pubDate>Mon, 03 Jun 2013 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Pavel Machek: Scary copy&amp;paste issues</title>
	<guid>http://pavelmachek.livejournal.com/115509.html</guid>
	<link>http://pavelmachek.livejournal.com/115509.html</link>
	<description>&lt;a href=&quot;http://thejh.net/misc/website-terminal-copy-paste&quot; rel=&quot;nofollow&quot;&gt;This is scary.&lt;/a&gt; I wonder if it is worth filling security bugs against web browsers?</description>
	<pubDate>Sat, 01 Jun 2013 13:12:29 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log May 31st 2013</title>
	<guid>http://codemonkey.org.uk/?p=486</guid>
	<link>http://codemonkey.org.uk/2013/05/31/daily-log-may-31st-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Bisection revealed the source of the mystery mmap bug. Still unclear as to why it happens. Mailed the upstream author.
&lt;/li&gt;&lt;li&gt;Replacement SSD turned up yesterday, so spent a while installing it, and reinstalling laptop. Noticed that they still ship new SSDs with out-dated firmware.&lt;br /&gt;
Spent a while creating a bootable USB key to upgrade it. &lt;p&gt;&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;bi-weekly #fedora-meeting.
&lt;/li&gt;&lt;li&gt;Finally got to the point where I had to install the aircon unit again.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://osrc.dfm.io/torvalds&quot;&gt;Amusing URL of the day&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;My 3.10-rc3 outstanding issues.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;tickbroadcast bootmem allocator trace.
&lt;/li&gt;&lt;li&gt;XFS &lt;a href=&quot;http://lkml.org/lkml/2013/5/21/477&quot;&gt;xfs_setattr_size assertion&lt;/a&gt; &lt;a href=&quot;http://lkml.org/lkml/2013/5/24/53&quot;&gt;pending fix&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/28/335&quot;&gt;XFS unhashed dirblock bug&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;Mystery unprivileged ‘crash other processes’ bug.
&lt;/li&gt;&lt;li&gt;Trinity triggered bugs:
&lt;ul&gt;
&lt;li&gt;udpv6 oops (Been around for a long time, still no fix).
&lt;/li&gt;&lt;li&gt;Assorted RCU/NOHZ_FULL bugs.
&lt;ul&gt;
&lt;li&gt;Mysterious ‘rcu_preempt’ goes to max cpu while idle bug.
&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/21/327&quot;&gt;[1]&lt;/a&gt;,
&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/21/510&quot;&gt;[2]&lt;/a&gt;(&lt;a href=&quot;http://lkml.org/lkml/2013/5/10/537&quot;&gt;potential fix&lt;/a&gt;),
&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/28/460&quot;&gt;[3]&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://lkml.org/lkml/2013/5/24/379&quot;&gt;[4]&lt;/a&gt;(&lt;a href=&quot;http://lkml.org/lkml/2013/5/28/550&quot;&gt;fix&lt;/a&gt;).
  &lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;/li&gt;&lt;li&gt;T430s Lid events no longer put machine to sleep (actually an old bug since 3.9-rc1, but laptop is out of action until next week)
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/31/daily-log-may-31st-2013/&quot;&gt;daily log May 31st 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 23rd 2013.&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; &lt;small&gt;Continued chasing the xfs bug. Confirmed that with the pending...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/29/daily-log-may-29th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 29th 2013&quot;&gt;daily log May 29th 2013&lt;/a&gt; &lt;small&gt;Up early. Went into office. On arrival, found that laptop...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/30/daily-log-30th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 30th 2013&quot;&gt;daily log May 30th 2013&lt;/a&gt; &lt;small&gt;end of month administrivia. status reports etc. booked flight for...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 31 May 2013 22:11:13 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Monthly Fedora kernel bug statistics – May 2013</title>
	<guid>http://codemonkey.org.uk/?p=485</guid>
	<link>http://codemonkey.org.uk/2013/05/31/monthly-fedora-kernel-bug-statistics-may-2013/</link>
	<description>&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;td&gt;rawhide&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open:&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=17&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;267&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=18&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;404&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=19&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;110&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=rawhide&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;65&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(846)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Opened since 2013-05-01&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-31&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;21&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-31&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;103&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-31&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;43&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-31&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;14&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(181)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Closed since 2013-05-01&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;28&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;62&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;53&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;25&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(168)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Changed since 2013-05-01&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;51&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;155&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;54&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;22&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(282)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;Quite a few CVE’s this month. Made some progress through the btrfs backlog.&lt;br /&gt;
The 3.9 rebase revealed some new “Can’t boot” cases, which looks like yet another UEFI bios bug.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/31/monthly-fedora-kernel-bug-statistics-may-2013/&quot;&gt;Monthly Fedora kernel bug statistics – May 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/29/monthly-fedora-kernel-bug-statistics-march-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Monthly Fedora kernel bug statistics – March 2013&quot;&gt;Monthly Fedora kernel bug statistics – March 2013&lt;/a&gt; &lt;small&gt;I figured in addition to the weekly bug reports, I’m...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/29/monthly-fedora-kernel-bug-statistics-april-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Monthly Fedora kernel bug statistics – April 2013&quot;&gt;Monthly Fedora kernel bug statistics – April 2013&lt;/a&gt; &lt;small&gt;  17 18 19 rawhide   Open: 274 336 130...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/08/weekly-fedora-kernel-bug-statistics-march-08-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – March 08 2013&quot;&gt;Weekly Fedora kernel bug statistics – March 08 2013&lt;/a&gt; &lt;small&gt;  17 18 rawhide   Open: 453 406 241 (1100)...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 31 May 2013 17:39:31 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Weekly Fedora kernel bug statistics – May 31st 2013</title>
	<guid>http://codemonkey.org.uk/?p=484</guid>
	<link>http://codemonkey.org.uk/2013/05/31/weekly-fedora-kernel-bug-statistics-may-31st-2013/</link>
	<description>&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;td&gt;rawhide&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open:&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=17&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;267&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=18&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;404&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=19&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;110&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=rawhide&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;65&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(846)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Opened since 2013-05-24&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-31&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;7&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-31&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;36&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-31&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;14&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-31&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;1&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(58)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Closed since 2013-05-24&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;14&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;11&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;8&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;4&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(37)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Changed since 2013-05-24&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;16&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;63&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;24&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-31&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-24&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;4&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(107)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/31/weekly-fedora-kernel-bug-statistics-may-31st-2013/&quot;&gt;Weekly Fedora kernel bug statistics – May 31st 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/01/18/weekly-fedora-kernel-bug-statistics-january-18th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – January 18th 2013&quot;&gt;Weekly Fedora kernel bug statistics – January 18th 2013&lt;/a&gt; &lt;small&gt;  16 17 18 rawhide   Open: 87 462 209...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/08/weekly-fedora-kernel-bug-statistics-march-08-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – March 08 2013&quot;&gt;Weekly Fedora kernel bug statistics – March 08 2013&lt;/a&gt; &lt;small&gt;  17 18 rawhide   Open: 453 406 241 (1100)...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/01/11/weekly-fedora-kernel-bug-statistics-january-11th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – January 11th 2013&quot;&gt;Weekly Fedora kernel bug statistics – January 11th 2013&lt;/a&gt; &lt;small&gt;  16 17 18 rawhide   Open: 101 454 139...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 31 May 2013 17:32:42 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log May 30th 2013</title>
	<guid>http://codemonkey.org.uk/?p=483</guid>
	<link>http://codemonkey.org.uk/2013/05/30/daily-log-30th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;end of month administrivia. status reports etc.
&lt;/li&gt;&lt;li&gt;booked flight for &lt;a href=&quot;http://fedoraproject.org/wiki/Flock&quot;&gt;FLOCK&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;Last nights storm knocked out power a few times. One machine didn’t come back up until I left it off overnight. More strange, is that one LCD wouldn’t power up until I replaced its IEC cable. Took advantage of the situation to recable a bunch of stuff in my office.
&lt;/li&gt;&lt;li&gt;Reorganisation included removal of several switches that were linked to other switches. Even though these were gigabit switches, latency between machines ‘feels’ subjectively better. I never took ‘before’ measurements to prove it one way or another.
&lt;/li&gt;&lt;li&gt;For no obvious reason, since moving from one side of the room to the other, firewall thinks ctrl is stuck on keyboard.
&lt;/li&gt;&lt;li&gt;Continued bisecting mystery mmap bug.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/30/daily-log-30th-2013/&quot;&gt;daily log May 30th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/22/daily-log-may-22nd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 22nd 2013.&quot;&gt;daily log May 22nd 2013.&lt;/a&gt; &lt;small&gt;Going to try and continue yesterdays daily log format for...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 23rd 2013.&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; &lt;small&gt;Continued chasing the xfs bug. Confirmed that with the pending...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/24/daily-log-may-24th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 24th 2013&quot;&gt;daily log May 24th 2013&lt;/a&gt; &lt;small&gt;Woke up to find a fix in my inbox for...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 31 May 2013 04:43:16 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log May 29th 2013</title>
	<guid>http://codemonkey.org.uk/?p=481</guid>
	<link>http://codemonkey.org.uk/2013/05/29/daily-log-may-29th-2013/</link>
	<description>&lt;p&gt;Up early. Went into office. On arrival, found that laptop wouldn’t boot (now I remember why this was the ‘backup’ laptop).&lt;br /&gt;
Spent an hour trying to coax it to until giving up and attempting reinstall. Which failed.&lt;br /&gt;
Did some bugzilla triage on an ipad that I happened to have with me. (Surprisingly not a horrible way to do this, first time for everything). Noticed we seem to be getting more filesystem/vfs related bugs than we used to. Going to need to scrounge up some more disks/controllers soon I think.&lt;/p&gt;
&lt;p&gt;Started feeling ‘not right’ around lunchtime. Skipped lunch. Headaches and nausea mid afternoon.&lt;br /&gt;
Not the most productive of days.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/29/daily-log-may-29th-2013/&quot;&gt;daily log May 29th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 23rd 2013.&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; &lt;small&gt;Continued chasing the xfs bug. Confirmed that with the pending...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/28/daily-log-may-28th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 28th 2013&quot;&gt;daily log May 28th 2013&lt;/a&gt; &lt;small&gt;email backlog of doom. Another week, another xfs bug. Found...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/24/daily-log-may-24th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 24th 2013&quot;&gt;daily log May 24th 2013&lt;/a&gt; &lt;small&gt;Woke up to find a fix in my inbox for...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Thu, 30 May 2013 00:59:56 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log May 28th 2013</title>
	<guid>http://codemonkey.org.uk/?p=480</guid>
	<link>http://codemonkey.org.uk/2013/05/28/daily-log-may-28th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;email backlog of doom.
&lt;/li&gt;&lt;li&gt;Another week, another &lt;a href=&quot;https://lkml.org/lkml/2013/5/28/335&quot;&gt;xfs bug&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;Found (yet another) &lt;a href=&quot;https://lkml.org/lkml/2013/5/28/460&quot;&gt;perf/rcu bug&lt;/a&gt;. It never ends.
&lt;/li&gt;&lt;li&gt;Investigating a bug which appears to allow a user to kill other users (even root) processes. (All day, ongoing).
&lt;/li&gt;&lt;li&gt;Made a change to trinity to allow calls to syscalls with no arguments. Some other small fixes.
&lt;/li&gt;&lt;li&gt;Infrastructure work for some IO testing we’ll be doing soon.
&lt;/li&gt;&lt;li&gt;Reinstalling backup laptop (Dell Adamo) in absence of new SSD for thinkpad.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/28/daily-log-may-28th-2013/&quot;&gt;daily log May 28th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 23rd 2013.&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; &lt;small&gt;Continued chasing the xfs bug. Confirmed that with the pending...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/24/daily-log-may-24th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 24th 2013&quot;&gt;daily log May 24th 2013&lt;/a&gt; &lt;small&gt;Woke up to find a fix in my inbox for...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/22/daily-log-may-22nd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 22nd 2013.&quot;&gt;daily log May 22nd 2013.&lt;/a&gt; &lt;small&gt;Going to try and continue yesterdays daily log format for...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Wed, 29 May 2013 03:28:04 +0000</pubDate>
</item>
<item>
	<title>Matthew Garrett: Secure Boot isn't the only problem facing Linux on Windows 8 hardware</title>
	<guid>tag:dreamwidth.org,2011-02-12:696190:24869</guid>
	<link>http://mjg59.dreamwidth.org/24869.html</link>
	<description>There's now no shortage of Linux distributions that support Secure Boot out of the box, so that's a mostly solved problem. But even if your distribution supports it entirely you still need to boot your install media in the first place.&lt;br /&gt;&lt;br /&gt;Hardware initialisation is a slightly odd thing. There's no specification that describes the state ancillary hardware has to be in after firmware→OS handover, so the OS effectively &lt;em&gt;has&lt;/em&gt; to reinitialise it again. This means that certain bits of hardware end up being initialised twice, and that's slow in some cases. The most obvious is probably USB, which has various timeouts as you wait for hardware to settle. Full USB support in the firmware probably adds a couple of seconds to boot time, and it's arguably wasted because the OS then has to do the same thing (but, thankfully, can at least do other things at the same time). So, looking for USB boot media takes time, and since the overwhelmingly common case is that users don't want to boot off USB, it's time that's almost always wasted.&lt;br /&gt;&lt;br /&gt;One of the requirements for Windows 8 certified hardware is that it must complete firmware initialisation within a specific amount of time, something that Microsoft refer to as &quot;Fast Boot&quot;. Meeting these requirements effectively makes it impossible to initialise USB, and it's likely that certain other things will also be skipped. If you've got a USB keyboard then this obviously means that your keyboard won't work until the OS starts, but even i8042 setup takes time and so some laptops with traditional PS/2-style keyboards may not set it up. That means the system will ignore the keyboard no matter how much you hammer it at boot, and the firmware will boot whichever OS it finds.&lt;br /&gt;&lt;br /&gt;For a newly purchased device, that's going to be Windows 8. It's not too much of a problem with a fully installed Windows 8, since you can hold down shift while clicking the reboot icon and get a menu that lets you reboot into the firmware menu. Windows sets a flag in a UEFI variable and reboots the system, the firmware sees that flag and does full hardware initialisation and then drops you into the setup environment. It takes slightly longer to get into the firmware, but that's countered by the time you save every time you &lt;em&gt;don't&lt;/em&gt; want to get into the firmware on boot.&lt;br /&gt;&lt;br /&gt;So what's the problem? Well, the Windows 8 setup environment doesn't offer that reboot icon. Turn on a brand new Windows 8 system and you have two choices - agree to the Windows 8 license, or power the machine off. The only way to get into the firmware menu is to either agree to the Windows 8 license or to disassemble the machine enough that you can unplug the hard drive[1] and force the system to fall back to offering the boot menu.&lt;br /&gt;&lt;br /&gt;I understand the commercial considerations that result in it ranging from being difficult to impossible to buy new hardware without Windows pre-installed, but up until now it was still straightforward to install an alternative OS without agreeing to the Windows license. Now, installing alternative operating systems on many new systems will require you to give up certain rights even if you want nothing other than to reach the system firmware menu.&lt;br /&gt;&lt;br /&gt;I'm firmly of the opinion that there are benefits to Secure Boot. I'm also in favour of setups like Fast Boot. But I don't believe that anyone should be forced to agree to a EULA purely in order to be able to boot their own choice of OS on a system that they've already purchased.&lt;br /&gt;&lt;br /&gt;[1] Which is a significant and probably warranty-voiding exercise on many systems, and that's assuming that it's not an SSD soldered to the motherboard…&lt;br /&gt;&lt;br /&gt;&lt;img alt=&quot;comment count unavailable&quot; height=&quot;12&quot; src=&quot;http://www.dreamwidth.org/tools/commentcount?user=mjg59&amp;amp;ditemid=24869&quot; style=&quot;vertical-align: middle;&quot; width=&quot;30&quot; /&gt; comments</description>
	<pubDate>Tue, 28 May 2013 21:41:43 +0000</pubDate>
</item>
<item>
	<title>Daniel Vetter: i915/GEM Crashcourse: Overview</title>
	<guid>tag:blogger.com,1999:blog-8047628228132312466.post-7367005160029620308</guid>
	<link>http://blog.ffwll.ch/2013/01/i915gem-crashcourse-overview.html</link>
	<description>Now that the entire series is done I've figured a small overview would be in order.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blog.ffwll.ch/2012/10/i915gem-crashcourse.html&quot;&gt;Part 1&lt;/a&gt; talks about the different address spaces that a i915 GEM buffer object can reside in and where and how the respective page tables are set up. Then it also covers different buffer layouts as far as they're a concern for the kernel, namely how tiling, swizzling and fencing works.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blog.ffwll.ch/2012/11/i915gem-crashcourse-part-2.html&quot;&gt;Part 2&lt;/a&gt; covers all the different bits and pieces required to submit work to the gpu and keep track of the gpu's progress: Command submission, relocation handling, command retiring and synchronization are the topics.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blog.ffwll.ch/2012/11/i915gem-crashcourse-part-3.html&quot;&gt;Part 3&lt;/a&gt; looks at some of the details of the memory management implement in the i915.ko driver. Specifically we look at how we handle running out of GTT space and what happens when we're generally short on memory.&lt;br /&gt;&lt;br /&gt;Finally &lt;a href=&quot;http://blog.ffwll.ch/2013/01/i915gem-crashcourse-part-4.html&quot;&gt;part 4&lt;/a&gt; discusses coherency and caches and how to most efficiently transfer between the gpu coherency domains and the cpu coherncy domain under different circumstances.&lt;br /&gt;&lt;br /&gt;Happy reading! &lt;br /&gt;&lt;b&gt;Update:&lt;/b&gt; There's now also a new article with a few &lt;a href=&quot;http://blog.ffwll.ch/2013/05/i915gem-q.html&quot;&gt;questions and answers about some details in the i915 gem code&lt;/a&gt;.</description>
	<pubDate>Sun, 26 May 2013 14:42:15 +0000</pubDate>
</item>
<item>
	<title>Daniel Vetter: i915/GEM Q&amp;A</title>
	<guid>tag:blogger.com,1999:blog-8047628228132312466.post-6272495792546758051</guid>
	<link>http://blog.ffwll.ch/2013/05/i915gem-q.html</link>
	<description>&lt;p&gt;So apparently people do indeed read my my &lt;a href=&quot;http://blog.ffwll.ch/2013/01/i915gem-crashcourse-overview.html&quot;&gt;i915/GEM crashcourse&lt;/a&gt; and a bunch of follow-up questions popped up in private mails. Since I'm a lazy bastard I've clean some of the common questions&amp;amp;answers up to be able to easily point at them. And hopefully they also help someone else to clarify things a bit.&lt;br /&gt;&lt;/p&gt;&lt;a name=&quot;more&quot;&gt;&lt;/a&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt; What’s the significance of &lt;code&gt;i915_gem_sw_finish_ioctl&lt;/code&gt; ? It seems to flush cpu caches, but only conditional on &lt;code&gt;obj-&amp;gt;pin_count != 0&lt;/code&gt;. Why does it no unconditionally flush the cpu caches like e.g. when we move an unsnooped/not LLC-cached object into a gpu domain? &lt;/p&gt;&lt;p&gt;&lt;b&gt;Answer:&lt;/b&gt;   &lt;code&gt;i915_gem_sw_finish_ioctl&lt;/code&gt;is only used to flush out cpu rendering to the display (and in current userspace it's not used at all). &lt;code&gt;obj-&amp;gt;pin_count != 0&lt;/code&gt; is used as a proxy for &quot;this a scanout buffer&quot;. Obviously more intelligent userspace should know whether it is doing cpu rendering to a displayed buffer or not and force the expensive clflushing with e.g. the &lt;code&gt;set_domain&lt;/code&gt; ioctl only when really required. But the &lt;code&gt;sw_finish&lt;/code&gt; ioctl is called from the libdrm cpu mmap unmap function, which does not have this knowledge at hand, hence the check in the kernel. Furthermore for efficient integration of cpu rendering into the gpu render pipeline we want to use snoopable objects even on non-LLC platforms which means that this ioctl shouldn't really be used any more for new code. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt; So the cpu can only access a GEM object through the GTT when it's in the mappable part of the GTT, i.e. when &lt;code&gt;gtt_offset  + size  &amp;lt;=  gtt_mappable_end&lt;/code&gt;. But the &lt;code&gt;i915_gem_object_set_to_gtt_domain&lt;/code&gt; function does not check that whether this condition is satisfied or not and simply goes ahead with the domain change. Why is that done so, even though the cpu won't be able to access the buffer object at its current place? &lt;/p&gt;&lt;p&gt;&lt;b&gt;Answer:&lt;/b&gt;The GTT domain is purely about coherency, i.e. a buffer object is in the GTT domain if reads/writes through the GTT would see the correct values. The other big domain is cpu domain, i.e. the data (when accessed directly in the physical memory location, not going through the GTT) is coherent with cpu caches. Shifting between these two domains requires flushing/invalidating cpu caches. &lt;/p&gt;&lt;p&gt;Note that on recent kernels that doesn't even mean that there's a global GTT mapping allocated for that buffer object: This is used to optimize away the redundant cache flushing when moving an object around, e.g. when moving it into the mappable range to serve a cpu access page fault. In the future this will be even more common once we have proper per-process GTT address spaces. Then an object could be fully coherent with the GTT domain, read by the gpu through a PPGTT mapping, but don't have an offset allocated for it in the global GTT at all. &lt;/p&gt;&lt;p&gt;The mappable GTT address range on the other hand is a different concept and simply means the object has a GTT mapping visible to the cpu (on gpus without PPGTT the global GTT can be up to 2g, but only 256m are usually visible in the pci bar). Note that GEM object can be mappable but can be (at the same time) in the cpu domain. This happens when userspace writes to the buffer object through the cpu mappings. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt; How does the the &lt;code&gt;i915_gem_fault&lt;/code&gt; function handle a page fault when it itself is invoked through a page fault in the i915 GEM kernel code? Like suppose if &lt;code&gt;fault_in_pages_readable&lt;/code&gt; function is called which dereferences a user pointer - won't that cause issues with deadlocks? &lt;/p&gt;&lt;p&gt;&lt;b&gt;Answer:&lt;/b&gt;Yes, this can happen and we need to be careful that we cannot possible deadlock with our own pagefault handlers. And it's not just theoretical, it happens in the wild when a GL client tries to use a pointer obtained from one of the texture mapping funtions (which can use a GTT memory mapping internally) to upload data (which could use the &lt;code&gt;pwrite&lt;/code&gt; GEM ioctl). &lt;/p&gt;&lt;p&gt;These potential deadlocks are resolved by instructing the linux memory subsystem to not serve pagefaults when accessing userspace memory but instead fail it. Then our code can release any resources and locks required by our own page fault handler and retry the operation in a slowpath. Often this requires that we copy the data into a (unfaultable) temporary buffer in kernel's memory space. These atomic sections are often implicit, but we have a few places where we need to explicitly disable page fault handler with &lt;code&gt;pagefault_disable/enable()&lt;/code&gt; calls. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt; Is &lt;code&gt;obj-&amp;gt;fenced_gpu_access&lt;/code&gt; ever set on modern platforms - it seems not? Or could this cause a stall waiting for the gpu when all fences are in use and we need a few fence to handle a GTT page fault? &lt;/p&gt;&lt;p&gt;&lt;b&gt;Answer:&lt;/b&gt;  No, this is only ever set on Gen2/3 devices. Those gpus use the same GTT fences used on all platforms for detiling cpu access also for gpu access, at least for some gpu rendering functions. So this is irrelevant on modern platforms and can't lead to a stall in the pagefault handler when accessing an otherwise idle buffer object. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt; What is this wedeged stuff - there's lots of references to it in the i915 GEM code? &lt;/p&gt;&lt;p&gt;&lt;b&gt;Answer:&lt;/b&gt; This is part of the gpu hang detection and reset handling code, which I didn't really cover in my crashcourse. It is set when we've detected a hang but failed to reset the gpu. It will cause all subsequent command submission from userspace to fail with &lt;code&gt;-EIO&lt;/code&gt;, which is used by userspace as a signal to fall back to software rendering. The i915 hang detection and reset code has been (and still is) under pretty active development and is nowadays a rather complex piece of code. I plan to cover it more in-depth hopefully soon. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Question:&lt;/b&gt; In the &lt;code&gt;use_cpu_reloc&lt;/code&gt; function, why is the &lt;code&gt;obj-&amp;gt;cache_level != I915_CACHE_NONE&lt;/code&gt; condition used? &lt;/p&gt;&lt;p&gt;&lt;b&gt;Answer:&lt;/b&gt;  That's just crazy optimization - it's always faster to write relocations through cpu maps if LLC caching is enabled. But without caching it's faster to use global GTT access - but then only if we have the mappable mapping already set up. Note that &lt;code&gt;pwrite&lt;/code&gt; ioctl code has similar tricks. &lt;/p&gt;</description>
	<pubDate>Sun, 26 May 2013 14:40:45 +0000</pubDate>
</item>
<item>
	<title>Eric Sandeen: Enphase Solar Microinverter Clipping Analysis</title>
	<guid>http://sandeen.net/wordpress/?p=1143</guid>
	<link>http://sandeen.net/wordpress/energy/enphase-solar-microinverter-clipping-analysis/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=enphase-solar-microinverter-clipping-analysis</link>
	<description>&lt;p&gt;I wanted to look at how much the “clipping” behavior of power-limited solar microinverters affected my annual energy production.  The TL;DR version is: at worst, only about 0.6% loss due to clipping.  For more, read on.&lt;span id=&quot;more-1143&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;A photovoltaic inverter is a device which converts the DC energy from the panel into AC energy for the grid; it also manages optimum power point tracking.  Traditionally this was done with a big central inverter for all panels combined; recently companies such as &lt;a href=&quot;https://enphase.com/&quot;&gt;Enphase Energy&lt;/a&gt; have started making microinverters, which are per-panel devices.  One advantage of these devices is that each panel operates independently so that if one panel is shaded, damaged, or dirty, it doesn’t affect the rest of the array.&lt;/p&gt;
&lt;p&gt;I have 11 230W Solar PV panels on my roof with an &lt;a href=&quot;http://enphase.com/m190-m210/&quot;&gt;Enphase M190 micronverter&lt;/a&gt; on each.  These are nominally 190W devices, though in practice they have a maximum output of 199W.  (Note, these are 3 year old models; Enphase now has &lt;a href=&quot;http://enphase.com/products/m215/&quot;&gt;microinverters with more capacity&lt;/a&gt;).  The fact that the panels can produce more than the microinverter can handle might seem like an issue; indeed on a cool, clear day we can see the effect:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://sandeen.net/wordpress/wp-content/uploads/2013/05/clipping.png&quot;&gt;&lt;img alt=&quot;clipping&quot; class=&quot;aligncenter size-full wp-image-1144&quot; height=&quot;316&quot; src=&quot;http://sandeen.net/wordpress/wp-content/uploads/2013/05/clipping.png&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;So from the graph above it’s clear that I &lt;em&gt;am&lt;/em&gt; losing a little energy production during that clipping.  What would normally be a smooth curve is flattened out at the top as I hit the 11x199W = 2189W limit.  (A few factors affect whether this clipping happens; obviously we need a clear day, but optimal sun angle and, perhaps more than anything, panel temperature affects it greatly).&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;

&lt;/p&gt;
&lt;p&gt;I wanted to try to quantify this a bit – how much am I really losing from this behavior?&lt;/p&gt;
&lt;p&gt;One cool thing about the Enphase units is that they report data every 5 minutes, and this data can be queried via a standard &lt;a href=&quot;http://enphase.com/api/&quot;&gt;data API&lt;/a&gt;.  So I pulled down the past 365 days worth of data to see how often I was clipping.  I grabbed 5-minute data files for each day, and looked for when clipping seems to start, by looking at watt output around the clipping point, and how many 5-minute entries there were for each wattage:&lt;/p&gt;
&lt;pre&gt;$ egrep -w &quot;21[789][0-9]&quot; *.json | awk -F : '{print $8}' | sort | uniq -c
   9 2170,&quot;enwh&quot;
  10 2171,&quot;enwh&quot;
  15 2172,&quot;enwh&quot;
  11 2173,&quot;enwh&quot;
  17 2174,&quot;enwh&quot;
  17 2175,&quot;enwh&quot;
  11 2176,&quot;enwh&quot;
  20 2177,&quot;enwh&quot;
  24 2178,&quot;enwh&quot;
  14 2179,&quot;enwh&quot;
  17 2180,&quot;enwh&quot;
  21 2181,&quot;enwh&quot;
  32 2182,&quot;enwh&quot;
  51 2183,&quot;enwh&quot;
 107 2184,&quot;enwh&quot; &amp;lt;-- actual clipping start?
 166 2185,&quot;enwh&quot;
 134 2186,&quot;enwh&quot;
 119 2187,&quot;enwh&quot;
  97 2188,&quot;enwh&quot;
  62 2189,&quot;enwh&quot; &amp;lt;-- nominal clipping, 11x199
  21 2190,&quot;enwh&quot;
   2 2191,&quot;enwh&quot;&lt;/pre&gt;
&lt;p&gt;There’s a pretty big jump at 2184W, so I went with that as a definition of “when clipping starts” vs. the nominal 2189W.  Adding up the occurrences of clipping, I got 708 5-minute intervals of clipping out of the last 365 days.  That’s about 59 hours.&lt;/p&gt;
&lt;p&gt;So how much energy is that?  My panels can nominally make 11x230W = 2530W of output, so 2530-2184 = 346W lost, at most, during clipping.  That’s actually too high; not every instance above is clipping, and not every interval would have been making the maximum output.  So we’ll take that as a &lt;em&gt;high&lt;/em&gt; estimate.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;

&lt;/p&gt;
&lt;p&gt;346W x 59 hours is 20,414 watt-hours, or about 20kWh.  At around $0.10/kWh, that’s about $2.00 of lost value.  Over the same year period, my array made 3,356 kWh, so 20kWh lost is about 0.6% of that.  I would hope that the microinverters made up at least that much by virtue of keeping the array going over the winter when some panels were snow-covered, etc.  Remember, many of my assumptions above make this a high estimate.&lt;/p&gt;
&lt;p&gt;One other interesting datapoint is to see when this clipping occured.  By month, here’s how it looks:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://sandeen.net/wordpress/wp-content/uploads/2013/05/clipping_by_month.png&quot;&gt;&lt;img alt=&quot;clipping_by_month&quot; class=&quot;size-full wp-image-1145 aligncenter&quot; height=&quot;489&quot; src=&quot;http://sandeen.net/wordpress/wp-content/uploads/2013/05/clipping_by_month.png&quot; width=&quot;790&quot; /&gt;&lt;/a&gt;March was far and away the highest; this is probably due in large part to the cooler temperatures, which make the panels more efficient.&lt;/p&gt;</description>
	<pubDate>Sat, 25 May 2013 21:08:52 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log May 24th 2013</title>
	<guid>http://codemonkey.org.uk/?p=479</guid>
	<link>http://codemonkey.org.uk/2013/05/24/daily-log-may-24th-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Woke up to find &lt;a href=&quot;https://lkml.org/lkml/2013/5/24/53&quot;&gt;a fix in my inbox for the XFS setattr bug&lt;/a&gt;. Bug turned out to be a few years old, and also highlighted a broken test in xfstests. Two bugs for the price of one.
&lt;/li&gt;&lt;li&gt;Applied the daily “fix trinity compile on old distros” bug.
&lt;/li&gt;&lt;li&gt;Briefly looked at &lt;a href=&quot;http://www.hpl.hp.com/personal/Hans_Boehm/gc/&quot;&gt;Boehm-Demers-Weiser garbage collector&lt;/a&gt; with a view to maybe using it in Trinity in the absence of better allocation tracking.
&lt;/li&gt;&lt;li&gt;Updated a &lt;a href=&quot;https://github.com/kernelslacker/scripts/blob/master/fkbug.sh&quot;&gt;triage script&lt;/a&gt; to add all the aliases we have for fedora kernel bugs. Hoping that in time that script can grow to be even more useful.
&lt;/li&gt;&lt;li&gt;Tried out &lt;a href=&quot;https://lkml.org/lkml/2013/5/24/379&quot;&gt;another potential fix for the RCU problems&lt;/a&gt; I’ve been seeing. Seems good so far.
&lt;/li&gt;&lt;li&gt;Looked at a bunch of &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=964335&quot;&gt;“can’t boot” bugs&lt;/a&gt; that came in since F18 got rebased to 3.9. Found a thread upstream that seems to be discussing the same bug.
&lt;/li&gt;&lt;li&gt;Spent the afternoon compiling &lt;a href=&quot;http://docs.oclint.org/en/dev/intro/build.html&quot;&gt;OCLint&lt;/a&gt; out of curiousity. Had no idea how long it would take, or how much it would increase the temperature in my office. After four hours of sitting in a simulated sauna, llvm finished building, but oclint wouldn’t build. Ran out of time to play with it. Something for next week.
&lt;/li&gt;&lt;li&gt;Seeding improvements from Kees to trinity.git
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;and now: three day weekend. \o/&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/24/daily-log-may-24th-2013/&quot;&gt;daily log May 24th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/22/daily-log-may-22nd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 22nd 2013.&quot;&gt;daily log May 22nd 2013.&lt;/a&gt; &lt;small&gt;Going to try and continue yesterdays daily log format for...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 23rd 2013.&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; &lt;small&gt;Continued chasing the xfs bug. Confirmed that with the pending...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/24/weekly-fedora-kernel-bug-statistics-may-24th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – May 24th 2013&quot;&gt;Weekly Fedora kernel bug statistics – May 24th 2013&lt;/a&gt; &lt;small&gt;  17 18 19 rawhide   Open: 276 380 104...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 24 May 2013 23:20:13 +0000</pubDate>
</item>
<item>
	<title>Andy Grover: Using qla2xxx with LIO on Fedora</title>
	<guid>http://groveronline.com/?p=393</guid>
	<link>http://groveronline.com/2013/05/using-qla2xxx-with-lio-on-fedora/</link>
	<description>&lt;p&gt;In addition to turning your Fedora 18 box into an iSCSI target, LIO also supports other SCSI transport layers (‘fabrics’), such as Fibre Channel, with the qla2xxx fabric.&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The most crucial bit is to verify that the qla2xxx driver has initiator mode disabled — it should be operating in target mode only. You can check this with:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;cat /sys/module/qla2xxx/parameters/qlini_mode&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;It should say ‘disabled’. If it doesn’t, create a file called /usr/lib/modprobe.d/qla2xxx.conf and put:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;options qla2xxx qlini_mode=disabled&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;in it. Then, run ‘dracut -f’ to rebuild your initrd, and reboot.&lt;/p&gt;
&lt;p&gt;Some of you may be wondering: why /usr/lib/modprobe.d instead of /etc/modprobe.d ? This is because qla2xxx is likely loaded from the kernel’s initial ramdisk (initrd), and dracut, the initrd building tool, omits “host-specific” settings in /etc/modprobe.d. While you’re mucking around, also make sure the firmware package for your qla device, such as ql2200-firmware or similar, is also installed.&lt;/p&gt;
&lt;p&gt;targetcli won’t let you create a qla2xxx fabric if qlini_mode is wrong. Once it lets you create the qla fabric, you can add luns to it and grant access permissions to acls exactly in the same manner as the other LIO fabrics.&lt;/p&gt;</description>
	<pubDate>Fri, 24 May 2013 16:29:32 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Weekly Fedora kernel bug statistics – May 24th 2013</title>
	<guid>http://codemonkey.org.uk/?p=478</guid>
	<link>http://codemonkey.org.uk/2013/05/24/weekly-fedora-kernel-bug-statistics-may-24th-2013/</link>
	<description>&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;td&gt;rawhide&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open:&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=17&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;276&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=18&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;380&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=19&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;104&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=rawhide&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;66&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(826)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Opened since 2013-05-17&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-24&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;4&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-24&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;32&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-24&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;6&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-24&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;3&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(45)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Closed since 2013-05-17&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-24&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;3&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-24&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;11&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-24&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;4&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-24&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;3&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(21)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Changed since 2013-05-17&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-24&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;16&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-24&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;48&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-24&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;14&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-24&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-17&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;5&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(83)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/24/weekly-fedora-kernel-bug-statistics-may-24th-2013/&quot;&gt;Weekly Fedora kernel bug statistics – May 24th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/08/weekly-fedora-kernel-bug-statistics-march-08-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – March 08 2013&quot;&gt;Weekly Fedora kernel bug statistics – March 08 2013&lt;/a&gt; &lt;small&gt;  17 18 rawhide   Open: 453 406 241 (1100)...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/22/weekly-fedora-kernel-bug-statistics-april-19th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – April 19th 2013&quot;&gt;Weekly Fedora kernel bug statistics – April 19th 2013&lt;/a&gt; &lt;small&gt;I was a little distracted by local events last Friday,...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/29/monthly-fedora-kernel-bug-statistics-march-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Monthly Fedora kernel bug statistics – March 2013&quot;&gt;Monthly Fedora kernel bug statistics – March 2013&lt;/a&gt; &lt;small&gt;I figured in addition to the weekly bug reports, I’m...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 24 May 2013 16:10:15 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log May 23rd 2013.</title>
	<guid>http://codemonkey.org.uk/?p=477</guid>
	<link>http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/</link>
	<description>&lt;ul&gt;
&lt;li&gt;Continued chasing the xfs bug.  Confirmed that with the pending fix in the XFS tree, I can no longer reproduce the bug I saw. Then 3-4 hours later, it popped up again.&lt;br /&gt;
Annoying. Finally got some debug info to Dave Chinner at the end of the day.&lt;br /&gt;
Timezone differences making it even more annoying to debug.&lt;p&gt;&lt;/p&gt;
&lt;/li&gt;&lt;li&gt;Fixed up a compile problem on older distros in trinity since the recent perf changes.
&lt;/li&gt;&lt;li&gt;Vince Weaver’s perf specific trinity fork is finding more bugs in the perf syscall already &lt;a href=&quot;https://lkml.org/lkml/2013/5/22/525&quot;&gt;[1]&lt;/a&gt;, &lt;a href=&quot;https://lkml.org/lkml/2013/5/23/323&quot;&gt;[2]&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;Merged trinity patch from Daniel Borkmann to &lt;a href=&quot;http://git.codemonkey.org.uk/?p=trinity.git;a=commitdiff;h=3d0d7854efb721857ac616a32f83cf8a1b2293b8&quot;&gt;add randomized seccomp filters generated by markov chain&lt;/a&gt;. Interesting stuff.
&lt;/li&gt;&lt;li&gt;Planning for some interesting testing work next week.
&lt;/li&gt;&lt;li&gt;Started some prep work for trinity 1.2
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;My 3.10-rc2 outstanding issues:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;RCU/NOHZ_FULL bugs &lt;a href=&quot;https://lkml.org/lkml/2013/5/21/327&quot;&gt;[1]&lt;/a&gt;, &lt;a href=&quot;https://lkml.org/lkml/2013/5/21/510&quot;&gt;[2]&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;RCU bootmem allocator trace.http://codemonkey.org.uk/?p=477&amp;amp;preview=true
&lt;/li&gt;&lt;li&gt;tickbroadcast bootmem allocator trace.
&lt;/li&gt;&lt;li&gt;XFS Slab corruption (&lt;a href=&quot;http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/xfs.git;a=commitdiff;h=52c24ad39ff02d7bd73c92eb0c926fb44984a41d&quot;&gt;pending fix&lt;/a&gt;)
&lt;/li&gt;&lt;li&gt;XFS &lt;a href=&quot;https://lkml.org/lkml/2013/5/21/477&quot;&gt;xfs_setattr_size assertion&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;T430s Lid events no longer put machine to sleep (actually an old bug since 3.9-rc1, but laptop is out of action until next week)
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Puzzling website of the day: &lt;a href=&quot;http://1010.co.uk/org/pain.html&quot;&gt;pain registers&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/23/daily-log-may-23rd-2013/&quot;&gt;daily log May 23rd 2013.&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/22/daily-log-may-22nd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;daily log May 22nd 2013.&quot;&gt;daily log May 22nd 2013.&lt;/a&gt; &lt;small&gt;Going to try and continue yesterdays daily log format for...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/15/310rc1-testing-status/&quot; rel=&quot;bookmark&quot; title=&quot;3.10rc1 testing status&quot;&gt;3.10rc1 testing status&lt;/a&gt; &lt;small&gt;3.10rc1 came out a few days ago. At 12,000 changesets,...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/16/cve-2013-2094/&quot; rel=&quot;bookmark&quot; title=&quot;CVE-2013-2094. Another day, another fuzzed bug.&quot;&gt;CVE-2013-2094. Another day, another fuzzed bug.&lt;/a&gt; &lt;small&gt;Last month Tommi found a kernel bug in perf_swevent_init using...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 24 May 2013 04:25:45 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: daily log May 22nd 2013.</title>
	<guid>http://codemonkey.org.uk/?p=476</guid>
	<link>http://codemonkey.org.uk/2013/05/22/daily-log-may-22nd-2013/</link>
	<description>&lt;p&gt;Going to try and continue yesterdays daily log format for a while.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Grumbled at openvpn changing pathname for ‘plugin’ to ‘plugins’ breaking my vpn script.
&lt;/li&gt;&lt;li&gt;Bugzilla seemed unhappy. Gave up trying to look at it after it kept timing out.
&lt;/li&gt;&lt;li&gt;Continued poking at the XFS assertion from yesterday. Downgraded the compiler from f19′s 4.8.0 to 4.7.3. No luck. Couldn’t reproduce on 3.9, so started bisecting. Seemed to be caused by a patch I added recently to work around another XFS bug (slab corruption). I can’t win. Dave Chinner confused by my diagnosis. Bisect take 2 on that tomorrow.
&lt;/li&gt;&lt;li&gt;Vince Weaver posted a &lt;a href=&quot;https://github.com/deater/perf_event_tests/tree/master/fuzzer&quot;&gt;perf_event fuzzer&lt;/a&gt; based on trinity. Spent a while reading it over. Neat. Glad to see people taking an idea and running with it in new directions. The more test programs the better.
&lt;/li&gt;&lt;li&gt;Diagnosed yesterdays “microcode loader got slow” bug. Turned out that I had somehow inadvertently set CONFIG_FW_LOADER_USER_HELPER, which incurs a 60 second timeout.
&lt;/li&gt;&lt;li&gt;While waiting for bisections, looked over some bugs in coverity’s database. Around 1500 untriaged. Would like to find time to work on that some at some point.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Spent so much of the day bisecting/building/rebooting that I didn’t write much new code today. Ho-hum.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/22/daily-log-may-22nd-2013/&quot;&gt;daily log May 22nd 2013.&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/21/a-day-in-the-life/&quot; rel=&quot;bookmark&quot; title=&quot;a day in the life..&quot;&gt;a day in the life..&lt;/a&gt; &lt;small&gt;Got back from vacation today (since last Thursday). Here’s how...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/22/weekly-fedora-kernel-bug-statistics-march-22nd-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – March 22nd 2013&quot;&gt;Weekly Fedora kernel bug statistics – March 22nd 2013&lt;/a&gt; &lt;small&gt;  17 18 19 rawhide   Open: 359 422 8...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2012/06/22/weekly-fedora-kernel-bug-statistics-june-22nd-2012/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – June 22nd 2012&quot;&gt;Weekly Fedora kernel bug statistics – June 22nd 2012&lt;/a&gt; &lt;small&gt;  15 16 17 rawhide   Open: 99 581 174...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Thu, 23 May 2013 03:51:12 +0000</pubDate>
</item>
<item>
	<title>Michael Kerrisk (manpages): More man pages now rendered at man7.org</title>
	<guid>tag:blogger.com,1999:blog-3174631896317411826.post-4059124217954036402</guid>
	<link>http://linux-man-pages.blogspot.com/2013/05/more-man-pages-now-rendered-at-man7org.html</link>
	<description>As detailed in &lt;a href=&quot;http://blog.man7.org/2013/05/more-man-pages-now-rendered-on-man7org.html&quot;&gt;this blog post&lt;/a&gt;, I've expanded the set of man pages rendered in HTML at &lt;i&gt;&lt;a href=&quot;http://man7.org/linux/man-pages/&quot;&gt;http://man7.org/linux/man-pages/&lt;/a&gt; &lt;/i&gt;to include pages in addition to those provided by the &lt;i&gt;man-pages&lt;/i&gt; project. This change has several purposes. One main purpose is to provide a up-to-date and regularly updated HTML renderings of these man pages. (Most online man page renderings are out-of-date to some extent--in some cases, extremely out of date.) The other main purpose is to provide information on where to report bugs in each man page. To this end, each HTML rendering includes a COLOPHON that describes the origin of the page, notes the date when it was extracted, and provides information on where to report bugs in the page. (The &lt;i&gt;man-pages&lt;/i&gt; project has already done this since December 2007, with the result that many more man page bugs are nowadays reported.)&lt;br /&gt;&lt;br /&gt;Currently, man pages from nearly 40 projects are rendered, raising the number of pages rendered at &lt;i&gt;man7.org&lt;/i&gt; from around 950 to around 1750. The projects that I have so far included have a bias that matches my interests: &lt;i&gt;man-pages&lt;/i&gt;,  projects related to low-level C and system programming (e.g., the ACL  and extended attribute libraries), toolchain projects (e.g., gcc, gdb,  Git, coreutils, binutils, util-linux), and other relevant tools (kmod,  strace, ltrace, procps, expect) and tools relevant to manual pages  (e.g., groff, man-db). The full list of projects and the corresponding man pages that are rendered can be found in the &lt;a href=&quot;http://man7.org/linux/man-pages/dir_by_project.html&quot;&gt;man pages by project index&lt;/a&gt;. I'm open to adding further projects to the rendered set, if they seem relevant. If  you think there is a project that should be added, take a look at &lt;a href=&quot;http://blog.man7.org/2013/05/adding-further-man-pages-to-html.html&quot;&gt;this blog post&lt;/a&gt;.</description>
	<pubDate>Wed, 22 May 2013 13:18:55 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: a day in the life..</title>
	<guid>http://codemonkey.org.uk/?p=472</guid>
	<link>http://codemonkey.org.uk/2013/05/21/a-day-in-the-life/</link>
	<description>&lt;p&gt;Got back from vacation today (since last Thursday). Here’s how I spent the day.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Caught up (skimmed) the 1500 postings to Linux-kernel and related mailing lists that had accumulated.
&lt;/li&gt;&lt;li&gt;Reviewed, applied and cleaned up my patch backlog for trinity.
&lt;/li&gt;&lt;li&gt;Caught up with direct mail that needed a response.
&lt;/li&gt;&lt;li&gt;Brought my test machines up to 3.10rc2, and restarted tests.
&lt;/li&gt;&lt;li&gt;Caught another pair of RCU/nohz bugs pretty quickly. &lt;a href=&quot;https://lkml.org/lkml/2013/5/21/327&quot;&gt;[1]&lt;/a&gt;&lt;a href=&quot;https://lkml.org/lkml/2013/5/21/510&quot;&gt;[2]&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;Checked on the RMA for my failed SSD. Still awaiting shipment of replacement.
&lt;/li&gt;&lt;li&gt;Received my &lt;a href=&quot;http://www.amazon.com/gp/product/B009OLJD0Y/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B009OLJD0Y&amp;amp;linkCode=as2&amp;amp;tag=codemonkeyorg-20&quot;&gt;ultrabay adaptor for my thinkpad&lt;/a&gt;. Surprised to find out that a full height SSD would fit into it.
&lt;/li&gt;&lt;li&gt;Pushed out a 3.9.3 update for F18
&lt;/li&gt;&lt;li&gt;Looked at bugzilla backlog. Swore a lot. 3.9.x rebase bugs started to trickle in.
&lt;/li&gt;&lt;li&gt;Rewrote a bunch of code surrounding trinity’s rand() usage.
&lt;/li&gt;&lt;li&gt;Finally got F19 installed via NFS on new test machine.
&lt;/li&gt;&lt;li&gt;Hit an &lt;a href=&quot;https://lkml.org/lkml/2013/5/21/477&quot;&gt;XFS assertion&lt;/a&gt;.
&lt;/li&gt;&lt;li&gt;Then hit an &lt;a href=&quot;https://lkml.org/lkml/2013/5/21/483&quot;&gt;i915 pineview kms console blanking&lt;/a&gt; bug.
&lt;/li&gt;&lt;li&gt;Noticed that x86 microcode loading had &lt;a href=&quot;https://lkml.org/lkml/2013/5/21/481&quot;&gt;gotten really slow&lt;/a&gt;. It seems to be waiting a whole 60 seconds for each core.
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/21/a-day-in-the-life/&quot;&gt;a day in the life..&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/02/trinity-success-rate/&quot; rel=&quot;bookmark&quot; title=&quot;Trinity success rate.&quot;&gt;Trinity success rate.&lt;/a&gt; &lt;small&gt;Last week I mentioned that March had been a busy...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/01/39-merge-window-fallout/&quot; rel=&quot;bookmark&quot; title=&quot;3.9 merge window fallout (so far)&quot;&gt;3.9 merge window fallout (so far)&lt;/a&gt; &lt;small&gt;The 3.9 merge window opened up earlier this week. Here’s...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2012/09/25/trinity-finds-ancientr-bug/&quot; rel=&quot;bookmark&quot; title=&quot;Trinity finds an ancient bug.&quot;&gt;Trinity finds an ancient bug.&lt;/a&gt; &lt;small&gt;I’ve been chasing a bug for a few weeks that...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Wed, 22 May 2013 03:36:41 +0000</pubDate>
</item>
<item>
	<title>Greg Kroah-Hartman: Updated history of the 2.6.16-stable kernel</title>
	<guid>http://www.kroah.com/log/linux/stable-history-update.html</guid>
	<link>http://www.kroah.com/log/linux/stable-history-update.html</link>
	<description>&lt;p&gt;A few years ago, I gave a &lt;a href=&quot;http://www.kroah.com/log/linux/2.6.32-stable.html&quot;&gt;history of the 2.6.32 stable kernel&lt;/a&gt;, and
mentioned the previous stable kernels as well.  I'd like to apologize for not
acknowledging the work of Adrian Bunk in maintaining the 2.6.16 stable kernel
for 2 years after I gave up on it, allowing it to be used by many people for a
very long time.&lt;/p&gt;

&lt;p&gt;I've updated the previous post with this information in it at the bottom, for
the archives.  Again, many apologies, I never meant to ignore the work of this
developer.&lt;/p&gt;</description>
	<pubDate>Fri, 17 May 2013 16:34:00 +0000</pubDate>
</item>
<item>
	<title>Pete Zaitcev: Joe Arnold on Software-defined Storage</title>
	<guid>http://zaitcev.livejournal.com/217858.html</guid>
	<link>http://zaitcev.livejournal.com/217858.html</link>
	<description>&lt;p&gt;At Havana summit they were giving away a paper version of &lt;a href=&quot;http://www.amazon.com/Software-Defined-Storage-OpenStack-ebook/dp/B00C93QFHI/&quot;&gt;Joe Arnold's &quot;Software Defined Storage with OpenStack Swift&quot;&lt;/a&gt;. Very useful book for anyone dealing with Swift, I would be glad to pay the cover price of $25. But even more interestingly than tips on care and feeding of Swift, Joe opens the whole book thus:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[...] a de-coupled management system so customers  could achieve (1) amazing flexibility in terms of how (and where) they deployed their storage, (2) control of their data without being locked-in to a vendor and (3) private storage at public cloud prices.&lt;/p&gt;
&lt;p&gt;These features are the essence of Software Defined Storage (SDS), a new term the meaning of which is being defined. [...] Key aspects of SDS are scalability, adaptability, and the ability to use most any hardware. Through this de-coupling, operators can now make choices on how their storage is scaled and managed and how users can store and access data — &lt;em&gt;all driven programmatically&lt;/em&gt; for the entire storage tier, regardless of where the storage resources are deployed.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Parts of the above prompt questions. Firstly, what good is de-coupling in respect to lock-in? SwiftStack effectively locks in by owning the de-coupled management. Sure, you own your data and could, in theory, manage your Swift with another management plane... I do not expect anyone crazy enough to try switching by anything less than standing up a new cluster. In any case, that part is not important, IMHO. The important part is &lt;b&gt;programmatic control&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;The phrase &quot;SDS&quot; jumps off &quot;Software-Defined Networking&quot;. When SDN came into OpenStack, I was quite skeptical about it. It seemed too much like vendor-driven marketing bullshit. However, as users deployed the Project Formerly Known as OpenStack Quantum, it became clear that SDN answers their needs. The chief need was the ability to shape networks programmatically, overlaid on top of the physical networking plant, in service of the VMs.&lt;/p&gt;
&lt;p&gt;Before SDN, when all this cloud thing came about, practitioners also struggled with the definition of it, and in particular the difference from the plain old datacenter virtualization. The difference is the programmatic control throughout. RHEV (now oVirt) eventually grew an API, which blurred the lines. But in OpenStack it was the main feature from the start. So you can manage everything and anything programmatically, including, for example, running on bare hardware. One can say that cloud is &quot;Software-Defined Computing&quot;.&lt;/p&gt;
&lt;p&gt;So, how does this programmatic thing apply to Swift? Joe had interesting insights cunningly hidden in the book, like these:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In an SDS system, reliability is the responsibility of the software, not the hardware. Replication and data integrity tactics are used to ensure that data does not become corrupt and that lost data is recovered.&lt;/p&gt;
&lt;p&gt;[...]&lt;/p&gt;
&lt;p&gt;A crucial function of an SDS system is to orchestrate capacity — storage, networking, routing &amp;amp; services — for entire cluster.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Swift covers the first part well already. The second is missing, or &quot;de-coupled&quot;.&lt;/p&gt;
&lt;p&gt;For galactic fairness, he also wrote things that seem wrong-headed to me:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;There is no application sharding or managing volumes which can drive operational knowledge and complexity into applications because the SDS system is one cohesive system. Users do not need to ask for or know 'which storage pool' should be used because there is only one namespace.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The problem with hiding the pools outside of namespace is that they become invisible to the programmatic control as well, and such control is essential to the very definition of SDS. Someone at Amazon made a brilliant decision to make buckets a unit of replication in S3, so they can be linked to a region. In effect this hides the &lt;i&gt;complexity&lt;/i&gt; but exposes &lt;i&gt;knowledge&lt;/i&gt; that an application needs. Thus, any S3 client can do what Joe coniders SDS, but without any de-coupling, through the namespace and inside the API (or it can chose not to do it and just use a default region, for simplicity).&lt;/p&gt;
&lt;p&gt;Joe's employees are &lt;a href=&quot;http://swiftstack.com/blog/2012/09/16/globally-distributed-openstack-swift-cluster/&quot;&gt;hard at work&lt;/a&gt; implementing the vision as he outlined it, using the concept of regions that are internal to Swift cluster. The problem for everyone else, however, is how the programmatic control of that stack is exclusive to SwiftStack (with some useful things leaking into Swift, such as changeable replica count).&lt;/p&gt;
&lt;p&gt;So, in the end, today Swift offers a solid foundation and parts of an SDS system, but the orchestration is &quot;de-coupled&quot; away elsewhere. Seems like a clear challenge to OpenStack to (re-)create the missing pieces.&lt;/p&gt;
&lt;p&gt;P.S. I'd love to see the missing parts inside the Swift API and even namespace, although we have a problem here. Our Accounts and Containers are not guaranteed to live anywhere specifically or even on the same nodes. Changing that would be a step that I prefer. But Joe prefers to give up on plugging programmatic orchestration into the Swift API and just &quot;de-couple&quot; the heck of it. John, our benevolent PTL, seems to toe that line. Maybe they are right.&lt;/p&gt;
&lt;p&gt;P.P.S. The deal with the programmatic orchestration is something that &quot;unified&quot; storage projects have to address too. E.g. in GlusterFS a program can issue mkdir(2). Is this programmatic control? No, not enough. Okay, they have glusterfsd nowadays, I can create volfiles in there, is that SDS? That is getting closer!&lt;/p&gt;</description>
	<pubDate>Thu, 16 May 2013 16:19:46 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: PSA: OCZ Vector SSD firmware.</title>
	<guid>http://codemonkey.org.uk/?p=470</guid>
	<link>http://codemonkey.org.uk/2013/05/16/psa-ocz-vector-ssd-firmware/</link>
	<description>&lt;p&gt;My bad luck with hardware continues.&lt;/p&gt;
&lt;p&gt;At the beginning of this year, I bought &lt;a href=&quot;http://www.amazon.com/gp/product/B00A9YQPME/ref=as_li_ss_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B00A9YQPME&amp;amp;linkCode=as2&amp;amp;tag=codemonkeyorg-20&quot;&gt;an SSD for my laptop&lt;/a&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;http://www.assoc-amazon.com/e/ir?t=codemonkeyorg-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B00A9YQPME&quot; style=&quot;border: none !important; margin: 0px !important;&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I &lt;a href=&quot;http://codemonkey.org.uk/2013/01/10/ocz-vector-ssd-smart/&quot;&gt;previously wrote&lt;/a&gt; about the need to update smartmontools, which should now be updated everywhere. One thing I was not aware of at the time however, was that there’s a firmware update available.  Had I known this, I would have applied it, because as soon as I hit the “400GB of lifetime writes” counter (coincidence?), it lost the ability to write to any block.  It won’t even respond to secure erase commands.&lt;/p&gt;
&lt;p&gt;The failure is exacerbated by the fact that the disk contains journalling filesystems in need of recovery. So if anything tries to mount them, it tries to write to the disk, and then falls off the bus requiring a power cycle to even see the disk again. The recovery tools provided by OCZ apparently try to mount every partition it finds during boot up (derp).&lt;/p&gt;
&lt;p&gt;So now it’s on its way back to OCZ for reflashing/replacement. Lesson learned.&lt;/p&gt;
&lt;p&gt;If you have one of these, and hdparm -I shows you have firmware 1.03, you might want to update it to 2.0. There are flashing tools on ocz’s site.&lt;br /&gt;
(in the form of bootable linux images, using an insane desktop that looks like what hacker movies in the 1990s looked like).  There’s no guarantee that the new firmware actually fixes whatever problem I’ve hit, due to the lack of changelogs, but given it was the first thing they asked me to try, I’m going to say there’s a strong possibility it’s a known bug.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/16/psa-ocz-vector-ssd-firmware/&quot;&gt;PSA: OCZ Vector SSD firmware.&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/01/10/ocz-vector-ssd-smart/&quot; rel=&quot;bookmark&quot; title=&quot;OCZ Vector SSD vs SMART&quot;&gt;OCZ Vector SSD vs SMART&lt;/a&gt; &lt;small&gt;After my Dell Adamo decided it didn’t want to see...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Thu, 16 May 2013 16:16:27 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: CVE-2013-2094. Another day, another fuzzed bug.</title>
	<guid>http://codemonkey.org.uk/?p=469</guid>
	<link>http://codemonkey.org.uk/2013/05/16/cve-2013-2094/</link>
	<description>&lt;p&gt;Last month Tommi found a kernel bug in perf_swevent_init using trinity, and posted &lt;a href=&quot;http://marc.info/?l=linux-kernel&amp;amp;m=136588264507457&quot;&gt;a fix&lt;/a&gt; upstream. This apparently turned out to be a local root.  Someone released an exploit for it this week. (interesting dissection of the exploit by spender &lt;a href=&quot;http://www.reddit.com/r/netsec/comments/1eb9iw/sdfucksheeporgs_semtexc_local_linux_root_exploit/c9ykrck&quot;&gt;here&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;The code to fuzz perf_event_open was added to Trinity in November 2011. Yet for some reason, we only started to hit this recently. The sanitise routine for this syscall is still pretty basic, even after I added a little more to it yesterday. There’s probably more fruit on that branch somewhere.&lt;/p&gt;
&lt;p&gt;There’s a date in the exploit code that claims it was written shortly after the affected code was merged upstream in 2010.  Assuming that’s true, it’s taken way too long to find this. Trinity should have found this a lot sooner.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/16/cve-2013-2094/&quot;&gt;CVE-2013-2094. Another day, another fuzzed bug.&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/04/architecture-support-trinity/&quot; rel=&quot;bookmark&quot; title=&quot;New architecture support for Trinity.&quot;&gt;New architecture support for Trinity.&lt;/a&gt; &lt;small&gt;When I’ve given talks about trinity, something I’ve been asked...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/02/15/cve20130290-net-infinite-loop-skbrecvdatagram/&quot; rel=&quot;bookmark&quot; title=&quot;CVE-2013-0290 net: infinite loop in __skb_recv_datagram&quot;&gt;CVE-2013-0290 net: infinite loop in __skb_recv_datagram&lt;/a&gt; &lt;small&gt;Trinity found another bug deemed dire enough to earn a...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/11/39rc-trinity-fallout/&quot; rel=&quot;bookmark&quot; title=&quot;3.9-rc Trinity fallout.&quot;&gt;3.9-rc Trinity fallout.&lt;/a&gt; &lt;small&gt;As Linus alluded to in his 3.9-rc2 announcement, I had...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Thu, 16 May 2013 15:01:42 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: 3.10rc1 testing status</title>
	<guid>http://codemonkey.org.uk/?p=468</guid>
	<link>http://codemonkey.org.uk/2013/05/15/310rc1-testing-status/</link>
	<description>&lt;p&gt;3.10rc1 came out a few days ago. At 12,000 changesets, lwn calls it the &lt;a href=&quot;http://lwn.net/Articles/550270/&quot;&gt;busiest such ever&lt;/a&gt;. Statements like that usually make me nervous. But things are generally in pretty good shape. Much better than 3.9rc1 was.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There has been nowhere near the same level of fallout from &lt;a href=&quot;http://codemonkey.org.uk/projects/trinity&quot;&gt;trinity&lt;/a&gt; this cycle.  The only bug I’m reliably hitting has been around for a while (connect vs sendmsg udpv6 oops)
&lt;/li&gt;&lt;li&gt;I hit a few crash-in-early-boot bugs that were a pain to debug. (fixes still pending merge)
&lt;/li&gt;&lt;li&gt;Some slab corruption found in XFS. (again, fixes pending merge).  There’s some talk on lkml about an ext3 issue with the same symptoms, but I’ve not managed to reproduce this (yet?).
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;and that’s been about it.  &lt;/p&gt;
&lt;p&gt;Generally feeling pretty solid. Fedora 19 is still going to ship with 3.9, but we’ll likely have a 3.10.x update on day of release.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/15/310rc1-testing-status/&quot;&gt;3.10rc1 testing status&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2012/06/15/testing-leap-code/&quot; rel=&quot;bookmark&quot; title=&quot;Testing the leap second code. Again.&quot;&gt;Testing the leap second code. Again.&lt;/a&gt; &lt;small&gt;Judging by the number of searches hitting my blog this...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2012/11/21/fuzz-testing-oom-killer/&quot; rel=&quot;bookmark&quot; title=&quot;fuzz testing, and the OOM killer.&quot;&gt;fuzz testing, and the OOM killer.&lt;/a&gt; &lt;small&gt;Fuzzing the kernel with trinity turns up new bugs regularly....&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/01/39-merge-window-fallout/&quot; rel=&quot;bookmark&quot; title=&quot;3.9 merge window fallout (so far)&quot;&gt;3.9 merge window fallout (so far)&lt;/a&gt; &lt;small&gt;The 3.9 merge window opened up earlier this week. Here’s...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Wed, 15 May 2013 14:40:13 +0000</pubDate>
</item>
<item>
	<title>Eric Sandeen: Distributed solar variability</title>
	<guid>http://sandeen.net/wordpress/?p=1135</guid>
	<link>http://sandeen.net/wordpress/uncategorized/distributed-solar-variability/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=distributed-solar-variability</link>
	<description>&lt;p&gt;One of the common arguments against solar as an energy source is that it’s just too variable.  You can never count on it when you need it.  What if clouds roll in and out? [1]&lt;/p&gt;
&lt;p&gt;&lt;span id=&quot;more-1135&quot;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;One counter-argument might be – well, you never know when anyone will turn on their AC, either, at least not minute-by-minute.  The grid is a balancing act; unpredictable, random loads have the same effect as unpredictable, random generators.&lt;/p&gt;
&lt;p&gt;To which one might then counter yes, but there are so many AC units out there, they average out, more or less, turning on and off at random times and smoothing things out in aggregate.&lt;/p&gt;
&lt;p&gt;To which the solar advocate might reply OK, then with enough solar the peaks and valleys of generation should cancel out too, as clouds move out of one area into another.  Does this seem likely out in practice?&lt;/p&gt;
&lt;p&gt;To find out, I grabbed 5 minute data from about 40 &lt;a href=&quot;http://enphase.com/&quot;&gt;Enphase&lt;/a&gt; systems in the twin cities on a highly variable, sporadically cloudy day.  Because we don’t yet have a whole lot of solar here, and I didn’t want the one or two large commercial systems in the group to swamp the smaller residential systems, first I normalized them all to a % of their max output.  (This might be cheating a little, but with a lot more systems randomly distributed in size and geography, the swamping-out effect should be minimiized.)  Here’s what just 4 of those systems looks like; each is indeed pretty messy and unpredictable at the 5-minute range:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://sandeen.net/wordpress/wp-content/uploads/2013/05/solar_junk.png&quot;&gt;&lt;img alt=&quot;solar_junk&quot; class=&quot;aligncenter size-full wp-image-1136&quot; height=&quot;570&quot; src=&quot;http://sandeen.net/wordpress/wp-content/uploads/2013/05/solar_junk.png&quot; width=&quot;945&quot; /&gt;&lt;/a&gt;Then I averaged all of the systems.  Here’s what the average looks like, compared to one of the individual systems:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://sandeen.net/wordpress/wp-content/uploads/2013/05/solar_smoothing.png&quot;&gt;&lt;img alt=&quot;solar_smoothing&quot; class=&quot;aligncenter size-full wp-image-1137&quot; height=&quot;556&quot; src=&quot;http://sandeen.net/wordpress/wp-content/uploads/2013/05/solar_smoothing.png&quot; width=&quot;928&quot; /&gt;&lt;/a&gt;It appears that things certainly do smooth out when we look at geographically distributed systems.  If I were a grid operator, I might feel a lot better about that.&lt;/p&gt;
&lt;p&gt;The caveats might be that this is a very wide geographic range – I grabbed systems from all of the twin cities and suburbs.  And that’s probably larger than the various sub-grids within the cities; what the variability is within those subgrids is, or how this solar variability affects them, I’m not sure.  And of course my initial normalization of all systems to the same size could be argued with.&lt;/p&gt;
&lt;p&gt;There have been much more rigorous papers and presentations written on this as well, see for example “&lt;a href=&quot;http://www.cleanpower.com/resources/quantifying-pv-power-output-variability/&quot;&gt;Quantifying PV Power Output Variability&lt;/a&gt;” by Thomas E. Hoff and Richard Perez in 1999, and “&lt;a href=&quot;http://escholarship.org/uc/item/9mz3w055&quot;&gt;Implications of Wide-Area Geographic Diversity for Short- Term Variability of Solar Power&lt;/a&gt;” by Andrew Mills and Ryan Wiser at LBNL in 2010.  But with the advent of 5-minute monitoring from systems like Enphase, I wonder if even better results could be found from this wealth of data.&lt;/p&gt;
&lt;p&gt;[1]  I’ll submit that a sporadically cloudy day is more trouble to a grid operator than a generally cloudy day.   We often know if a day will be cloudy well ahead of time, and that doesn’t yield the minute-to-minute variations of a sporadically cloudy day.  The grid is better, I think, at responding to these longer-term variations.&lt;/p&gt;</description>
	<pubDate>Wed, 15 May 2013 02:39:50 +0000</pubDate>
</item>
<item>
	<title>Pavel Machek: Slides from openmobility talk</title>
	<guid>http://pavelmachek.livejournal.com/115293.html</guid>
	<link>http://pavelmachek.livejournal.com/115293.html</link>
	<description>...are &lt;a href=&quot;http://atrey.karlin.mff.cuni.cz/~pavel/wear/position/position.mgp&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. Recording was going on, but I'm not sure if it is online somewhere...</description>
	<pubDate>Tue, 14 May 2013 12:54:47 +0000</pubDate>
</item>
<item>
	<title>James Morris: Slides from my Security Subsystem Overview at LinuxCon Japan 2012</title>
	<guid>http://blog.namei.org/?p=563</guid>
	<link>http://blog.namei.org/2013/05/13/slides-from-my-security-subsystem-overview-at-linuxcon-japan-2012/</link>
	<description>&lt;p&gt;Whoops.  Looks like I forgot to post my slides from last year’s &lt;a href=&quot;http://events.linuxfoundation.org/archive/2012/linuxcon-japan&quot;&gt;LinuxCon Japan&lt;/a&gt; talk on the Linux kernel security subsystem.&lt;/p&gt;
&lt;p&gt;Here they are:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://namei.org/presentations/kernel-security-state-linuxconjp-2012b.pdf&quot;&gt;http://namei.org/presentations/kernel-security-state-linuxconjp-2012b.pdf&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I’ll be giving an &lt;a href=&quot;http://linuxconcloudopenjapan2013.sched.org/event/296bcc789f3fe132dacafb624466c999?iframe=no&amp;amp;w=900&amp;amp;sidebar=yes&amp;amp;bg=no#.UZDKy4KaSxA&quot;&gt;update&lt;/a&gt; at the upcoming &lt;a href=&quot;http://events.linuxfoundation.org/events/linuxcon-japan&quot;&gt;LinuxCon Japan&lt;/a&gt; in Tokyo in a couple of weeks.&lt;/p&gt;</description>
	<pubDate>Mon, 13 May 2013 11:14:29 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Weekly Fedora kernel bug statistics – May 10th 2013</title>
	<guid>http://codemonkey.org.uk/?p=466</guid>
	<link>http://codemonkey.org.uk/2013/05/10/weekly-fedora-kernel-bug-statistics-10th-2013/</link>
	<description>&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;td&gt;rawhide&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open:&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=17&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;273&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=18&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;348&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=19&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;117&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=rawhide&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;73&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(811)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Opened since 2013-05-03&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-10&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;7&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-10&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;17&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-10&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;8&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-10&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;6&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(38)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Closed since 2013-05-03&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-10&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;7&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-10&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;20&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-10&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;14&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-10&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;4&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(45)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Changed since 2013-05-03&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-10&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;20&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-10&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;41&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-10&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;20&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-10&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-05-03&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;7&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(88)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;Nothing terribly exciting in this weeks new bugs.  Backlog continues to slowly get beaten down. Next week should see a rebase to 3.9 for F18.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/10/weekly-fedora-kernel-bug-statistics-10th-2013/&quot;&gt;Weekly Fedora kernel bug statistics – May 10th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/02/08/weekly-fedora-kernel-bug-statistics-february-08-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – February 08 2013&quot;&gt;Weekly Fedora kernel bug statistics – February 08 2013&lt;/a&gt; &lt;small&gt;  16 17 18 rawhide   Open: 90 449 327...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/08/weekly-fedora-kernel-bug-statistics-march-08-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – March 08 2013&quot;&gt;Weekly Fedora kernel bug statistics – March 08 2013&lt;/a&gt; &lt;small&gt;  17 18 rawhide   Open: 453 406 241 (1100)...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/01/25/weekly-fedora-kernel-bug-statistics-january-25th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – January 25th 2013&quot;&gt;Weekly Fedora kernel bug statistics – January 25th 2013&lt;/a&gt; &lt;small&gt;  16 17 18 rawhide   Open: 87 457 252...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 10 May 2013 16:18:54 +0000</pubDate>
</item>
<item>
	<title>Pete Zaitcev: Viva la testing revolution</title>
	<guid>http://zaitcev.livejournal.com/217826.html</guid>
	<link>http://zaitcev.livejournal.com/217826.html</link>
	<description>&lt;p&gt;This is not something to brag about, but apparently I managed to program computers for about 30 years without writing unit tests. Today it's recitified by adding a test to one of my projects &lt;a href=&quot;https://github.com/zaitcev/slasti/commit/d56cc12db5e4d3d6e3084b84a6dece690f2bc89f&quot;&gt;voluntarily&lt;/a&gt;. I encountered the goodness of build-time testing when working on Jeff Garzik's Project Hail. And of course, OpenStack, including Swift, had them since forever. Those weren't my projects, however.&lt;/p&gt;</description>
	<pubDate>Thu, 09 May 2013 20:12:25 +0000</pubDate>
</item>
<item>
	<title>Pavel Machek: From squeeze to wheezy and back, and how not to backup your / filesystem</title>
	<guid>http://pavelmachek.livejournal.com/114970.html</guid>
	<link>http://pavelmachek.livejournal.com/114970.html</link>
	<description>I'm still running squeeze on my X60... and I decided that with wheezy becoming &quot;stable&quot;, it was good idea to upgrade. Before I started, I did back up my root filesystem (fortunately), with&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;cp -a --one-file-system / somewhere
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Upgrade was a bit of fight (like aptitude trying to take hours of cpu time), but eventually I succeeded... Only to realize that system no longer boots into GUI and (worse) that gnome2 is gone. I'm not great fan of gnome3; definitely on X60, anyway. Its animations feel excessive even when system is unloaded, if there's some background load it quickly becomes unusable. I googled a bit, and it did not look like going back to gnome2 is not exactly easy.&lt;br /&gt;&lt;br /&gt;So I went back from the backup. First, chromium refused to run because new version broke the config files. I restored those from backup. But next... strangely my self-compiled 3.9 kernel stopped working. Stock debian kernel kept running, but own kernel ran init then rsyslogd broke the boot.&lt;br /&gt;&lt;br /&gt;Can you guess what went wrong?&lt;br /&gt;&lt;br /&gt;pc jvgu bar svyr flfgrz bcgvba vf ernyyl onq vqrn; vg jvyy abg pbcl rirelguvat sebz lbhe / svyrflfgrz, va cnegvphyne vg jvyy abg pbcl /qri, orpnhfr gurer'f gz csf zbhagrq bire vg. Bhpu.</description>
	<pubDate>Thu, 09 May 2013 12:20:07 +0000</pubDate>
</item>
<item>
	<title>Matthew Garrett: A short introduction to TPMs</title>
	<guid>tag:dreamwidth.org,2011-02-12:696190:24818</guid>
	<link>http://mjg59.dreamwidth.org/24818.html</link>
	<description>I've been working on TPMs lately. It turns out that they're moderately awful, but what's significantly more awful is basically all the existing documentation. So here's some of what I've learned, presented in the hope that it saves someone else some amount of misery.&lt;br /&gt;&lt;h2&gt;What is a TPM?&lt;/h2&gt;TPMs are devices that adhere to the Trusted Computing Group's Trusted Platform Module specification. They're typically microcontrollers[1] with a small amount of flash, and attached via either i2c (on embedded devices) or LPC[2] (on PCs). While designed for performing cryptographic tasks, TPMs are &lt;em&gt;not&lt;/em&gt; cryptographic accelerators - in almost all situations, carrying out any TPM operations on the CPU instead would be massively faster[3]. So why use a TPM at all? &lt;br /&gt;&lt;h2&gt;Keeping secrets with a TPM&lt;/h2&gt;TPMs can encrypt and decrypt things. They're not terribly fast at doing so, but they have one significant benefit over doing it on the CPU - they can do it with keys that are tied to the TPM. All TPMs have something called a Storage Root Key (or SRK) that's generated when the TPM is initially configured. You can ask the TPM to generate a new keypair, and it'll do so, encrypt them with the SRK (or another key descended from the SRK) and hand it back to you. Other than the SRK (and another key called the Endorsement Key, which we'll get back to later), these keys aren't actually kept on the TPM - the running OS stores them on disk. If the OS wants to encrypt or decrypt something, it loads the key into the TPM and asks it to perform the desired operation. The TPM decrypts the key and then goes to work on the data. For small quantities of data, the secret can even be stored in the TPM's nvram rather than on disk.&lt;br /&gt;&lt;br /&gt;All of this means that the keys are tied to a system, which is great for security. An attacker can't obtain the decrypted keys, even if they have a keylogger and full access to your filesystem. If I encrypt my laptop's drive and then encrypt the decryption key with the TPM, stealing my drive won't help even if you have my passphrase - any other TPM simply doesn't have the keys necessary to give you access.&lt;br /&gt;&lt;br /&gt;That's fine for keys which are system specific, but what about keys that I might want to use on multiple systems, or keys that I want to carry on using when I need to replace my hardware? Keys can optionally be flagged as migratable, which makes it possible to export them from the TPM and import them to another TPM. This seems like it defeats most of the benefits, but there's a couple of features that improve security here. The first is that you need the TPM ownership password, which is something that's set during initial TPM setup and then not usually used afterwards. An attacker would need to obtain this somehow. The other is that you can set limits on migration when you initially import the key. In this scenario the TPM will only be willing to export the key by encrypting it with a pre-configured public key. If the private half is kept offline, an attacker is still unable to obtain a decrypted copy of the key.&lt;br /&gt;&lt;h2&gt;So I just replace the OS with one that steals the secret, right?&lt;/h2&gt;Say my root filesystem is encrypted with a secret that's stored on the TPM. An attacker can replace my kernel with one that grabs that secret once the TPM's released it. How can I avoid that?&lt;br /&gt;&lt;br /&gt;TPMs have a series of Platform Configuration Registers (PCRs) that are used to record system state. These all start off programmed to zero, but applications can extend them at runtime by writing a sha1 hash into them. The new hash is concatenated to the existing PCR value and another sha1 calculated, and then this value is stored in the PCR. The firmware hashes itself and various option ROMs and adds those values to some PCRs, and then grabs the bootloader and hashes that. The bootloader then hashes its configuration and the files it reads before executing them.&lt;br /&gt;&lt;br /&gt;This chain of trust means that you can verify that no prior system component has been modified. If an attacker modifies the bootloader then the firmware will calculate a different hash value, and there's no way for the attacker to force that back to the original value. Changing the kernel or the initrd will result in the same problem. Other than replacing the very low level firmware code that controls the root of trust, there's no way an attacker can replace any fundamental system components without changing the hash values.&lt;br /&gt;&lt;br /&gt;TPMs support using these hash values to decide whether or not to perform a decryption operation. If an attacker replaces the initrd, the PCRs won't match and the TPM will simply refuse to hand over the secret. You can actually see this in use on Windows devices using Bitlocker - if you do anything that would change the PCR state (like booting into recovery mode), the TPM won't hand over the key and Bitlocker has to prompt for a recovery key. Choosing which PCRs to care about is something of a balancing act. Firmware configuration is typically hashed into PCR 1, so changing any firmware configuration options will change it. If PCR 1 is listed as one of the values that must match in order to release the secret, changing any firmware options will prevent the secret from being released. That's probably overkill. On the other hand, PCR 0 will normally contain the firmware hash itself. Including this means that the user will need to recover after updating their firmware, but failing to include it means that an attacker can subvert the system by replacing the firmware.&lt;br /&gt;&lt;h2&gt;What about using TPMs for DRM?&lt;/h2&gt;In theory you could populate TPMs with DRM keys for media playback, and seal them such that the hardware wouldn't hand them over. In practice this is probably too easily subverted or too user-hostile - changing default boot order in your firmware would result in validation failing, and permitting that would allow fairly straightforward subverted boot processes. You really need a finer grained policy management approach, and that's something that the TPM itself can't support.&lt;br /&gt;&lt;br /&gt;This is where Remote Attestation comes in. Rather than keep any secrets on the local TPM, the TPM can assert to a remote site that the system is in a specific state. The remote site can then make a policy determination based on multiple factors and decide whether or not to hand over session decryption keys. The idea here is fairly straightforward. The remote site sends a nonce and a list of PCRs. The TPM generates a blob with the requested PCR values, sticks the nonce on, encrypts it and sends it back to the remote site. The remote site verifies that the reply was encrypted with an actual TPM key, makes sure that the nonce matches and then makes a policy determination based on the PCR state.&lt;br /&gt;&lt;br /&gt;But hold on. How does the remote site know that the reply was encrypted with an actual TPM? When TPMs are built, they have something called an Endorsement Key (EK) flashed into them. The idea is that the only way to have a valid EK is to have a TPM, and that the TPM will never release this key to anything else. There's a couple of problems here. The first is that proving you have a valid EK to a remote site involves having a chain of trust between the EK and some globally trusted third party. Most TPMs don't have this - the only ones I know of that do are recent Infineon and STMicro parts. The second is that TPMs only have a single EK, and so any site performing remote attestation can cross-correlate you with any other site. That's a pretty significant privacy concern.&lt;br /&gt;&lt;br /&gt;There's a theoretical solution to the privacy issue. TPMs never actually sign PCR quotes with the EK. Instead, TPMs can generate something called an Attestation Identity Key (AIK) and sign it with the EK. The OS can then provide this to a site called a PrivacyCA, which verifies that the AIK is signed by a real EK (and hence a real TPM). When a third party site requests remote attestation, the TPM signs the PCRs with the AIK and the third party site asks the PrivacyCA whether the AIK is real. You can have as many AIKs as you want, so you can provide each service with a different AIK.&lt;br /&gt;&lt;br /&gt;As long as the PrivacyCA only keeps track of whether an AIK is valid and not which EK it was signed with, this avoids the privacy concerns - nobody would be able to tell that multiple AIKs came from the same TPM. On the other hand, it makes any PrivacyCA a pretty attractive target. Compromising one would not only allow you to fake up any remote attestation requests, it would let you violate user privacy expectations by seeing that (say) the TPM being used to attest to HolyScriptureVideos.com was also being used to attest to DegradingPornographyInvolvingAnimals.com.&lt;br /&gt;&lt;br /&gt;Perhaps unsurprisingly (given the associated liability concerns), there's no public and trusted PrivacyCAs yet, and even if they were (a) many computers are still being sold without TPMs and (b) even those with TPMs often don't have the EK certificate that would be required to make remote attestation possible. So while remote attestation could theoretically be used to impose DRM in a way that would require you to be running a specific OS, practical concerns make it pretty difficult for anyone to deploy that at any point in the near future.&lt;br /&gt;&lt;h2&gt;Is this just limited to early OS components?&lt;/h2&gt;Nope. The Linux kernel &lt;a href=&quot;http://linux-ima.sourceforge.net/&quot;&gt;has support&lt;/a&gt; for measuring each binary run or each module loaded and extending PCRs accordingly. This makes it possible to ensure that the running binaries haven't been modified on disk. There's not a lot of distribution infrastructure for setting this up, but in theory a distribution could deploy an entirely signed userspace and allow the user to opt into only executing correctly signed binaries. Things get more interesting when you add interpreted scripts to the mix, so there's still plenty of work to do there.&lt;br /&gt;&lt;h2&gt;So what can I actually use a TPM for?&lt;/h2&gt;Drive encryption is probably the best example (Bitlocker does it on Windows, and there's a LUKS-based implementation for Linux &lt;a href=&quot;https://github.com/shpedoikal/tpm-luks&quot;&gt;here&lt;/a&gt;) - while in theory you could do things like use your TPM as a factor in two-factor authentication or tie your GPG key to it, there's not a lot of existing infrastructure for handling all of that. For the majority of people, the most useful feature of the TPM is probably the random number generator. rngd has support for pulling numbers out of it and stashing them in /dev/random, and it's probably worth doing that unless you have an Ivy Bridge or other CPU with an RNG.&lt;br /&gt;&lt;br /&gt;Things get more interesting in more niche cases. Corporations can bind VPN keys to corporate machines, making it possible to impose varying security policies. Intel use the TPM as part of their anti-theft technology on education-oriented devices like the Classmate. And in the cloud, projects like &lt;a href=&quot;https://wiki.openstack.org/wiki/TrustedComputingPools&quot;&gt;Trusted Computing Pools&lt;/a&gt; use remote attestation to verify that compute nodes are in a known good state before scheduling jobs on them.&lt;br /&gt;&lt;h2&gt;Is there a threat to freedom?&lt;/h2&gt;At the moment, probably not. The lack of any workable general purpose remote attestation makes it difficult for anyone to impose TPM-based restrictions on users, and any local code is obviously under the user's control - got a program that wants to read the PCR state before letting you do something? LD_PRELOAD something that gives it the desired response, or hack it so it ignores failure. It's just far too easy to circumvent.&lt;br /&gt;&lt;h2&gt;Summary?&lt;/h2&gt;TPMs are useful for some very domain-specific applications, drive encryption and random number generation. The current state of technology doesn't make them useful for practical limitations of end-user freedom.&lt;br /&gt;&lt;br /&gt;[1] Ranging from 8-bit things that are better suited to driving washing machines, up to full ARM cores&lt;br /&gt;[2] &quot;Low Pin Count&quot;, basically ISA without the slots.&lt;br /&gt;[3] Loading a key and decrypting a 5 byte payload takes 1.5 &lt;em&gt;seconds&lt;/em&gt; on my laptop's TPM.&lt;br /&gt;&lt;br /&gt;&lt;img alt=&quot;comment count unavailable&quot; height=&quot;12&quot; src=&quot;http://www.dreamwidth.org/tools/commentcount?user=mjg59&amp;amp;ditemid=24818&quot; style=&quot;vertical-align: middle;&quot; width=&quot;30&quot; /&gt; comments</description>
	<pubDate>Tue, 07 May 2013 17:18:31 +0000</pubDate>
</item>
<item>
	<title>James Morris: Linux Security Summit 2013 (New Orleans) – Call for Participation</title>
	<guid>http://blog.namei.org/?p=561</guid>
	<link>http://blog.namei.org/2013/05/06/linux-security-summit-2013-new-orleans-call-for-participation/</link>
	<description>&lt;p&gt;The CFP for the &lt;a href=&quot;http://kernsec.org/wiki/index.php/Linux_Security_Summit_2013&quot;&gt;2013 Linux Security Summit&lt;/a&gt; has been &lt;a href=&quot;http://marc.info/?l=linux-security-module&amp;amp;m=136783173311478&amp;amp;w=2&quot;&gt;announced&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The summit will be held across the 19th and 20th of September in New Orleans, co-located again with &lt;a href=&quot;https://events.linuxfoundation.org/events/linuxcon&quot;&gt;LinuxCon&lt;/a&gt; and &lt;a href=&quot;http://www.linuxplumbersconf.org/2013/&quot;&gt;Linux Plumbers&lt;/a&gt;.   Note that presenters and attendees at LSS must be registered as LinuxCon attendees.&lt;/p&gt;
&lt;p&gt;We’ll be following a similar format to &lt;a href=&quot;http://kernsec.org/wiki/index.php/Linux_Security_Summit_2012&quot;&gt;last year&lt;/a&gt;, with a day of refereed presentations, followed by subsystem updates and break-out sessions on the second day.  We’ll probably finish up around lunchtime on the Friday for people needing to head home that day, but check the final schedule for details once it’s published.&lt;/p&gt;
&lt;p&gt;The CFP is open until &lt;strong&gt;14th June&lt;/strong&gt;, with speaker notifications to be posted by 21st June.&lt;/p&gt;
&lt;p&gt;If you’ve been doing cool and interesting work in Linux security, be sure to submit a proposal!&lt;/p&gt;</description>
	<pubDate>Mon, 06 May 2013 09:59:59 +0000</pubDate>
</item>
<item>
	<title>Andi Kleen: TSX profiling</title>
	<guid>http://halobates.de/blog/?p=237</guid>
	<link>http://halobates.de/blog/p/237</link>
	<description>&lt;p&gt;I published a quick overview on how to do &lt;a href=&quot;http://en.wikipedia.org/wiki/Transactional_Synchronization_Extensions&quot;&gt;TSX&lt;/a&gt; profiling with Linux perf: &lt;a href=&quot;http://software.intel.com/en-us/blogs/2013/05/03/intelr-transactional-synchronization-extensions-intelr-tsx-profiling-with-linux-0&quot;&gt;Intel TSX profiling with Linux perf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is a technical overview that assumes some prior knowledge of profiling. I apologize for the cumbersome title.&lt;/p&gt;</description>
	<pubDate>Sat, 04 May 2013 02:53:22 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Weekly Fedora kernel bug statistics – May 03 2013</title>
	<guid>http://codemonkey.org.uk/?p=465</guid>
	<link>http://codemonkey.org.uk/2013/05/03/weekly-fedora-kernel-bug-statistics-03-2013/</link>
	<description>&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;td&gt;rawhide&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open:&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=17&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;270&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=18&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;345&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=19&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;126&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=rawhide&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;70&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(811)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Opened since 2013-04-26&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-03&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;4&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-03&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;24&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-03&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;9&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-05-03&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;6&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(43)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Closed since 2013-04-26&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-03&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;12&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-03&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;28&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-03&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;8&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-03&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;9&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(57)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Changed since 2013-04-26&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-03&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;15&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-03&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;52&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-03&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;18&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-05-03&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-26&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;7&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(92)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/05/03/weekly-fedora-kernel-bug-statistics-03-2013/&quot;&gt;Weekly Fedora kernel bug statistics – May 03 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/08/weekly-fedora-kernel-bug-statistics-march-08-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – March 08 2013&quot;&gt;Weekly Fedora kernel bug statistics – March 08 2013&lt;/a&gt; &lt;small&gt;  17 18 rawhide   Open: 453 406 241 (1100)...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/22/weekly-fedora-kernel-bug-statistics-april-19th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – April 19th 2013&quot;&gt;Weekly Fedora kernel bug statistics – April 19th 2013&lt;/a&gt; &lt;small&gt;I was a little distracted by local events last Friday,...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/29/monthly-fedora-kernel-bug-statistics-march-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Monthly Fedora kernel bug statistics – March 2013&quot;&gt;Monthly Fedora kernel bug statistics – March 2013&lt;/a&gt; &lt;small&gt;I figured in addition to the weekly bug reports, I’m...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Fri, 03 May 2013 16:10:26 +0000</pubDate>
</item>
<item>
	<title>Michael Kerrisk (manpages): man-pages-3.51 is released</title>
	<guid>tag:blogger.com,1999:blog-3174631896317411826.post-5845737960175833452</guid>
	<link>http://linux-man-pages.blogspot.com/2013/04/man-pages-351-is-released.html</link>
	<description>I've released &lt;em&gt;man-pages-3.51&lt;/em&gt;. The release tarball is available on &lt;a href=&quot;http://www.kernel.org/pub/linux/docs/man-pages/&quot;&gt;kernel.org&lt;/a&gt;. The browsable online pages can be &lt;a href=&quot;http://man7.org/linux/man-pages/index.html&quot;&gt;found on man7.org&lt;/a&gt;. The Git repository for &lt;i&gt;man-pages&lt;/i&gt; is &lt;a href=&quot;http://www.kernel.org/doc/man-pages/download.html&quot;&gt;available on kernel.org&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;This is a relatively small release that has various fixes across a number of pages. Among the more notable &lt;a href=&quot;http://man7.org/linux/man-pages/changelog.html#release_3.51&quot;&gt;changes in &lt;span style=&quot;font-style: italic;&quot;&gt;man-pages-3.51&lt;/span&gt;&lt;/a&gt; are the following:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Documentation of various &lt;span style=&quot;font-family: Courier New, Courier, monospace;&quot;&gt;/proc&lt;/span&gt; interfaces was added in a number of pages.&lt;/li&gt;&lt;li&gt;Various architecture-specific details were added to the &lt;i&gt;&lt;a href=&quot;http://man7.org/linux/man-pages/man2/syscall.2.html&quot;&gt;syscall(1)&lt;/a&gt;&lt;/i&gt; and &lt;i&gt;&lt;a href=&quot;http://man7.org/linux/man-pages/man2/clone.2.html&quot;&gt;clone(2)&lt;/a&gt;&lt;/i&gt; pages.&lt;/li&gt;&lt;/ul&gt;</description>
	<pubDate>Tue, 30 Apr 2013 07:31:48 +0000</pubDate>
</item>
<item>
	<title>Andi Kleen: Modern locking</title>
	<guid>http://halobates.de/blog/?p=231</guid>
	<link>http://halobates.de/blog/p/231</link>
	<description>&lt;p&gt;I wrote a &lt;a href=&quot;http://software.intel.com/en-us/blogs/2013/04/29/modern-locking&quot;&gt;blog post&lt;/a&gt; and contributed to a &lt;a href=&quot;http://www.intel.com/content/dam/www/public/us/en/documents/white-papers/xeon-lock-scaling-analysis-paper.pdf&quot;&gt;paper&lt;/a&gt; on modern locking on Intel Xeon systems.  My recent talk on this has been also covered by LWN &lt;a href=&quot;https://lwn.net/Articles/547782/&quot;&gt;here&lt;/a&gt; (still behind paywall for a few days)&lt;/p&gt;
&lt;p&gt;Summary is more or less: batch your locks. Don’t make critical sections too small. Having the smallest locks is not cool anymore.&lt;/p&gt;</description>
	<pubDate>Tue, 30 Apr 2013 04:21:06 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Monthly Fedora kernel bug statistics – April 2013</title>
	<guid>http://codemonkey.org.uk/?p=463</guid>
	<link>http://codemonkey.org.uk/2013/04/29/monthly-fedora-kernel-bug-statistics-april-2013/</link>
	<description>&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;td&gt;rawhide&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open:&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=17&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;274&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=18&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;336&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=19&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;130&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=rawhide&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;66&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(806)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Opened since 2013-04-01&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-04-29&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;31&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-04-29&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;271&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-04-29&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;64&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-04-29&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;16&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(382)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Closed since 2013-04-01&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-29&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;37&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-29&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;351&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-29&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;139&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-29&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;19&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(546)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Changed since 2013-04-01&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-29&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;55&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-29&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;163&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-29&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;119&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-29&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-01&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;27&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(364)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;Huge number of bug closures this month. Unfortunately several hundred of them are the automated ‘faf’ bugs that were pretty useless.&lt;br /&gt;
(1. lots of tainted/virtualbox reports. 2. old kernels.  3. no human attached to them if we need to ask questions, which most of the time we do).&lt;br /&gt;
Even discounting those bugs, it’s been quite a productive month, with the total open count around 170 bugs lower than it was a month ago.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/29/monthly-fedora-kernel-bug-statistics-april-2013/&quot;&gt;Monthly Fedora kernel bug statistics – April 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/03/29/monthly-fedora-kernel-bug-statistics-march-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Monthly Fedora kernel bug statistics – March 2013&quot;&gt;Monthly Fedora kernel bug statistics – March 2013&lt;/a&gt; &lt;small&gt;I figured in addition to the weekly bug reports, I’m...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/05/weekly-fedora-kernel-bug-statistics-april-05-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – April 05 2013&quot;&gt;Weekly Fedora kernel bug statistics – April 05 2013&lt;/a&gt; &lt;small&gt;  17 18 19 rawhide   Open: 279 393 212...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/22/weekly-fedora-kernel-bug-statistics-april-19th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – April 19th 2013&quot;&gt;Weekly Fedora kernel bug statistics – April 19th 2013&lt;/a&gt; &lt;small&gt;I was a little distracted by local events last Friday,...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Mon, 29 Apr 2013 17:41:07 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: Weekly Fedora kernel bug statistics – April 26th 2013</title>
	<guid>http://codemonkey.org.uk/?p=462</guid>
	<link>http://codemonkey.org.uk/2013/04/27/weekly-fedora-kernel-bug-statistics-april-26th-2013/</link>
	<description>&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td&gt; &lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;18&lt;/td&gt;
&lt;td&gt;19&lt;/td&gt;
&lt;td&gt;rawhide&lt;/td&gt;
&lt;td&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Open:&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=17&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;276&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=18&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;344&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=19&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;126&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;classification=Fedora&amp;amp;component=kernel&amp;amp;product=Fedora&amp;amp;query_format=advanced&amp;amp;version=rawhide&amp;amp;order=bug_id&amp;amp;query_based_on=&quot;&gt;65&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(811)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Opened since 2013-04-19&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-04-26&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;11&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-04-26&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;208&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-04-26&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;26&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?classification=Fedora&amp;amp;chfieldto=2013-04-26&amp;amp;chfield=[Bug%20creation]&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;product=Fedora&quot;&gt;9&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(254)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Closed since 2013-04-19&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-26&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=CLOSED&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;12&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-26&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=CLOSED&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;223&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-26&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=CLOSED&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;64&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-26&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=CLOSED&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;8&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(307)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Changed since 2013-04-19&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-26&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=17&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;14&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-26&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=18&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;57&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-26&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=19&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;34&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;http://bugzilla.redhat.com/buglist.cgi?chfieldto=2013-04-26&amp;amp;query_format=advanced&amp;amp;chfieldfrom=2013-04-19&amp;amp;bug_status=NEW&amp;amp;bug_status=ASSIGNED&amp;amp;bug_status=MODIFIED&amp;amp;bug_status=ON_DEV&amp;amp;bug_status=ON_QA&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=RELEASE_PENDING&amp;amp;bug_status=POST&amp;amp;version=rawhide&amp;amp;component=kernel&amp;amp;classification=Fedora&amp;amp;product=Fedora&amp;amp;order=short_desc%2Cbug_id&quot;&gt;6&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;(111)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/27/weekly-fedora-kernel-bug-statistics-april-26th-2013/&quot;&gt;Weekly Fedora kernel bug statistics – April 26th 2013&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss&quot;&gt;
&lt;p&gt;Related posts:&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/22/weekly-fedora-kernel-bug-statistics-april-19th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – April 19th 2013&quot;&gt;Weekly Fedora kernel bug statistics – April 19th 2013&lt;/a&gt; &lt;small&gt;I was a little distracted by local events last Friday,...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/05/weekly-fedora-kernel-bug-statistics-april-05-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – April 05 2013&quot;&gt;Weekly Fedora kernel bug statistics – April 05 2013&lt;/a&gt; &lt;small&gt;  17 18 19 rawhide   Open: 279 393 212...&lt;/small&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/12/weekly-fedora-kernel-bug-statistics-april-12th-2013/&quot; rel=&quot;bookmark&quot; title=&quot;Weekly Fedora kernel bug statistics – April 12th 2013&quot;&gt;Weekly Fedora kernel bug statistics – April 12th 2013&lt;/a&gt; &lt;small&gt;  17 18 19 rawhide   Open: 278 371 152...&lt;/small&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Sat, 27 Apr 2013 17:18:26 +0000</pubDate>
</item>
<item>
	<title>Pavel Machek: What should computers learn</title>
	<guid>http://pavelmachek.livejournal.com/114704.html</guid>
	<link>http://pavelmachek.livejournal.com/114704.html</link>
	<description>Ok, so I have small herd of computers -- Thinkpad X60, AMD desktop, ARM &quot;tablet&quot;, Nokia N900, Nokia 6151, TI Chronos smartwatch. All but 6151 and chronos run Linux, all are programmable, and I have root access on all but Nokia 6151.&lt;br /&gt;&lt;br /&gt;Yes, I should probbly get some light and cheap android as 6151 replacement. Light and cheap because it will go on horseback with me, and should have powerful at least 60mW led... because that's important in woods. I'm thinking about Alcatel v860 (old android) or Gigabyte Gsmart g1342 (unsure rooting)... suggestions welcome..&lt;br /&gt;&lt;br /&gt;I somehow assumed that having machines under control and running Linux would make them well-behaved, solve world hunger, and make them behave as they do in movies... and yes, it is nice to be able to ssh around and to run same app on most machines.&lt;br /&gt;&lt;br /&gt;But happy new world did not happen.&lt;br /&gt;&lt;br /&gt;Phones have concept of &quot;behaving themselves&quot;, like quiet profile, and I did program automatihc profile switching -- sl4a for android is nice, and that's part of reason I ported it to maemo. Unfortunately, desktops/notebooks do not even have that much... and tend to wake me, or worse (wake my girlfriend).&lt;br /&gt;&lt;br /&gt;Another thing PCs should learn from phones is concept of loud speaker and headset. Using headset is pretty much requirement for VoIP telephony, but incoming rings should go to the loudspeakers... even if headset is plugged in. (Currently, I have USB speakers connected for loudspeakers. Yes, twinkle can select soundcards for ringtone and voice separately; but these should be system-level options, not app-level.)&lt;br /&gt;&lt;br /&gt;What more would	I like?	It should be easy to do	remote access between my machines; I should not have to search for cell phone	to read incoming SMS, or do anything with the small keyboard when I'm near PC. Yes, ssh exists and I use it a lot, and vnc for n900 exists, too... but it has all to be configured separately. When I open web page on a PC and start reading, it should be easy to finish reading on other computer. I now use chromium, so maybe it is doable, but I'd really prefer to use my server, not google.&lt;br /&gt;&lt;br /&gt;I'd like my machines to synchronize contact and calendar entries. At least this seems to be mostly working, thanks to &lt;a href=&quot;http://owncloud.org/&quot; rel=&quot;nofollow&quot;&gt;owncloud&lt;/a&gt;. I'd like machines to automatically back each other up. I have some scripts for that, but they are a bit hacky and far away from automatic. And there's more that should be done...</description>
	<pubDate>Fri, 26 Apr 2013 13:01:23 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: USB debug cables.</title>
	<guid>http://codemonkey.org.uk/?p=461</guid>
	<link>http://codemonkey.org.uk/2013/04/25/usb-debug-cables/</link>
	<description>&lt;p&gt;A few years ago, I was fortunate enough to get given a USB EHCI debug cable. With traditional serial ports being a thing of the past that I haven’t seen on a new machine in a long time, it’s been a lifesaver.   The number of kernel crashes I’ve been able to capture through using that cable that would have otherwise been lost is some ridiculously high immeasurable number.  I’m saying I like this thing, a lot.&lt;/p&gt;
&lt;p&gt;So much so that I wanted to buy more of them, so I could not have to keep replugging it around between test machines.&lt;br /&gt;
With multiple test machines constantly running, it’s not really a practical solution.&lt;/p&gt;
&lt;p&gt;The first problem, they aren’t cheap. $95 each. For basically two USB-&amp;gt;serial chips, and some circuitry to make them handshake.&lt;br /&gt;
The bigger problem, is that &lt;a href=&quot;http://www.semiconductorstore.com/cart/pc/viewPrd.asp?idproduct=12083&quot;&gt;only one place seems to sell them&lt;/a&gt; and they’ve been&lt;br /&gt;
“out of stock, and in redesign” for a long time now.&lt;/p&gt;
&lt;p&gt;I tried emailing the manufacturer &lt;a href=&quot;http://www.ajaystech.com/&quot;&gt;Ajaystech&lt;/a&gt;, who seem to completely ignore their sales@ email address.&lt;/p&gt;
&lt;p&gt;Disappointing.&lt;/p&gt;
&lt;p&gt;In the absence of a replacement, I’m going to have to hope that netconsole works well enough on older machines, and in the future, dumps to pstore.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://codemonkey.org.uk/2013/04/25/usb-debug-cables/&quot;&gt;USB debug cables.&lt;/a&gt; is a post from: &lt;a href=&quot;http://codemonkey.org.uk&quot;&gt;codemonkey.org.uk&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;yarpp-related-rss yarpp-related-none&quot;&gt;
&lt;p&gt;No related posts.&lt;/p&gt;
&lt;/div&gt;</description>
	<pubDate>Thu, 25 Apr 2013 17:27:54 +0000</pubDate>
</item>

</channel>
</rss>
