<?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>Pete Zaitcev: Beyond salvation</title>
	<guid>http://zaitcev.livejournal.com/176729.html</guid>
	<link>http://zaitcev.livejournal.com/176729.html</link>
	<description>&lt;p&gt;I am one of those cavemen who reject gnome-terminal's tabs and use screen(1), mostly because of the muscle memory. Today I went to do some &lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=243067&quot;&gt;work&lt;/a&gt; on RHEL 4, from console. After having to remind myself several times that Alt-F1 is to be used here, I gave up and started screen. Might as well throw extra mingetties out from Upstart (well, inittab in RHEL 4 case, but anyway). BTW, copy-paste works without gpm: disable that too... Oh, and scrollback now works after switching back and forth. My word, I should've done it years ago.&lt;/p&gt;</description>
	<pubDate>Mon, 06 Oct 2008 22:46:11 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: POHMELFS locking testing.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/fs/2008_10_07</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/fs/2008_10_07</link>
	<description>So far it produced not bad results. But not good either.
I see locking messages and they are in the right order and file content
is not damaged, but clients frequently give up on timeout waiting for
lock to be granted. Since locking release process requires inode to be
unlocked (so it could be found and locked by the thread, which received
network packet), this indeed may take too long on slow media and disks,
since locking has to wait until data is written, for example wait for writeback
completion or page reading, if they were note in the cache yet.&lt;br /&gt;&lt;br /&gt;

I tested
&lt;a href=&quot;http://tservice.net.ru/~s0mbre/old/?section=projects&amp;item=pohmelfs&quot;&gt;POHMELFS&lt;/a&gt;
locks in Xen domains, where network speed is limited
by 3 MB/s and writing one million (or ten millions, that may be the point)
8-byte entries at different offsets (sequential step of 128 bytes) took more
than 50 seconds, so 5 seconds default lock timeout could be not enough.&lt;br /&gt;&lt;br /&gt;

That's the theory, in practice I need to test different timeouts and actually
run on real machines, but here comes another problem. I have three quite fast
SMP machines with lots of RAM connected over gigabit ethernet, which can be used
whatever I like. But...&lt;br /&gt;
The first one was essentially killed by
&lt;a href=&quot;http://tservice.net.ru/~s0mbre/blog/devel/other/2008_10_01.html&quot;&gt;tbench regression&lt;/a&gt;
testing. They all have long history of problems with disks or SCSI controllers,
now it happens again: the first machine boots only with single 2.6.22 Debian kernel,
anything else (including vanilla 2.6.22) fails to read data from the software raid
partition, although disks are detected correctly.&lt;br /&gt;
Another machine is actively used by aforementioned tbench regression testing,
it takes quite long time to boot it and run tests, so things are slow enough.&lt;br /&gt;
And the last one is used to control IPMI, since it is the only way I have to reboot them,
so when I managed to freeze all three, I needed to contact people who needed to contact people,
who needed to hard reset machines in datacenter and put them into BIOS, since existing
KVM switches are stupid enough not to respond to keyboard when machine died.&lt;br /&gt;&lt;br /&gt;

So, I'm a bit forced to spread efforts in several different directions,
but nevertheless there is a little bit of time for the new things:
&lt;pre&gt;$ ./elliptics -c ./elliptics.conf 
2008-10-07 01:03:39.430198 12778 Logging has been started.
2008-10-07 01:03:39.430559 12778 Successfully initialized 'sha1' hash.
2008-10-07 01:03:39.430641 12778 Node id: b551803fd74ff5590ed38f6ce8a10a2e577b2a9e
2008-10-07 01:03:39.431076 12778 Server is now listening at 127.0.0.1:1025.

$ cat elliptics.conf 
#
# This is a simple config file for the elliptics network.
# Note, that spaces are skipped before and after the '=' delimiter.
#

log = /dev/stdout

hash = sha1
id = This is id string

#numeric_id = 1234567890abcdefffffffffffffffffffffffa
 
root = /tmp
addr = 127.0.0.1:1025:2
#addr = ::1:1025:10&lt;/pre&gt;

That will be an excellent project (maybe even my best one to date :),
which will be used in... More details when things are ready.&lt;br /&gt;
I like the idea, so maybe it will give a name for my new site, like
&lt;a href=&quot;http://tservice.net.ru/~s0mbre/blog&quot;&gt;noelliptics.net&lt;/a&gt;. Not yet though.

Comments (0)</description>
	<pubDate>Mon, 06 Oct 2008 22:00:18 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: New distributed storage release.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/dst/2008_10_06</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/dst/2008_10_06</link>
	<description>New &lt;a href=&quot;http://tservice.net.ru/~s0mbre/old/?section=projects&amp;item=dst&quot;&gt;DST&lt;/a&gt; release contains following changes:&lt;ul&gt;
&lt;li&gt;Keepalive messages to early detect failed nodes, which are sent if there is no traffic between the nodes.&lt;/li&gt;
&lt;li&gt;Listening socket reuses address now, which speeds up stop/start sequence.&lt;/li&gt;
&lt;li&gt;Fixed bug with wrong debug option, which could read uninitialized memory.&lt;/li&gt;
&lt;li&gt;Change module name from &lt;code&gt;dst.ko&lt;/code&gt; to &lt;code&gt;nst.ko&lt;/code&gt;, since the former is used by dvb card.&lt;/li&gt;
&lt;li&gt;Whitespace cleanup.&lt;/li&gt;&lt;/ul&gt;

As usual patch is available from
&lt;a href=&quot;http://tservice.net.ru/~s0mbre/archive/dst/&quot;&gt;archive&lt;/a&gt;
or via GIT &lt;a href=&quot;http://tservice.net.ru/~s0mbre/cgi-bin/gitweb.cgi&quot;&gt;tree&lt;/a&gt;.&lt;br /&gt;
Enjoy!&lt;br /&gt;&lt;br /&gt;

&lt;font color=&quot;#d4d0d0&quot;&gt;Asked for inclusion again. Let's make bets on number of comments for the patch :)&lt;/font&gt;

Comments (0)</description>
	<pubDate>Mon, 06 Oct 2008 16:00:22 +0000</pubDate>
</item>
<item>
	<title>Pete Zaitcev: The crazy keyring thing</title>
	<guid>http://zaitcev.livejournal.com/176515.html</guid>
	<link>http://zaitcev.livejournal.com/176515.html</link>
	<description>&lt;p&gt;Recent Rawhide (F10 Alpha and Beta) has one of the oddest features ever (&lt;a href=&quot;http://zaitcev.livejournal.com/145499.html&quot;&gt;Gnome Power Manager&lt;/a&gt; level of &quot;odd&quot; here). Whenever one runs ssh (including scp) for the first time, a dialog pops up, asking for a &quot;password to unlock keyring&quot;.&lt;/p&gt;
&lt;div align=&quot;center&quot;&gt;
 &lt;img src=&quot;http://pics.livejournal.com/zaitcev/pic/00063zf5&quot; /&gt;
&lt;/div&gt;
&lt;p&gt;Entering any kind of password fails: the dialog reappears again. I &lt;b&gt;must&lt;/b&gt; click &quot;Deny&quot; to proceed. V.odd.&lt;/p&gt;
&lt;p&gt;It's a little scary to realize that someone well-meaning interposed some pretty big chunk of [currently broken] software into something as fundamental as &lt;b&gt;ssh&lt;/b&gt;. Who knows what else it does aside from contacting my X.&lt;/p&gt;
&lt;p&gt;P.S. This can be disabled, right? Right?&lt;/p&gt;
&lt;p&gt;UPDATE: Peter Robinson e-mailed that the missing package is &lt;b&gt;seahorse&lt;/b&gt;. Also, there's apparently a stuck ~/.gnome2/keyring/login.keyring. Removing that  gets it regenerated and functional, so gnome-keyring-manager can be used.&lt;/p&gt;
&lt;p&gt;In case anyone is curious, GNOME hooks ssh by setting SSH_AUTH_SOCK to something like /tmp/keyring-HIZ5We/ssh. The socket is created by gnome-keyring. Apparently, ssh hooking cannot be disabled selectively.&lt;/p&gt;
&lt;p&gt;I &lt;a href=&quot;http://zaitcev.livejournal.com/115085.html&quot;&gt;wrote before&lt;/a&gt; that it would be great if GNOME provided a central persistent keyring for applications such as Pidgin (which otherwise stores your Gmail password in plaintext). Unfortunately, they began with hooking OpenSSH, which has its own secure key management already, and left Pidgin out -- where this kind of capability would actually be useful.&lt;/p&gt;</description>
	<pubDate>Sun, 05 Oct 2008 20:07:18 +0000</pubDate>
</item>
<item>
	<title>Val Henson: Facebook unperson</title>
	<guid>http://valhenson.livejournal.com/25973.html</guid>
	<link>http://valhenson.livejournal.com/25973.html</link>
	<description>I recently discovered that a friend (yes, you, David) was having an enormous birthday party to which tout le monde was invited - except for me.  The explanation was simple: he sent the invitation only to his friends on Facebook, because only degenerates and hermits are not on Facebook. (I may qualify as both.)&lt;br /&gt;&lt;br /&gt;The thought of joining Facebook and re-re-connecting with all my friends fills me with weariness and despair.  My first social network was &lt;a href=&quot;http://www.orkut.com&quot;&gt;Orkut&lt;/a&gt; (remember those days, geeklings?) and I was already exhausted before its initial fast burn through the programmer community concluded.  Once I &lt;a href=&quot;http://valhenson.livejournal.com/7863.html&quot;&gt; thought&lt;/a&gt; that &lt;a href=&quot;http://code.google.com/apis/opensocial/&quot;&gt;OpenSocial&lt;/a&gt; would solve this problem by making it possible to export and import my connection data between social networks.  Now I'm not so sure.&lt;br /&gt;&lt;br /&gt;First, each social network is specialized; e.g., my only up-to-date network is LinkedIn, intended for professional connections.  I'd never import that into Facebook, even if Facebook supported OpenSocial. (I'd complain about having to then connect to all the people I knew from high school, etc., but that's not a problem since I only went to public high school for one year part-time - and I truly, actually, literally, had zero friends there.) Second, a central appeal of joining a new social network is the ego gratification that comes with each new request for a connection.  I posit this as a major cause of the continual rise and fall of new social networks.  The challenge for a social network is to keep that ego gratification coming, which requires the ceaseless invention of silly new memes to send to your friends (the true purpose of social network applications).&lt;br /&gt;&lt;br /&gt;I always worry that I'm beginning the slow slide into technological senescence - &quot;These damn kids!  Web 1.0 was good enough for me, it should be good enough for them!&quot; - but in this case I feel confident that I'm just. Too. Tired. To join Facebook.  Besides, apparently I will learn about anything important through the Real Life(tm) social network.</description>
	<pubDate>Sun, 05 Oct 2008 16:06:23 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: Civilization sometimes visits even me.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/flat/2008_10_05</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/flat/2008_10_05</link>
	<description>&lt;center&gt;&lt;img src=&quot;http://tservice.net.ru/~s0mbre/gallery/shower_cabin.jpg&quot; alt=&quot;My shower cabin&quot; /&gt;&lt;br /&gt;&quot;Cezares Illusion&quot;&lt;/center&gt;&lt;br /&gt;

That's how my shower cabin and bathroom corner look now.
It took me virtually years to make this, but practically a day to install the cabin,
and still bathroom is not completed yet. I need to finish tile glueing and water
hatch installation.&lt;br /&gt;&lt;br /&gt;

Also need to complete brick tiles glueing (roughly 7 sqare meters of walls in kitchen),
which likely will be done with bathroom glueing.&lt;br /&gt;&lt;br /&gt;

&lt;center&gt;&lt;img src=&quot;http://tservice.net.ru/~s0mbre/gallery/brick_tiles.jpg&quot; alt=&quot;Brick tiles&quot; /&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;

There is a lot of work, but actually not that much as may look from the first view.
I just need a special development mood to start doing it good and fast, which, as a muse,
does not come on demand.

Comments (0)</description>
	<pubDate>Sun, 05 Oct 2008 15:00:20 +0000</pubDate>
</item>
<item>
	<title>Dave Miller: Netfilter Workshop 2008, Paris</title>
	<guid>http://vger.kernel.org/~davem/cgi-bin/blog.cgi/2008/10/05#nfws2008</guid>
	<link>http://vger.kernel.org/~davem/cgi-bin/blog.cgi/2008/10/05#nfws2008</link>
	<description>&lt;p&gt;
I just returned from Paris, and the 2008 Netfilter Workshop.  Just like last
year it was a blast, and there were lots of interesting things discussed
as well as inbibed.
&lt;p&gt;
On the first day there was a users day where presentations were made aimed
at a more user oriented audience.  It seems that just about anyone who was
aware could attend and hear the talks.  I gave one on multiqueue networking.
You can find my slides and other info
&lt;a href=&quot;http://nfws.inl.fr/en&quot;&gt;here&lt;/a&gt;.
&lt;p&gt;
Tuesday and Wednesday were the main workshop days.
&lt;p&gt;
Of greatest interest to me were the descriptions given by Patrick McHardy for
his new filtering framework, where all the complexity is in userspace and
the kernel just runs filtering scripts and lookup datastructures fed to it
by the user tools.  In short, I think this stuff is great, and unlike some
folks I don't think this will decrease netfilter participation by other
developers at all.
&lt;p&gt;
And frankly, iptables was absolutely too accessible to contributors.  Look
at how much stinking poo is in the patch-o-matic, oft called &quot;crap-o-matic&quot;.
&lt;p&gt;
Patrick's work is a wonderful centralized framework, and in fact the scripting
is generic that you can build any tool to create these filtering instructions
and subsidiary lookup tables.
&lt;p&gt;
We also made some headway with the tproxy stuff.  All but one of the
core networking patches are in the net-next-2.6 GIT tree.  Indeed, this is
a feature which has been missing for 5 years :-)  I have to hand it to the
balabit guys for sticking to it and working so hard for so long to get this
merged.
&lt;p&gt;
Pablo gave some interesting presentations (3 at once!), and he is exploring
some ways to perhaps make use of bloom filters.  This is something Patrick
has devoted some exploratory brian power to in the past, but it is often
hard to find a use case for these inexact matches, although they are very
cool.
&lt;p&gt;
Jozsef Kadlecsik gave his IPSET state of the union, discussing new features
such as support for ip-port-ip hashing and set lists (which are unions of
the existing set type).
&lt;p&gt;
Yasuyuki Kosakai gave a presentation on the road blocks that exist currently
for doing proper connection tracking for MIPV6 nodes.  The basic problem is
that the persistent addresses (ie. the ones we'd want to use for connection
tracking) exist in various locations in the IPV6 packet and extension
headers.
&lt;p&gt;
Jesper talked about all of the userland scalability improvements he
made to the iptables utilities.  He also described a set of scripts
he wrote to build optimized rule table trees.
&lt;p&gt;
Stephen Hemminger discussed some of the user visible interface work
that Vyatta has been doing.  Essentially these are a set of templated
bash shell scripts and descriptor files that present a Cisco IOS like
interface to administrators.  He also talked about the performance
issues surrounding the way in which iptables does packet counters, as
well as the global conntrack table lock.
&lt;p&gt;
Harald Welte gave a talk about the current state of GPL violation
enforcement.  Things seem to have been going quite well, but it is
becoming more and more important to give Harald more facilities by
which to make air-tight arguments that he has enforcement rights to
code which has been violated.  One way for that to happen is for
significant contributors to sign over their rights to him so that he
can make enforcements on their behalf.
&lt;p&gt;
It seems that this is a very common stall tactic by the defence in
such cases, to try and bring up some doubt about the code property
ownership situation.
&lt;p&gt;
Of course, aside from the workshop itself there were plenty of parties.
Even for lunch we had quite nice French cuisine and beverages, and the
dinners were even nicer.
&lt;p&gt;
Tuesday night even included a full 4 hour boat cruise on the Seine,
with tons of champaigne, wine, small bite size delicasies of all
types, and lots of sweets.
&lt;p&gt;
Overall a wonderful time, the netfilter workshop never disappoints.
A big thank you to the official organizers this year,
&lt;a href=&quot;http://inl.fr&quot;&gt;INL&lt;/a&gt;.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 05 Oct 2008 00:30:00 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: cheap usb memory sticks &amp; livecds.</title>
	<guid>http://kernelslacker.livejournal.com/131272.html</guid>
	<link>http://kernelslacker.livejournal.com/131272.html</link>
	<description>&lt;a href=&quot;http://www.amazon.com/DATA-PD2-2-0-Flash-Drive/dp/B000F5FRTY?tag=codemonkey07-20&quot;&gt;This&lt;/a&gt; seems ridiculously cheap.&lt;br /&gt;A number of times in the last week I've ordered stuff from amazon where the shipping has cost more than the item.  (I have &lt;a href=&quot;http://www.amazon.com/gp/subs/primeclub/signup/extmain.html?ref=prime_assoc_bt&amp;tag=codemonkey07-20&quot;&gt;amazon prime&lt;/a&gt;, so get free shipping, but this doesn't work for 3rd party sellers using Amazon as a storefront).&lt;br /&gt;&lt;br /&gt;Curiosity got the better of me, and even with the shipping making it ~$10, it still seemed like a great deal for 4GB, so I ordered one.  The Fedora livecd-iso-to-disk script makes it pretty simple to create a bootable usb stick preloaded with Fedora. 4GB is a pretty usable amount of space. (It's that same that I had on my first eeepc, which proved more than adequate).  Hopefully it's not something substandard with a low number of write-cycles, or slow speed or the like. I guess I'll know in a week.  If this works out though, I think I'll never have to bother carrying a rescue CD with me every time I travel.</description>
	<pubDate>Sat, 04 Oct 2008 20:29:59 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: Blinkenlights is back (stereoscope)</title>
	<guid>http://laforge.gnumonks.org/weblog/2008/10/04#20081004-blinkenlights_stereoscope</guid>
	<link>http://laforge.gnumonks.org/weblog/2008/10/04#20081004-blinkenlights_stereoscope</link>
	<description>&lt;p&gt;
Some of you might remember the famous &lt;a href=&quot;http://www.blinkenlights.de/&quot;&gt;blinkenlights&lt;/a&gt; installations of the &lt;a href=&quot;http://www.ccc.de/&quot;&gt;CCC&lt;/a&gt; in Berlin at Alexanderplatz some years back.  Basically
they used a matrix of windows on a building for a low-resolution display to
play pong and display all kinds of animations and text.
&lt;/p&gt;
&lt;p&gt;
After a long break, they're back, even bigger with &lt;a href=&quot;http://www.blinkenlights.net/stereoscope/&quot;&gt;blinkenlights stereoscope&lt;/a&gt;,
a massive installation spanning 960 windows of &lt;a href=&quot;http://blinkenlights.net/stereoscope/toronto-city-hall&quot;&gt;Toronto City Hall&lt;/a&gt;.  The entire backend technology
has been re-implemented based on &lt;a href=&quot;http://www.openbeacon.org/&quot;&gt;OpenBeacon&lt;/a&gt;
, specifically the &lt;a href=&quot;http://wiki.openbeacon.net/Blinkenlights_WMCU&quot;&gt;WMCU&lt;/a&gt; and the &lt;a href=&quot;http://wiki.openbeacon.net/Blinkenlights_WDIM&quot;&gt;WDIM&lt;/a&gt; units.
&lt;/p&gt;</description>
	<pubDate>Sat, 04 Oct 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Jesse Barnes: news from the north</title>
	<guid>http://virtuousgeek.org/blog/35@http://virtuousgeek.org/blog/</guid>
	<link>http://virtuousgeek.org/blog/index.php/jbarnes/2008/10/03/title_1</link>
	<description>&lt;h3&gt;Finger exercise&lt;/h3&gt;

&lt;p&gt;It&amp;#8217;s been a busy couple of weeks since I got back from Plumbers.  The merge work seems to be going well; we finally got an ack from Nick on the GEM stuff, so we should be able to push that for 2.6.28.  Eric put together a rollup tree with everything we&amp;#8217;d like to push (this will probably be the busiest release for i915 since it was initially written), including GEM, several bug fixes, the reworked vblank code (which also contains bug fixes), and support for MSIs, which can save us a lot of CPU time in shared IRQ configurations.  The xf86-video-intel 2.5 release is slowly coming together as well, with several bugs fixed, including some of the nastier, EXA related ones.  The related 3D and kernel releases are also maturing well, so hopefully this quarter&amp;#8217;s release will be stable and feature filled.  PCI has been pretty busy too; lots of reviews to do, lots of fixes streaming in and a few new features too (still hoping to get the I/O virtualization support in before the merge window opens too).  Finally, the top secret soon-to-be-released platform work is going well; I finally managed to get my bits into a state I&amp;#8217;m fairly happy about, so I&amp;#8217;m looking forward to seeing it out in the wild.&lt;/p&gt;

&lt;h3&gt;Graphics merging&lt;/h3&gt;

&lt;p&gt;So the GEM merge, and more generally, some kind of memory manager merge, has been a looong time coming.  It looks like the wait will finally be over once the 2.6.28 merge window opens.  To recap, having a real memory and execution manager like GEM enables all sorts of good features:  reasonable texture-from-pixmap support for our 2D/3D stack, in-kernel mode setting, removal of user level register access from our 2D driver, redirected &amp;amp; composited direct rendering, and probably several more that I&amp;#8217;m forgetting.  With the kernel bits in place we should be able to merge the kernel mode setting code finally too (it&amp;#8217;ll be disabled by default so it should be fairly safe to merge early), and accelerate our pace of integration into the kernel.  That means things like improving the panic stuff I demoed at LPC to be even better, and providing some additional features and generally polishing things.  Yay!&lt;/p&gt;

&lt;h3&gt;xf86-video-intel 2.5&lt;/h3&gt;

&lt;p&gt;We&amp;#8217;ve been closing bugs at a fairly good rate recently, but I still have some concerns about our stability on G4x machines.  I should be getting mine soon though so I can help with that, and Zhenyu will be back from vacation next week to finish off some of the fixes he&amp;#8217;s been working on, so I&amp;#8217;m confident we&amp;#8217;ll be in good shape by the time we release.  Carl, meanwhile, has been doing some good work on EXA, closing out the notorious &amp;#8220;EXA slower than XAA&amp;#8221; bug at long last.  With a recent X server, the driver is actually in pretty good shape, performance-wise.  Carl is trying to track down a couple of more issues for the release, so if you&amp;#8217;re someone who can easily reproduce EXA problems, please add your $0.02 to the various EXA bugs; I&amp;#8217;m sure Carl would appreciate it.&lt;/p&gt;

&lt;p&gt;On a related note, we&amp;#8217;ve finally been able to release the &lt;a href=&quot;http://lists.freedesktop.org/archives/xorg/2008-October/039146.html&quot;&gt;IGD OpRegion specification&lt;/a&gt;, which should allow distributors and developers to more easily hack on the driver to support various platform features, like ambient light sensors and hot keys.  And for pre-OpRegion platforms, I&amp;#8217;ve been trying to add more support to our VBIOS support code to at least document the various structures and handshaking registers, I hope to be able to push that work out soon, though I doubt I&amp;#8217;ll have time to writeup a full PRM like we did for the OpRegion spec.&lt;/p&gt;

&lt;h3&gt;PCI&lt;/h3&gt;

&lt;p&gt;The PCI arena has been fairly busy over the last couple of weeks.  Several people got involved in the e1000e NVRAM fire drill, including me (since the X server was initially though to be to blame, and it just so happens that I also wrote the code the X server was using to bang on PCI registers).  In the course of debugging the problem, we added several safety checks to various bits of code (the PCI sysfs layer, the I/O resource management layer, the e1000e driver itself, etc.) which turn out to be generally good to have regardless.  On the patch management front things have been looking good; we&amp;#8217;ve merged several cleanups and fixes (including at least one annoying regression) in the past couple of weeks.  The PCI slot naming and SR-IOV support patches aren&amp;#8217;t merged yet, but they&amp;#8217;ve been getting a lot of review so I hope to be able to pull them in soon (and in time for 2.6.28).&lt;/p&gt;

&lt;p&gt;Well that&amp;#8217;s it for now.  Back to doing &amp;#8216;git pull&amp;#8217; every few minutes to see if the GEM bits have landed yet. :)&lt;/p&gt;</description>
	<pubDate>Fri, 03 Oct 2008 21:33:07 +0000</pubDate>
</item>
<item>
	<title>Matthew Garrett</title>
	<guid>http://mjg59.livejournal.com/99296.html</guid>
	<link>http://mjg59.livejournal.com/99296.html</link>
	<description>&lt;a href=&quot;http://www.jerkcity.com/jerkcity150.html&quot;&gt;LET'S TALK ABOUT AFGHANISTAN MY NICKNAME WILL BE SARAH PALIN&lt;/a&gt;</description>
	<pubDate>Fri, 03 Oct 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: POHMELFS got new locking subsystem.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/fs/2008_10_02</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/fs/2008_10_02</link>
	<description>I've completed a small rewrite of the distributed locks in
&lt;a href=&quot;http://tservice.net.ru/~s0mbre/old/?section=projects&amp;item=pohmelfs&quot;&gt;POHMELFS&lt;/a&gt;.
They can be byte-range, but since Linux VFS locks the whole inode
during writing, I decided first to implement simpler apporach,
so although clients send byte-range locks, server locks the whole
object.&lt;br /&gt;&lt;br /&gt;

If there is a simultaneous writing to the object, only one writer is allowed
at a time. Write locks are grabbed at write time, read locks at read time. Writing
is still handled via writeback, so all caching facilities persist. Locks are 'cached',
i.e. if inode was locked and no one else tried to update it, no new lock messages
are sent between server and client. Lock release message (initiated by another client,
who wants to start writing into the same file) forces inode writeback on the current
lock owner.&lt;br /&gt;&lt;br /&gt;

I've started a testing process, so far quite trivial, but I plan to write a simple
application, which will simultaneously write into the same file from different clients
into different offsets (like first client writes each second byte, second client writes
each third byte and so on) and check the result. If everything is ok, I will release a new
version this weekend and start implementation of the really cool distributed facilities
I plan to have in POHMELFS. It will be first implemented as a library, so that anyone could
use it to create a distributed storage without patching a kernel (but with own API though,
I do not want to mess with FUSE).

Comments (0)</description>
	<pubDate>Thu, 02 Oct 2008 17:00:19 +0000</pubDate>
</item>
<item>
	<title>James Morris: Foss.in 2008: taking no prisoners</title>
	<guid>http://james-morris.livejournal.com/35068.html</guid>
	<link>http://james-morris.livejournal.com/35068.html</link>
	<description>It seems that &lt;a href=&quot;http://foss.in/&quot;&gt;foss.in&lt;/a&gt; this year is undertaking a major change in its focus&amp;mdash;away from the traditional general conference and toward a developer-oriented working event.&lt;br /&gt;&lt;br /&gt;Atul Chitnis today posted a &lt;a href=&quot;http://foss.in/2008/10/fossin2008-the-omelette-post/&quot;&gt;detailed rationale&lt;/a&gt;, which has also been &lt;a href=&quot;http://sankarshan.randomink.org/blog/2008/10/01/and-here-it-comes/&quot;&gt;summarized by Sankarshan&lt;/a&gt;.  It seems that inspiration was drawn from the recent &lt;a href=&quot;http://linuxplumbersconf.org/&quot;&gt;Plumbers Conf&lt;/a&gt;, and also the strong desire to foster actual FOSS development in India.&lt;br /&gt;&lt;br /&gt;A &lt;a href=&quot;http://fedoraproject.org/wiki/FUDCon/FUDConIndia2008&quot;&gt;FUDCon&lt;/a&gt; is being held in conjunction with foss.in, which should also help attract developers.  It's the closest upcoming FUDCon to me in geographic terms, and I'm working on attending for that at least.&lt;br /&gt;&lt;br /&gt;From discussion with some of the folk involved in the wider event, it seems that many fine details are yet to be worked out, and while the emphasis is very much on Indian developers, I'd suggest that international developers who've been considering submitting a proposal this year definitely still do so.</description>
	<pubDate>Wed, 01 Oct 2008 15:50:49 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: Tbench regression. SLAB vs SLUB.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_10_01</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_10_01</link>
	<description>After I &lt;a href=&quot;http://tservice.net.ru/~s0mbre/blog/devel/other/2008_09_29.html&quot;&gt;found&lt;/a&gt;
a small fix for tbench regression over loopback, I decided to run some tests with it.&lt;br /&gt;&lt;br /&gt;

&lt;center&gt;&lt;img src=&quot;http://tservice.net.ru/~s0mbre/gallery/tbench_regressions_22_27.png&quot; alt=&quot;Tbench over loopback regression&quot; /&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;

As was expected, turning off TSO/GSO does not fix the whole issue, performance was increased from 366 MB/s upto 381 MB/s,
which is still less than 398 MB/s for 2.6.26-slub.&lt;br /&gt;&lt;br /&gt;

Another interesting issue I found, is SLAB vs SLUB difference. The former is always faster (about 5-7 MB/s difference):
366 vs 361 MB/s for 2.6.27-rc7 and 381 vs 374 MB/s when TSO and GSO are turned off. Pekka Enberg suggested to revert
5595cffc8248e4672c5803547445e85e4053c8fc commit, which could result in this performance degradation, but without
this commit SLUB behaves a little bit slower: 372 vs 374 MB/s.&lt;br /&gt;&lt;br /&gt;

I will try to find out why there is a huge drop between 2.6.23 and 2.6.24 (54 MB/s) next.

Comments (0)</description>
	<pubDate>Wed, 01 Oct 2008 13:00:14 +0000</pubDate>
</item>
<item>
	<title>Jaya Kumar: New foss.in</title>
	<guid>tag:blogger.com,1999:blog-16880836.post-7812765691030394413</guid>
	<link>http://highlycomposite2.blogspot.com/2008/10/new-fossin.html</link>
	<description>Interesting post on the &lt;a href=&quot;http://foss.in/2008/10/fossin2008-the-omelette-post/&quot;&gt;new foss.in&lt;/a&gt;. I applaud the organizers for being willing to experiment with innovative ideas and &quot;breaking eggs to make an omlette&quot;. Although, I would encourage using a more Indian friendly analogy. How about &quot;you can't make tofu without crushing some soybeans&quot; or &quot;you can't make paneer without chopping some limes&quot;? :-)</description>
	<pubDate>Wed, 01 Oct 2008 08:21:08 +0000</pubDate>
</item>
<item>
	<title>Stephen Hemminger: Netfilter workshop day 1</title>
	<guid>tag:blogger.com,1999:blog-4686383973765911822.post-6834432484200235131</guid>
	<link>http://linux-network-plumber.blogspot.com/2008/10/netfilter-workshop-day-1.html</link>
	<description>At&lt;a href=&quot;http://workshop.netfilter.org/2008/&quot;&gt; netfilter workshop&lt;/a&gt;, Patrick McHardy described an exciting new feature implementation of netfilter firewalling called &lt;a href=&quot;http://nfws.inl.fr/en/?p=92&quot;&gt;nftables&lt;/a&gt;. This has the promise of reducing 100's of netfilter modules down to a smaller kernel footprint, and allow for optimization of rulesets. &lt;a href=&quot;http://nfws.inl.fr/en/&quot;&gt;Eric Leblond's blog&lt;/a&gt; has more information.</description>
	<pubDate>Wed, 01 Oct 2008 03:07:25 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: Netfilter Developer Workshop 2008 in Paris</title>
	<guid>http://laforge.gnumonks.org/weblog/2008/10/01#20081001-netfilter-workshop</guid>
	<link>http://laforge.gnumonks.org/weblog/2008/10/01#20081001-netfilter-workshop</link>
	<description>&lt;p&gt;
I'm currently at the &lt;a href=&quot;http://workshop.netfilter.org/2008/&quot;&gt;netfilter workshop 2008&lt;/a&gt; in Paris, France.
&lt;/p&gt;
&lt;p&gt;
It's always sort-of a mixed experience for me.  Obviously it's great to spend
some time with all the great hackers who work on various aspects of
netfilter/iptables (and now finally also its successor that is so-far called
nftables).  On the other hand, it's been about three years since I last actively
contributed code to netfilter, which makes me sad.  I'm still excited about it
and have many ideas that I'd love to implement.  But where to find the time for it?
&lt;/p&gt;</description>
	<pubDate>Wed, 01 Oct 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Pete Zaitcev: Falcon 1 reached orbit</title>
	<guid>http://zaitcev.livejournal.com/176165.html</guid>
	<link>http://zaitcev.livejournal.com/176165.html</link>
	<description>&lt;p&gt;Elon Musk came pretty close to equaling the Russian record of blown-up rockets in a row, established with N-1. But instead, Falcon 1 &lt;a href=&quot;http://www.spaceflightnow.com/falcon/004/status.html&quot;&gt;successfully orbited&lt;/a&gt; a 150 kg chunk of aluminum today. I'm sure Robert Bigelow is quite relieved.&lt;/p&gt;
&lt;p&gt;The significance of this event lies in the fact that nobody else but Musk and Bigelow is doing anything to establish permanent colonies in space, because it's impossible to sustain human presence with just government money. So, we have to have a business in space, and that is only possible with a reduction to launch costs. And that is what Mr. Musk has vowed to do.&lt;/p&gt;</description>
	<pubDate>Mon, 29 Sep 2008 03:04:42 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: NLUUG autumn conference / Embedded Linux Conference Europe</title>
	<guid>http://laforge.gnumonks.org/weblog/2008/09/29#20080929-nluug-elce</guid>
	<link>http://laforge.gnumonks.org/weblog/2008/09/29#20080929-nluug-elce</link>
	<description>&lt;p&gt;
I've been invited to be the keynote speaker of the joint &lt;a href=&quot;http://nluug.nl/events/nj08/&quot;&gt;NLUUG autumn conference&lt;/a&gt; and 
&lt;a href=&quot;http://www.embeddedlinuxconference.com/elc_europe08&quot;&gt;Embedded Linux Conference Europe&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
It is a great honor to me to be the keynote speaker, and I will certainly
use this chance to provide some of my insights into Embedded Linux.  I feel
confident to have a thorough understanding about the market (and it's many
problems) due to
&lt;ul&gt;
&lt;li&gt;having a strong, 14 year FOSS community developer background&lt;/li&gt;
&lt;li&gt;knowing how hard it is to do FOSS-only embedded hardware development
(for OpenPCD, OpenBeacon, Openmoko, ...) in todays secretive hardware industry&lt;/li&gt;
&lt;li&gt;having seen a wider range of embedded Linux products than most other people
by reverse engineering hundreds of devices for gpl-violations.org&lt;/li&gt;
&lt;li&gt;and now even knowing the chip maker perspective, after becoming VIA's Open Source Liaison&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;
So I'm trying to point out the various problems I see in the Embedded Linux world,
and how they can be addressed.
&lt;/p&gt;
&lt;p&gt;
If I know you and you're planning to attend the conference: Please drop me an
e-mail in advance so we can meet up, chat, have drinks, meet for dinner or the
like.
&lt;/p&gt;</description>
	<pubDate>Mon, 29 Sep 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: Extending range of GSM cells by using only 4 channels</title>
	<guid>http://laforge.gnumonks.org/weblog/2008/09/29#20080929-gsm-range-4channel</guid>
	<link>http://laforge.gnumonks.org/weblog/2008/09/29#20080929-gsm-range-4channel</link>
	<description>&lt;p&gt;
Today, while reading IT mainstream magazine &quot;c't&quot;, I stumbled across an
article about GSM deployments (and popularity) all over Africa.
&lt;/p&gt;
&lt;p&gt;
One of the interesting things in that article was that one Operator had
modified their network in a way to only use four timeslots (out of the eight
available timeslots) per frequency in order to extend the range of a single
cell to something like 70 kilometers.
&lt;/p&gt;
&lt;p&gt;
For those who are not as familiar with the GSM Um air interface: It uses TDMA
(multiple devices each get one timeslot on a given frequency).  So let's assume
we have eight timeslots on one frequency, all the transmitters (handsets) need
to be synchronized with regard to that timeslot.  Radio travels at speed of light
and not with infinite speed. Therefore, since the handsets can be at a lot of
distance to the receiver (base station), they might send in the correct
timeslot, but the signal arrives out of the timeslot.  GSM uses what's called
&quot;timing advance&quot; in order to compensate for that effect.  The base station
tells the handset how much time earlier than the actual timeslot it needs to
transmit to ensure arrival within the timeslot.
&lt;/p&gt;
&lt;p&gt;
Now in that African GSM network in question, it seems like even the maximum
timing advance is not sufficient.  The frame still arrives late, i.e. in the next
timeslot.  By allocating only every second timeslot, there cannot be any clash
and thus the range of a single cell can be extended.  This is actually a very
cool idea, I would almost call it a &quot;hack&quot;, and it is possible within the GSM
spec without requiring any change to existing mobile phones!
&lt;/p&gt;
&lt;p&gt;
I only wonder how much of such cool hacks we would see if GSM base stations
were more open and available.  If there was a full FOSS stack that many people
could use on off-the-shelf hardware, it would lead to a lot more innovative
experiments and thus innovation.  There would suddenly be more than a handful
of GSM experts with access to proprietary technology looking at what kind of 
good, useful, cool and/or creative things one can do...
&lt;/p&gt;</description>
	<pubDate>Mon, 29 Sep 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Val Henson: UNIX sockets programming FAQ</title>
	<guid>http://valhenson.livejournal.com/25754.html</guid>
	<link>http://valhenson.livejournal.com/25754.html</link>
	<description>When you're using network sockets, there are these fiddling little practical details (usually relating to error handling) that aren't defined outright in the spec or the man page or even in &lt;a href=&quot;http://www.unpbook.com/&quot;&gt;UNIX Network Programming&lt;/a&gt;.  The &lt;a href=&quot;http://www.softlab.ntua.gr/facilities/documentation/unix/unix-socket-faq/unix-socket-faq.html&quot;&gt;Programming UNIX Sockets in C FAQ&lt;/a&gt; usually answers my questions.</description>
	<pubDate>Sun, 28 Sep 2008 22:26:54 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: First fix for the tbench over loopback regression.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_29</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_29</link>
	<description>It brought me back about 5% in Xen domain with 256 MB of ram
in 4-clients tbench test:&lt;pre&gt;
current: 187 MB/s
patched: 194 MB/s&lt;/pre&gt;

Patch is rather trivial: it disables TSO and GSO in loopback
and generically on devices which are capable of scatter-gather
(where it was automatically enabled by e5a4a72d4f8 commit, which
I biseced to be guilty). Actually TSO disablement part provided more gain than GSO on SG devices.&lt;br /&gt;
Idea behind patches is clear: we create bigger packet, so we should have
smaller overhead of its processing, but apparently GSO/TSO packet creation
overhead dominates in loopback at least.
&lt;br /&gt;&lt;br /&gt;

My all three (big) test machines died in various (apparently unbootable) bisections,
so I tested it in small and very slow Xen domain. Because of that I did not run
2.6.22 kernel, since git operations and compilation take ages on this 'machine'.
For example I was only able to perform about dozen or so git checkous/resets/bisections
and compilations for the whole day.&lt;br /&gt;&lt;br /&gt;

I've posted patch to the netdev@, let's see the result.&lt;br /&gt;&lt;br /&gt;

Forgot to mention, that I wanted to sell this patch for the DST, POHMELFS or netchannels
patch review next time I will post them :)

Comments (2)</description>
	<pubDate>Sun, 28 Sep 2008 22:00:36 +0000</pubDate>
</item>
<item>
	<title>Pete Zaitcev: Berrange reads my mind</title>
	<guid>http://zaitcev.livejournal.com/176092.html</guid>
	<link>http://zaitcev.livejournal.com/176092.html</link>
	<description>&lt;p&gt;When I began poking at OpenVZ, I thought that it would be neat to add libvirt support for it. The vzctl is fine and everything, but it's arcane and a new thing to learn (I absolutely hate to use --root instead of --private by accident). Today, &lt;a href=&quot;http://berrange.com/personal/diary/index&quot;&gt;Dan Berrange&lt;/a&gt; announced that he's &lt;a href=&quot;http://openvz.org/pipermail/devel/2008-September/014314.html&quot;&gt;done exactly that&lt;/a&gt;. OK, I lied. He added &quot;Linux Containers&quot;, which are not specific to OpenVZ. But it will do.&lt;/p&gt;
&lt;p&gt;Since we're on topic, I've been a bit overwhelmed by the sheer size of the diff. Running &quot;git diff v2.6.26 master&quot; in Parallels' 2.6.26 repo produces an &lt;strong&gt;84 thousand&lt;/strong&gt; line diff. At the rate I'm reading it, it's going to take me ONE MONTH just to complete one pass, to say nothing about understanding what it does. I was tempted to blog funny bits I saw, but it's premature. Most questions I have right now are likely to answer themselves.&lt;/p&gt;
&lt;p&gt;UPDATE: Dan commented that libvirt people are hacking on a specific openvz driver too.&lt;/p&gt;</description>
	<pubDate>Sun, 28 Sep 2008 03:57:01 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: Tbench Linux regressions with time.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_28</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_28</link>
	<description>It was reported, that starting from 2.6.23 Linux kernel has a continuous
network-related regression, which results in more than 20% performance degradation.
I checked it, and got interesting results.&lt;br /&gt;
It is better one time to see, than 1000 times to hear it.&lt;br /&gt;&lt;br /&gt;

&lt;center&gt;&lt;img src=&quot;http://tservice.net.ru/~s0mbre/gallery/tbench_kernels.png&quot; alt=&quot;Tbench regressions&quot; /&gt;&lt;br /&gt;
&lt;b&gt;Yes, we suck!&lt;/b&gt;&lt;/center&gt;&lt;br /&gt;

I decided to try to fix this issues, and started to bisect 2.6.22-&gt;2.6.23 and 2.6.26-&gt;2.6.27 on
two identical machines, which have 4 logical CPUs (HT enabled) and 4 GB of RAM.&lt;br /&gt;&lt;br /&gt;

Result was quite surprising: second bisection in the 22-&gt;23 froze machine
in the middle of the compilation, and first bisection in the 26-&gt;27 did not boot.
Since I ran it remotely, no progress on this til tomorrow.

Comments (0)</description>
	<pubDate>Sat, 27 Sep 2008 23:00:39 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: POHMELFS cache coherency protocol.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/fs/2008_09_27</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/fs/2008_09_27</link>
	<description>Finally it looks like there are no killing bugs
or noticebly bad features in the &lt;a href=&quot;http://tservice.net.ru/~s0mbre/old/?section=projects&amp;item=dst&quot;&gt;distributed storage&lt;/a&gt;,
yesterday I pushed a change to drop wrong debug, which may resulted in a crash, also couple
of comment cleanups are waiting to be pushed, and likely that's it. It will be the last release,
if there will be no new feature requests or bugs found.&lt;br /&gt;&lt;br /&gt;

So, I switched back to the &lt;a href=&quot;http://tservice.net.ru/~s0mbre/old/?section=projects&amp;item=pohmelfs&quot;&gt;POHMELFS&lt;/a&gt;
development from DST.&lt;br /&gt;
To be really cool in cache coherency collisions, POHMELFS requires new locking/coherency mechanism, which
I implement similar to &lt;a href=&quot;http://en.wikipedia.org/wiki/MOESI&quot;&gt;MO&lt;b&gt;E&lt;/b&gt;SI&lt;/a&gt; cache coherency protocol.
Which basically means a floating lock for given object,
which may be owned by only one client at a time not counting readers, they just receive a message, that theirs
data is not valid anymore.&lt;br /&gt;&lt;br /&gt;

First, I changed userspace management of the inode cache: now there is only single tree of all objects,
which were ever opened by any client. When client disconnects or drop inode locally, it is removed from the
server's cache also.&lt;br /&gt;
Next, there will be a special command to acicure grab/release a lock, which is only being sent by writers.
When writer starts its dirty job of damaging shared data, it sends a lock grab message to the server with
requested range, which in turn is broadcasted to the other writers, only single writer is allowed to own given area.
Then server proceeds with its usual tasks of cooking or waiting for IO. Eventually owner of the lock
decides to release it, for example after above message from the server it can flush data to the server
and send lock release message or just on its own. So server checks if given area is now free and sends lock
comepltion message to the requester. New owner receives the message, mark inode as own and starts writing there.
Any subsequent writing, if inode is marked as owned, does not end up with additional lock message.&lt;br /&gt;&lt;br /&gt;

So far looks doable, but I only completed what is called 'first' above :)&lt;br /&gt;
If there will be no major problems with other project, I plan to complete this part quickly and move furward.

Comments (0)</description>
	<pubDate>Sat, 27 Sep 2008 19:00:43 +0000</pubDate>
</item>
<item>
	<title>Pavel Machek: Linux works fine on my ThinkPad, so your BIOS must be broken</title>
	<guid>http://pavelmachek.livejournal.com/64880.html</guid>
	<link>http://pavelmachek.livejournal.com/64880.html</link>
	<description>Okay, I have not yet used this argument in a discussion, but I guess I&lt;br /&gt;soon will. With growing number of subnotebooks, Linux preloads grow,&lt;br /&gt;and sooner or later they will find out that something is wrong... and blame it on Linux.&lt;br /&gt;&lt;br /&gt;Then, the argument &quot;XP work fine on this hardware, so Linux must be&lt;br /&gt;broken&quot; is used. Well, as you can guess, the argument is wrong: just&lt;br /&gt;because your BIOS happens to work with XP does not mean your BIOS is&lt;br /&gt;bug-free, and does not mean that Linux (or FreeBSD, or OpenSolaris, or&lt;br /&gt;any other Windows versions than those you tested) will work&lt;br /&gt;properly. You know, XP is not a BIOS testing tool, and Linux excersises different codepaths than XP].&lt;br /&gt;&lt;br /&gt;[What is worse, I have seen cases of clear BIOS bugs -- like BIOS&lt;br /&gt;returning battery current in 65A area due to integer overflow, where&lt;br /&gt;BIOS people claimed that it is too hard to fix the bug (&quot;we'd have to&lt;br /&gt;retest all these Windows versions&quot;), and wanted us to break the Linux&lt;br /&gt;instead :-(...]</description>
	<pubDate>Fri, 26 Sep 2008 21:24:33 +0000</pubDate>
</item>
<item>
	<title>Mel Gorman: Plumbers and Building X</title>
	<guid>http://www.csn.ul.ie/~mel/blog/index.php?/archives/8-guid.html</guid>
	<link>http://www.csn.ul.ie/~mel/blog/index.php?/archives/8-Plumbers-and-Building-X.html</link>
	<description>Last week the &lt;a href=&quot;http://linuxplumbersconf.org/&quot; title=&quot;Linux Plumbers Conference&quot;&gt;Linux Plumbers Conference&lt;/a&gt; was held in Portland as a developers conference for those working close to the boundary between user and kernel space. Many have described it being one of the best conferences they have attended in a while and I have to agree. The talks were interesting and the people running them discussed their current activities rather than a one-way monologue on their activities over the last year or so (for the most part anyway). For myself, I met a number of people to iron out issues that have been bugging me for a while and got a number of small hacking jobs prototyped that have been on my TODO list for too long. After being working on large pages for some time, it was also a chance to get a quick tour of what is active in the lower levels of the Linux world at the moment.&lt;br /&gt;
&lt;br /&gt;
One area of interest to me was the graphics layer which has had a history of hilarity working outside of the kernel tree. This is out of necessity as the people willing to test an X driver are not necessarily the same people willing to test kernels. Hence, the out-of-tree is required to build against a number of different kernel versions and the resulting ifdef trickery would have a hard time living in mainline not to mention keeping the API in sync. During the track, the possibility was raised that some of the interesting developments in the kernel, X and graphics drivers over the next year would the user to update userspace before enabling using certain kernel features. There was pressure to not require this update but the X guys seemed pretty insistent that a fully incremental effort would be a real pain and the end result ultimately worse.&lt;br /&gt;
&lt;br /&gt;
In case a kernel feature requires an updated userspace in the future, I took a look at what was involved in building X these days. If nothing else, my laptop was using the vesa driver which broke when switching to a text console (fonts were the wrong size) and generally performed worse than what the hardware should have been capable of. The distribution drivers for the card were less than satisfactory for a number of reasons that I never got around to ironing out and I knew there was a lot of additional support for the ATI M56GL Mobility card in my machine added over the last year. Plenty of incentive to get this working.&lt;br /&gt;
&lt;br /&gt;
I vaguely recall from years ago that building X from scratch was no fun whatsoever. Others must have had similar experiences as there is a general perception that X development is scary and building it from source is as much fun as a punch in the nose. X development may still be daunting, I haven't tried, but building from source is straight-forward today. Maybe I missed a pile of options and combinations, but getting the basics right involved an evening on the couch watching Flight of the Concords on DVD and poking buttons periodically - hardly a taxing event.&lt;br /&gt;
&lt;br /&gt;
The X server, the modules and supporting infrastructure consists of a large number of git repositories. If you were to download and build them by hand, you'd be there for a few hours and maybe that turns people away. There is a &lt;a href=&quot;http://www.x.org/wiki/Development/git&quot; title=&quot;X Build Script&quot;&gt;build script&lt;/a&gt;on the wiki, but it is a rushed hack by the looks of things and did not check that build of a module actually succeeded for example. I updated it to have some new smarts and it should be a fire-and-forget effort although you may need to add your graphics driver to its list. I'll update the wiki when I get back to Ireland (on plane at the moment) and have a&lt;br /&gt;
chance to test it on my other machines to make sure it works in general but &lt;a href=&quot;http://www.csn.ul.ie/~mel/postings/buildx-20080926/build-x.sh&quot; title=&quot;Script for building X&quot;&gt;Script for building X&lt;/a&gt; how it currently stands for those that are interested.&lt;br /&gt;
&lt;br /&gt;
What did catch me was starting the new X properly. The site is very clear on starting X itself but I must have missed the instructions on how to give mesa the right paths. For the library paths, I added /opt/gfx-test/lib to /etc/ld.so.conf (it could also have been done in .bashrc with greater smarts but I was lazy). I then used a &lt;a href=&quot;http://www.csn.ul.ie/~mel/postings/buildx-20080926/testgraphics-startx&quot; title=&quot;Launcher script for X&quot;&gt;laucher script for X&lt;/a&gt; to load the kernel modules and&lt;br /&gt;
set LIBGL_DRIVERS_PATH to find the new DRI drivers. Without LIBGL_DRIVERS_PATH, the system DRI libraries get used resulting in some weirdness which I only spotted after setting some debug options. gdm was starting the old X server so I simply disabled it rather than fixing the init script.  End result? One very satisfactory X desktop running very smoothly - nice one.&lt;br /&gt;</description>
	<pubDate>Fri, 26 Sep 2008 17:07:38 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: New failed ipw2100 interrupt and its races.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/networking/ipw2100/2008_09_24_1</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/networking/ipw2100/2008_09_24_1</link>
	<description>During my testing I managed to beat following interrupts out of the chip:
&lt;pre&gt;[41773.200686] ipw2100: Fatal interrupt. Scheduling firmware restart.
[41773.200707] eth1: Fatal error value: 0x500185B8, address: 0x08004501, inta: 0x40000000
[41773.200810] ipw2100 0000:02:04.0: PCI INT A disabled
[41773.203110] ipw2100: IRQ INTA == 0xFFFFFFFF
[41773.224446] ipw2100: IRQ INTA == 0xFFFFFFFF
[41773.245781] ipw2100: IRQ INTA == 0xFFFFFFFF
[41773.249360] ipw2100 0000:02:04.0: enabling device (0000 -&gt; 0002)
[41773.249384] ipw2100 0000:02:04.0: PCI INT A -&gt; Link[C0C8] -&gt; GSI 11 (level, low) -&gt; IRQ 11
[41773.249426] ipw2100 0000:02:04.0: restoring config space at offset 0x1
	(was 0x2900002, writing 0x2900006)&lt;/pre&gt;

This happens during PCI ipw2100 device disablement in the reset handler,
so when interrupt handler sees that, it bails out. It should be generally ok,
but I found a different thing: there is a race between interrupt handler (handler
itself and related processing tasklet) and
reset code. The latter disables interrupts before starting to turn adapter on,
but interrupt handler can run right now on given cpu and can schedule
the tasklet, so its disablement does not prevent parallel reading and writing of the
various registers.&lt;br /&gt;
IRQ processing tasklet does register reading and writing under the lock with interrupts
turned off, but reset tasklet does not protect initialization path against it, so I wonder,
what may happen in this case. Since register reading and writing happens from absolute
addresses (I meant there is no need to write address register first), this maybe not a problem,
but still race exists and theoretically can harm the system. Similar unguarded accesses exist
in &lt;code&gt;ipw2100_wx_event_work()&lt;/code&gt; handler, and also there is unguarded status field setting
in various places in the driver, which can harm the driver's behaviour too.&lt;br /&gt;&lt;br /&gt;

So, maybe I decided to blame firmware a little bit early, although found things may
be harmless. I will try to figure this out later tomorrow.

Comments (0)</description>
	<pubDate>Thu, 25 Sep 2008 21:00:40 +0000</pubDate>
</item>
<item>
	<title>Val Henson: Linux Plumbers Conference in review</title>
	<guid>http://valhenson.livejournal.com/25431.html</guid>
	<link>http://valhenson.livejournal.com/25431.html</link>
	<description>The &lt;a href=&quot;http://linuxplumbersconf.org/&quot;&gt;Linux Plumbers Conference&lt;/a&gt; happened last week, and it was exactly the conference I've always dreamed of.  I'm clearly biased and a shill for the conference, but I'll make one comment and then link to other people's comments on it.&lt;br /&gt;&lt;br /&gt;The LPC organizers really, really wanted this to be a working conference where developers could meet and have in-depth discussions about on-going problems and - key point - come up with solutions.  I knew we'd succeeded when a V4L developer told me, with misty eyes and a huge grin, &quot;We have... *action items*!&quot;  This was the first time many of them had ever met another V4L developer in person, ever, and they quickly worked out some vexing design problems that had been simmering for years.  Several other microconference runners also spoke of action items with smiles on their faces.  When you have developers excited and thrilled about AIs, you know you've won.&lt;br /&gt;&lt;br /&gt;Anyway, a few other words on the subject:&lt;br /&gt;&lt;br /&gt;Peter Graner, Ubuntu kernel manager:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blog.redvoodoo.org/2008/09/linux-plumbers-conference-recap.html&quot;&gt;http://blog.redvoodoo.org/2008/09/linux-plumbers-conference-recap.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Lennart Poettering (audio microconference runner):&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://0pointer.de/blog/projects/lpc-summary.html&quot;&gt;http://0pointer.de/blog/projects/lpc-summary.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;We got to see an early Linux-based e-paper device with fascinating implications for X:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blog.mozilla.com/blassey/2008/09/24/fennec-on-e-paper/&quot;&gt;http://blog.mozilla.com/blassey/2008/09/24/fennec-on-e-paper/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The LWN summary (paid subscribers only until Sep. 30th - a subscription is $2.50/month at cheapest):&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://lwn.net/Articles/299763/rss&quot;&gt;http://lwn.net/Articles/299763/rss&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And of course, Greg K-H's keynote lived up to all my expectations for controversiality:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://blogsearch.google.com/blogsearch?hl=en&amp;num=10&amp;c2coff=1&amp;lr=&amp;safe=active&amp;ie=UTF-8&amp;q=linux+plumbers+conference+greg+kroah+hartman&amp;btnG=Search+Blogs&quot;&gt;http://blogsearch.google.com/blogsearch?hl=en&amp;amp;num=10&amp;amp;c2coff=1&amp;amp;lr=&amp;amp;safe=active&amp;amp;ie=UTF-8&amp;amp;q=linux+plumbers+conference+greg+kroah+hartman&amp;amp;btnG=Search+Blogs&lt;/a&gt;</description>
	<pubDate>Thu, 25 Sep 2008 18:49:53 +0000</pubDate>
</item>
<item>
	<title>Pete Zaitcev: Local SMTP</title>
	<guid>http://zaitcev.livejournal.com/175724.html</guid>
	<link>http://zaitcev.livejournal.com/175724.html</link>
	<description>&lt;p&gt;While I was not looking, someone changed the way local mail worked in Fedora. No longer it is possible to execute your MTA's front-end and have it do the job. Instead, it contacts a daemon and passes the mail with SMTP, which seems like madness to me, even if we consider that several MTAs are packaged for Fedora. Why do they do it like that?&lt;/p&gt;
&lt;p&gt;This came up in the context of mitsuki, which now has a freaking gazillion of sendmail processes across its VEs. The genius who came up with it was not content with wasting just one task and stack per system.&lt;/p&gt;</description>
	<pubDate>Thu, 25 Sep 2008 18:39:42 +0000</pubDate>
</item>
<item>
	<title>Pavel Machek: ext3 readonly option is a lie</title>
	<guid>http://pavelmachek.livejournal.com/64695.html</guid>
	<link>http://pavelmachek.livejournal.com/64695.html</link>
	<description>You'd think that -oro mounts volume read-only?&lt;br /&gt;&lt;br /&gt;You are wrong, at least in ext3 case. ext3 only pretends volume is read-only to the userspace, but it still does journal replay on it.&lt;br /&gt;&lt;br /&gt;Results are not nice: (I have broken SD card where read-only switch does not work properly).&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
Sep 25 11:51:38 amd kernel: mmc0: new SD card at address 0002
Sep 25 11:51:38 amd kernel: mmcblk0: mmc0:0002 SD1GB 975872KiB (ro)
Sep 25 11:51:38 amd kernel:  mmcblk0: p1
Sep 25 11:51:47 amd kernel: JBD: Clearing recovery information on journal
Sep 25 11:51:47 amd kernel: mmcblk0: error -110 transferring data
Sep 25 11:51:47 amd kernel: end_request: I/O error, dev mmcblk0, sector 4017
Sep 25 11:51:47 amd kernel: Buffer I/O error on device mmcblk0p1, logical block 486
Sep 25 11:51:47 amd kernel: lost page write due to I/O error on mmcblk0p1
Sep 25 11:51:48 amd kernel: mmcblk0: error -110 transferring data
Sep 25 11:51:48 amd kernel: end_request: I/O error, dev mmcblk0, sector 129
Sep 25 11:51:48 amd kernel: Buffer I/O error on device mmcblk0p1, logical block 0
Sep 25 11:51:48 amd kernel: lost page write due to I/O error on mmcblk0p1
Sep 25 11:51:48 amd kernel: end_request: I/O error, dev mmcblk0, sector 137
Sep 25 11:51:48 amd kernel: Buffer I/O error on device mmcblk0p1, logical block 1
Sep 25 11:51:48 amd kernel: lost page write due to I/O error on mmcblk0p1
Sep 25 11:51:48 amd kernel: mmcblk0: error -110 transferring data
Sep 25 11:51:48 amd kernel: end_request: I/O error, dev mmcblk0, sector 161
Sep 25 11:51:48 amd kernel: Buffer I/O error on device mmcblk0p1, logical block 4
Sep 25 11:51:48 amd kernel: lost page write due to I/O error on mmcblk0p1
Sep 25 11:51:49 amd kernel: mmcblk0: error -110 transferring data
Sep 25 11:51:49 amd kernel: end_request: I/O error, dev mmcblk0, sector 3977
Sep 25 11:51:49 amd kernel: Buffer I/O error on device mmcblk0p1, logical block 481
Sep 25 11:51:49 amd kernel: lost page write due to I/O error on mmcblk0p1
Sep 25 11:51:49 amd kernel: mmcblk0: error -110 transferring data
Sep 25 11:51:49 amd kernel: end_request: I/O error, dev mmcblk0, sector 262305
Sep 25 11:51:49 amd kernel: Buffer I/O error on device mmcblk0p1, logical block 32772
Sep 25 11:51:49 amd kernel: lost page write due to I/O error on mmcblk0p1
Sep 25 11:51:50 amd kernel: mmcblk0: error -110 transferring data
Sep 25 11:51:50 amd kernel: end_request: I/O error, dev mmcblk0, sector 524417
Sep 25 11:51:50 amd kernel: Buffer I/O error on device mmcblk0p1, logical block 65536
Sep 25 11:51:50 amd kernel: lost page write due to I/O error on mmcblk0p1
...

&lt;/pre&gt;Sep 25 11:51:51 amd kernel: mmcblk0: error -110 transferring data&lt;br /&gt;Sep 25 11:51:51 amd kernel: end_request: I/O error, dev mmcblk0, sector 1048705&lt;br /&gt;Sep 25 11:51:51 amd kernel: end_request: I/O error, dev mmcblk0, sector 1048713&lt;br /&gt;Sep 25 11:51:51 amd kernel: end_request: I/O error, dev mmcblk0, sector 1048721&lt;br /&gt;Sep 25 11:51:51 amd kernel: mmcblk0: error -110 transferring data&lt;br /&gt;Sep 25 11:51:51 amd kernel: end_request: I/O error, dev mmcblk0, sector 1052537&lt;br /&gt;Sep 25 11:51:52 amd kernel: mmcblk0: error -110 transferring data&lt;br /&gt;Sep 25 11:51:52 amd kernel: end_request: I/O error, dev mmcblk0, sector 4017&lt;br /&gt;Sep 25 11:51:52 amd kernel: kjournald starting.  Commit interval 5 seconds&lt;br /&gt;Sep 25 11:51:52 amd kernel: ------------[ cut here ]------------&lt;br /&gt;Sep 25 11:51:52 amd kernel: WARNING: at /data/l/linux/fs/buffer.c:1186 mark_buffer_dirty+0x57/0x70()&lt;br /&gt;Sep 25 11:51:52 amd kernel: Modules linked in:&lt;br /&gt;Sep 25 11:51:52 amd kernel: Pid: 16292, comm: mount Not tainted 2.6.27-rc6 #379&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] warn_on_slowpath+0x5f/0x90&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] __find_get_block+0x82/0x190&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] __lock_acquire+0x181/0x930&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] __lock_acquire+0x181/0x930&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] journal_update_superblock+0x67/0xd0&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] mark_buffer_dirty+0x57/0x70&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] journal_update_superblock+0x6f/0xd0&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] journal_flush+0xa1/0x120&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] ext3_mark_recovery_complete+0x2c/0x80&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] ext3_fill_super+0x125e/0x1800&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] snprintf+0x1f/0x30&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] disk_name+0xb0/0xc0&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] get_sb_bdev+0x104/0x130&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] kstrdup+0x39/0x70&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] ext3_get_sb+0x20/0x30&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] ext3_fill_super+0x0/0x1800&lt;br /&gt;Sep 25 11:51:52 amd kernel:  [] vfs_kern_mount+0x43/0x90&lt;br /&gt;....</description>
	<pubDate>Thu, 25 Sep 2008 14:54:55 +0000</pubDate>
</item>
<item>
	<title>Pavel Machek: Angstrom: one step forward, two steps back</title>
	<guid>http://pavelmachek.livejournal.com/64403.html</guid>
	<link>http://pavelmachek.livejournal.com/64403.html</link>
	<description>I thought there's a time to finally update my OpenEmbedded-based Zaurus C3000 (spitz): bluetooth caused crashes over suspend, sometimes screen got to zero brightness accidentally, SD card was very slow and font size varied over boot.&lt;br /&gt;&lt;br /&gt;I did update to latest Angstrom, thinking that all this must be long fixed... well not so. Font size still varies.&lt;br /&gt;&lt;br /&gt;I kind of expected mutt to be available for Angstrom; it is not there :-(. Moreover, alt-tab stopped working, and theres ugly nag screen each time you resume (&quot;enter password&quot;). There's &quot;autologin&quot; setting in the preferences, but it does not seem to work and does not make the nag screen go away.&lt;br /&gt;&lt;br /&gt;Then I installed altboot so I could boot debian on hda3... and altboot survived for exactly 4 boots. Now it hangs after printing options 1-4 :-(. So I no longer have zaurus machine, I have a brick now.</description>
	<pubDate>Thu, 25 Sep 2008 09:59:52 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: ipw2100 fatal interrupt: playing with power states.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/networking/ipw2100/2008_09_25</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/networking/ipw2100/2008_09_25</link>
	<description>I was not able to force card not to send or receive packets
with ping tests, although definitely was able to generate lots
of fatal interrupt with completely different values and addresses.&lt;br /&gt;
Frequently card generates fatal interrupt with different values on the same
address, like below:&lt;pre&gt;eth1: Fatal error value: 0x50018584, address: 0x61C00000, inta: 0x40000000
eth1: Fatal error value: 0x50018584, address: 0x61C00000, inta: 0x40000000
eth1: Fatal error value: 0x5000CEE4, address: 0x61C00000, inta: 0x40000000
eth1: Fatal error value: 0x50018584, address: 0x61C00000, inta: 0x40000000
eth1: Fatal error value: 0x5000CEE4, address: 0x61C00000, inta: 0x40000000
eth1: Fatal error value: 0x50018584, address: 0x61C00000, inta: 0x40000000
eth1: Fatal error value: 0x50018584, address: 0x61C00000, inta: 0x40000000
eth1: Fatal error value: 0x5000CEE4, address: 0x61C00000, inta: 0x40000000
eth1: Fatal error value: 0x50018584, address: 0x61C00000, inta: 0x40000000
eth1: Fatal error value: 0x50018584, address: 0x61C00000, inta: 0x40000000&lt;/pre&gt;

They did not follow one after another though.&lt;br /&gt;
Different error values likely mean, that there is no any correlation between
values and addresses, so this information is useless.&lt;br /&gt;&lt;br /&gt;

I added power state changes to the reset function, so now it does something like that:
&lt;pre&gt;[  897.661002] ipw2100: Fatal interrupt. Scheduling firmware restart.
[  897.661021] eth1: Fatal error value: 0x30016C44, address: 0x601F7C00, inta: 0x40000000
[  897.664712] ipw2100 0000:02:04.0: PCI INT A disabled
[  897.712041] ipw2100 0000:02:04.0: enabling device (0000 -&gt; 0002)
[  897.713549] ipw2100 0000:02:04.0: PCI INT A -&gt; Link[C0C8] -&gt; GSI 11 (level, low) -&gt; IRQ 11
[  897.713595] ipw2100 0000:02:04.0: restoring config space at offset 0x1
			(was 0x2900002, writing 0x2900006)
[  954.646319] ipw2100: Fatal interrupt. Scheduling firmware restart.
[  954.646338] eth1: Fatal error value: 0x5000CF10, address: 0x61A00000, inta: 0x40000000
[  954.646429] ipw2100 0000:02:04.0: PCI INT A disabled
[  954.692041] ipw2100 0000:02:04.0: enabling device (0000 -&gt; 0002)
[  954.692063] ipw2100 0000:02:04.0: PCI INT A -&gt; Link[C0C8] -&gt; GSI 11 (level, low) -&gt; IRQ 11
[  954.692103] ipw2100 0000:02:04.0: restoring config space at offset 0x1
			(was 0x2900002, writing 0x2900006)
[  968.585409] ipw2100: Fatal interrupt. Scheduling firmware restart.
[  968.585429] eth1: Fatal error value: 0x5000C9D0, address: 0x57E00500, inta: 0x40000000
[  968.585517] ipw2100 0000:02:04.0: PCI INT A disabled
[  968.632037] ipw2100 0000:02:04.0: enabling device (0000 -&gt; 0002)
[  968.632059] ipw2100 0000:02:04.0: PCI INT A -&gt; Link[C0C8] -&gt; GSI 11 (level, low) -&gt; IRQ 11
[  968.632099] ipw2100 0000:02:04.0: restoring config space at offset 0x1
			(was 0x2900002, writing 0x2900006)
[  972.269514] ipw2100 0000:02:04.0: PCI INT A disabled
[  972.316041] ipw2100 0000:02:04.0: enabling device (0000 -&gt; 0002)
[  972.316400] ipw2100 0000:02:04.0: PCI INT A -&gt; Link[C0C8] -&gt; GSI 11 (level, low) -&gt; IRQ 11
[  972.316446] ipw2100 0000:02:04.0: restoring config space at offset 0x1
			(was 0x2900002, writing 0x2900006)&lt;/pre&gt;

As we can see, fatal interrupts did not dissapear, and are actually as frequent as before.&lt;br /&gt;&lt;br /&gt;

Also got this lines:&lt;pre&gt;[ 2032.560413] ipw2100: exit - failed to send CARD_DISABLE command
[ 2032.560449] ipw2100: exit - failed to send CARD_DISABLE command
[ 2032.560491] ipw2100: exit - failed to send CARD_DISABLE command
[ 2032.560593] ipw2100: exit - failed to send CARD_DISABLE command&lt;/pre&gt;

One after another, which does not provide me any clue though.&lt;br /&gt;&lt;br /&gt;

I've started several big torrent downloads/seeds as a big load, maybe card somehow
differentiates different flows, so this test should be more heavy than lots
of pings. First time I noticed fatal interrupt problem with this kind of load,
when card not only stopped to work, but also printed some goodbay message.&lt;br /&gt;&lt;br /&gt;

So far conclusion is not very optimistic: fatal interrupts happen always, no matter
what magic is enabled in the reset, which already tells that firmware is broken.&lt;br /&gt;
Hopefully additional reset games with power management will allow card to work,
even with those interrupts. Time will tell.

Comments (1)</description>
	<pubDate>Thu, 25 Sep 2008 09:01:05 +0000</pubDate>
</item>
<item>
	<title>Matthew Garrett</title>
	<guid>http://mjg59.livejournal.com/99062.html</guid>
	<link>http://mjg59.livejournal.com/99062.html</link>
	<description>&lt;a href=&quot;http://etbe.coker.com.au/2008/09/25/my-prediction-for-the-iphone/&quot;&gt;Russell writes about the iphone&lt;/a&gt;. I think he's missing a few things.&lt;br /&gt;&lt;br /&gt;The open nature of the PC wasn't inherently what brought it greater success. The open nature of the PC meant that it could spawn an ecosystem of third party hardware vendors, sure. It also meant that it could be cheaply cloned by other manufacturers, ensuring competition that drove down the price of hardware. The net result? x86 is ubiquitous, sufficiently so that even Apple use a basically standard[1] x86 platform these days. Low prices and the wide availability of software that people wanted to run bought the PC the marketplace, with Microsoft being the real winners. Apple hardware remained more expensive for years, and the compelling MacOS software was mostly limited to areas like DTP. Nobody else had any incentive to buy a Mac.&lt;br /&gt;&lt;br /&gt;Now, let's look at the phone market. Third party hardware vendors? No real distinction between the iphone and anything else. Sure, anything remotely clever has to plug into the dock port, but developing something to work with that also gets you into the ludicrously huge ipod market. Other phone accessories are either batteries, chargers or headphones. That's really not going to be what determines market success.&lt;br /&gt;&lt;br /&gt;Competitive cheapness? When you have a multivendor OS like Android or Windows Mobile, you might expect there to be more opportunity to compete to undercut each other, offering equivalent platforms for less cost. But that's missing something. In the same way that the home computer market has basically consolidated towards PCs, the phone market has already consolidated. Your smartphone has an ARM in, probably along with an off the shelf GSM chip and some 3D core (generally something from Imagination, though in Android's case Qualcomm seem to have come up with their own core - I haven't been able to find out if it's derived from something else). There's no realistic way to make a phone with equivalent hardware functionality and quality to the iphone and sell it for significantly less money. And if you figure out how to, Apple get to take advantage of the same price reductions in their next generation hardware. And, being Apple, they'll probably find some compelling wonderful design feature that costs them nothing extra but makes you want it more anyway. So hardware competition probably isn't going to be what determines market success.&lt;br /&gt;&lt;br /&gt;Which leaves two things - advertising and applications. Apple are good at marketing. This is unfortunate, because I'd really rather live in a world where everyone running MacOS was running Linux instead, but we seem to suck in comparison. The good news is that Microsoft also seem to, so maybe we'll have our act together some time between now and Apple crushing us to death. So, assuming current trends continue, Apple's marketing probably isn't going to kill the iphone. Which leaves one thing: applications.&lt;br /&gt;&lt;br /&gt;The obvious argument against the iphone's success is that, as a closed software distribution platform, it's less attractive to developers. I don't think that's true. If we look at the console market, the gp2x was hardly a PSP killer. Or a DS killer. You could possibly argue it was a Gizmondo killer, but only if you ignore the Finnish mafia. Being an open platform doesn't immediately result in you killing closed platforms. You need developers, and you need applications. Otherwise nobody's going to buy your hardware, even if it costs $10 less than an iphone and has a few extra bits of plastic. What attracts developers? An attractive development environment and a revenue stream. Android has one real thing going for it here - it's not tied to Objective C, and so there's probably a larger number of potential developers. But let's be realistic. If you're a competent developer, you can move from C++ or Java to Objective C without too much effort. And if you're an incompetent developer, you're not going to be deciding the future of a platform.&lt;br /&gt;&lt;br /&gt;Apple have made it easy for people to write applications that share the iphone's delightful[2] UI. There's almost active encouragement to write beautiful programs that integrate well. Sure, the platform limitations bite you in weird ways (like the no background running thing), but Apple have come up with hacks to smooth most of those over. The iphone is a wonderful device to develop for. Sufficiently delightful that there was a huge developer base even before Apple had released the SDK. What does that tell you? Developers actively want to write for the iphone. In fact, they wanted to even before there was a real revenue model. Mindshare means a lot.&lt;br /&gt;&lt;br /&gt;What are we going to see in response from Android? To begin with, uglier applications. I'm sure that'll get better over time, but right now the Android UI just isn't as well put together[3]. It's functional, even attractive. But it's not beautiful. And lowering the bar to developer involvement means the potential for more My First Phone Application. Windows Mobile and Symbian have huge numbers of applications. They're mostly dreadful lashups of functionality you'd never want and a UI that's ugly enough to make you want to stab out your eyes, coupled with a nag screen asking for a $10 donation to carry on using it assuming it hasn't crashed before it got that far. To be fair, a lot of iphone stuff isn't much better. But proportionately? Right now the Apple stuff has it. I never want to see another listing of Symbian freeware.&lt;br /&gt;&lt;br /&gt;At the moment, Apple wins at providing compelling applications. They may be a gatekeeper between the developer and the user, but right now that's not causing too many problems. Well. It wasn't. The recent fuss about Apple dropping applications because of perceived competition with their own software is an issue. If a developer is going to spend a significant amount of time and money on an application, they want a reasonable reassurance that they're going to be able to ship it. And, right now, Apple's not giving that. It remains to be seen whether this has long term consequences, but there's some danger of Apple alienating their developer base. If those developers move to another platform, and if they create compelling software, Apple might stand some real competition. At the moment? Apple has the hardware, the OS and the applications. They have the potential to take over broad swathes of the market. But they also have the opportunity to throw it away. And that's what's going to decide the success of the iphone - a closed platform is not inherently a problem, but it gives the vendor the option of removing one of their key advantages. If Apple get through this with their developer popularity intact, I don't see the open/closed distinction as having any real-world importance at all.&lt;br /&gt;&lt;br /&gt;The relevance to Linux? We're not going to succeed by being philosophically better. We have to be better in the real world as well. Ignoring that in favour of our social benefits doesn't result in us winning.&lt;br /&gt;&lt;br /&gt;[1] It's slightly more legacy free than a &quot;genuine&quot; PC - there's no i8042, and things like the gate A20 hack aren't implemented. But it'll boot DOS (given enough effort), so hell, it's a PC&lt;br /&gt;&lt;br /&gt;[2] And yes, I genuinely do think that the iphone's UI is better than anything else on the market. There's no reason someone else, including us, couldn't have got there first. But we didn't, and now everyone gets to play catch up. Shit happens&lt;br /&gt;&lt;br /&gt;[3] I have no idea where Apple gets its UI engineers from, but someone needs to find the source and start waving huge piles of money to pick them up first.</description>
	<pubDate>Thu, 25 Sep 2008 02:48:51 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: Swisscom Research is evaluating Openmoko</title>
	<guid>http://laforge.gnumonks.org/weblog/2008/09/25#20080925-swisscom</guid>
	<link>http://laforge.gnumonks.org/weblog/2008/09/25#20080925-swisscom</link>
	<description>&lt;p&gt;
At OpenExpo, Swisscom Research had it's own small stand (wouldn't call it a booth)
to demonstrate thei research and evaluation work based on Openmoko.  This is
definitely exciting news, first of all since it is the research department of an
established carrier, i.e. Openmoko is considered seriously even by them.
&lt;/p&gt;
&lt;p&gt;
Secondly, they have many interesting ideas, some of which they have implemented.
They have created a much more simplified UI, as well as an interesting input
method based on gesture recognition.  They've also been working on some crypto
and security related bits.
&lt;/p&gt;
&lt;p&gt;
I can now also disclose the fact that both Rasterman and myself have been (and
stilll are) providing a bit of consulting and R&amp;amp;D services for Swisscom.
&lt;/p&gt;</description>
	<pubDate>Thu, 25 Sep 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: A Free software 3G protocol implementation: Wireless3G4Free</title>
	<guid>http://laforge.gnumonks.org/weblog/2008/09/25#20080925-wireless3g4free</guid>
	<link>http://laforge.gnumonks.org/weblog/2008/09/25#20080925-wireless3g4free</link>
	<description>&lt;p&gt;
For quite some time there has been a project called &lt;a href=&quot;http://www.wireless3g4free.com/&quot;&gt;Wireless3G4Free&lt;/a&gt;.  I suspect it is
little known outside a certain academic community.  So what is it all about?
Creating a FOSS based test platform for wireless 3G systems.  Yes, this is the
so-called baseband side.  The parts that are usually very carefully locked
away in the proprietary stack of cellular handsets and other equipments
&lt;/p&gt;
&lt;p&gt;
Even though the project, funded by the European union and implemented at
EURECOM in France, is 'finished', it is not as easy as to just use that
software and get UMTS connectivity.
&lt;/p&gt;
&lt;p&gt;
First of all, it implements the 3.84MChip/s TDD variant of the physical layer
(layer 1), whereas most commercially deployed UMTS systems for cellular access
use the FDD variant.  For those not as familiar with 3G technology: There's
three different layer 1 options: the 3.84MChip/s TDD, the low-chip-rate Chinese
TDD variant, and the FDD variant.  The layer 1 is separated in two parts, one
that is TDD/FDD independent, and the other part that is shared.
&lt;/p&gt;
&lt;p&gt;
Secondly, the Wireless3G4Free project uses IP on the layer 3, as opposed to the
actual layer 3 protocol of UMTS (which borrows a lot from the layer 3 protocol
for GSM, which in turn borrows a lot from Q.931 / Euro-ISDN).
&lt;/p&gt;
&lt;p&gt;
So if one was to make that code interoperate with UMTS cellular networks, the
lower half of layer 1 need to be rewritten for FDD, and layer 3 needs to be
implemented.
&lt;/p&gt;
&lt;p&gt;
What is exciting about 3G compared to GSM: GSM uses proprietary ciphers (A5/1,
A5/2) for the actual air interface.  Those ciphers have leaked quite some time ago,
and they're no longer secret (and thus the GSM security is no longer existing),
but still people are not supposed to know how it works.
&lt;/p&gt;
&lt;p&gt;
In the 3G world, the corresponding cipher is public.  This means that in
theory, it should be possible to implement everything in Free Software based on
publicly known information.  Yes, it is a lot of work.  But it definitely can
be done.
&lt;/p&gt;
&lt;p&gt;
Before actually using this on any official network, it would obviously need to
be certified.  Certification for this kind of protocol is a time-consuming and
expensive process.  It requires development cycles of going to a certified
test lab, obtaining test results, going back to actually fixing the problems,
re-running the test lab tests, and so on.  Nevertheless, Free Software has
already proven that this can be done.  The isdn4linux project did a full EDSS1
certification some 10 years ago.  ELSA, a maker of passive ISDN cards,
sponsored that effort.  And if you used an unmodified code version, then you
were certified. As soon as the source code was changed, you were running an
uncertified version.  I don't see any big problem why the same scheme should
not work for a 3G baseband software stack.
&lt;/p&gt;
&lt;p&gt;
One important question though, is the question of hardware.  None of the
existing commercial vendors of 3G chipsets will ever provide you with the
hardware documentation that you would need or want to run that kind of code on
their hardware.  It is their business to sell their proprietary 3G stack along
with their chip, so they would only loose money if there was any FOSS
implementation in competition.
&lt;/p&gt;
&lt;p&gt;
Sure, you can use something like the USRP or USRP2 or any other software defined
radio platform.  But while that would be ok for a proof-of-concept, it is too
large, expensive and power-consuming to be used or 'ported' to any actual
handset-type product.
&lt;/p&gt;
&lt;p&gt;
So any possible real-world plan of making this happen would probably go as far
as to implement everything based on the USRP, then have a proof-of-concept
prototype and then do a modem design based on existing, openly documented RF
components and ADC as well as DSP+Processor combination that is suitable for
low-power operation.
&lt;/p&gt;
&lt;p&gt;
Sure, I'm just daydreaming.  But sometimes you have to dare to dream in order to
make things happen.  Anyone wanting to turn this idea into a business, let me
know ;)
&lt;/p&gt;</description>
	<pubDate>Thu, 25 Sep 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: Hackcontest at OpenExpo 2008</title>
	<guid>http://laforge.gnumonks.org/weblog/2008/09/25#20080925-hackcontest</guid>
	<link>http://laforge.gnumonks.org/weblog/2008/09/25#20080925-hackcontest</link>
	<description>&lt;p&gt;
I've had the honor to join other experienced FOSS hackers on the Jury for the
&lt;a href=&quot;http://www.hackontest.org/&quot;&gt;Hackontest&lt;/a&gt;.  The idea was to let
the community collect a number of work-items for teams (of 3 developers) working
on a particular project, then pick some of those work items and see how far
each team gets within 24 hours.
&lt;/p&gt;
&lt;p&gt;
I think it was a very interesting concept.  Something that at least I have not
yet seen anywhere else before.  The organizers did a great job with the
preparation.  Setting up the website for project proposals, collecting
community votes on the individual tasks, putting together the jury.
&lt;/p&gt;
&lt;p&gt;
The participants of the contest then were placed into a container (yes, the
kind of containers used for international shipping) with a fridge, beer,
snacks, Internet, power, a projector and some other gear.  They had vnc running
on all of their systems, to enable a large public screen at the trade show
where people would be able to follow whatever happens on-screen right now
on a system of a random developer participating in the context.  'reality-tv
for hackers' ;)
&lt;/p&gt;
&lt;p&gt;
The results and the progress were quite different between the individual
projects.  I don't want to reveal the internal discussions we had in the jury,
but one thing that basically everyone agreed to was the improper use of
revision control systems.  None of the teams was setting a good example on how
to use them.  Either the granularity of the commits, or the changelog texts, or
the time when they committed was wrong.  You shouldn't commit unrelated
changes, never do cosmetic and functional changes in one commit, etc.  This
is what makes your work reproducible, readable and understandable to others,
like the jury and particularly your own user and developer community.  It is
one aspect that affects a lot how easy it is for others to contribute to your
project or to contribute to it.
&lt;/p&gt;</description>
	<pubDate>Thu, 25 Sep 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: bugtrackers and lots of comments.</title>
	<guid>http://kernelslacker.livejournal.com/131008.html</guid>
	<link>http://kernelslacker.livejournal.com/131008.html</link>
	<description>Some things I'd really love to see to improve the usefulness of bugzilla (and other bugtrackers)&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;&lt;li&gt;Comment nesting.&lt;br /&gt;Basically multiple &quot;Reply to this comment&quot; buttons, one after each post, instead of one &quot;post a new comment&quot; button.&lt;br /&gt;&lt;li&gt;A &quot;collapse this thread in *my* view of this bug&quot;.&lt;br /&gt;Useful for ignoring inconsequential stuff that people may post to the bug. &quot;HEY! I SAW A KERNEL OOPS ONCE TOO!&quot;&lt;br /&gt;&lt;li&gt;(going a bit crazy now). Comments Points/Moderation/Scoring.&lt;br /&gt;Vote down a comment so it gets auto-collapsed in everyones view of the bug.&lt;br /&gt;&lt;/li&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;(This is beginning to sound like the bastard child of bugzilla &amp;amp; digg/slashdot, so I'll stop here).&lt;br /&gt;&lt;br /&gt;I've had these thoughts a few times over the last few years triaging kernel bugs for Fedora.  I think they would be worth additions especially for the instances of a single bug that gets many people jumping on it.  Especially high profile issues like the current e1000e scare that has a bunch of people worried.&lt;br /&gt;(Though the Fedora bug tracking that problem is quite tame in comparison to the ubuntu one right now.  I actually pity those guys having to wade through all those comments, with so much not-directly-useful-or-relevant commentary).&lt;br /&gt;&lt;br /&gt;But we've had issues in the past in Fedora where we've easily had over 100 comments.  Trying to keep up with what's going on when there are 16 different people all with slightly different (or even completely different in some cases) problems is nearly impossible after a point.  On a number of occasions, I've just closed the bug with a comment along the lines of &quot;guys, this is madness, please file individual bugs, and we'll work through them&quot;.&lt;br /&gt;&lt;br /&gt;Part of the problem is context.  If all I had to do was look at that one bug, and work on it, it wouldn't be such a big deal.  Due to there being more bugs than developers (in any distro), time-slicing occurs, and regaining 'state' when loading up a bug again takes a while.  When there's pages and pages of comments, it's sometimes impossible to regain the full picture just due to the amount of noise.</description>
	<pubDate>Wed, 24 Sep 2008 22:54:16 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: More Kernel Summit photos.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_24</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_24</link>
	<description>&lt;center&gt;&lt;a href=&quot;http://tservice.net.ru/~s0mbre/gallery2/main.php?g2_itemId=4071&quot;&gt;&lt;img width=&quot;400&quot; src=&quot;http://tservice.net.ru/~s0mbre/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=4124&amp;g2_serialNumber=2&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
At kernel summit.&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://tservice.net.ru/~s0mbre/gallery2/main.php?g2_itemId=4071&quot;&gt;Check new ones!&lt;/a&gt;

Comments (0)</description>
	<pubDate>Wed, 24 Sep 2008 19:00:43 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: New DST release.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/dst/2008_09_24</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/dst/2008_09_24</link>
	<description>This is a maintenance release, which contains following changes:&lt;ul&gt;
&lt;li&gt;Use idr to manage minor numbers. Now create/remove/create sequence does not
	produce new minor, but uses previous one, which is now freed.&lt;/li&gt;
&lt;li&gt;Added cache name to the node. It is possible to have freed node still
	being alive while we register new node with the same name, so its cache name should be different.&lt;/li&gt;
&lt;li&gt;Wait during node removal until there are no pending transaction, so node would be
	freed in process context and not in the receiving threads itself.&lt;/li&gt;
&lt;li&gt;Warn user if there is no security permission config file during
	export node initialization. No client will be allowed to connect
	without explicit security association.&lt;/li&gt;
&lt;li&gt;Tune default size of the page pool for crypto processing a bit.&lt;/li&gt;&lt;/ul&gt;

I want to thank Remy Ritchen (remy.ritchen_gmail.com) for his excellent tests and analysis.&lt;br /&gt;&lt;br /&gt;

As usual, &lt;a href=&quot;http://tservice.net.ru/~s0mbre/old/?section=projects&amp;item=dst&quot;&gt;DST&lt;/a&gt;
is available from &lt;a href=&quot;http://tservice.net.ru/~s0mbre/archive/dst/&quot;&gt;archive&lt;/a&gt; and via
git &lt;a href=&quot;http://tservice.net.ru/~s0mbre/cgi-bin/gitweb.cgi&quot;&gt;tree&lt;/a&gt;.

Comments (0)</description>
	<pubDate>Wed, 24 Sep 2008 17:00:21 +0000</pubDate>
</item>
<item>
	<title>Greg Kroah-Hartman: avi to ogg?</title>
	<guid>http://www.kroah.com/log/diary/2008_09_24.html</guid>
	<link>http://www.kroah.com/log/diary/2008_09_24.html</link>
	<description>&lt;p&gt;As many people have pointed out to me, the posting of the &lt;a href=&quot;http://www.kroah.com/log/linux/lpc_2008_keynote.html&quot;&gt;Linux Plumbers
Conference keynote&lt;/a&gt; on &lt;a href=&quot;http://video.google.com/videoplay?docid=3385088017824733336&quot;&gt;Google Video&lt;/a&gt; makes it kind of hard to
watch using &quot;free&quot; software.  So I tried to work out how to convert the
original file to &lt;a href=&quot;http://en.wikipedia.org/wiki/Ogg&quot;&gt;.OGG&lt;/a&gt; format.&lt;/p&gt;

&lt;p&gt;And I failed.&lt;/p&gt;

&lt;p&gt;So, any hints?  Someone did this last time around for me for my talk at
Google, which can be seen in the fancy new &lt;a href=&quot;http://www.kernel.org/pub/media/&quot;&gt;&quot;media&quot; directory&lt;/a&gt; on kernel.org
right &lt;a href=&quot;http://www.kernel.org/pub/media/talks/gregkh/talk_2008-06-05_Greg_Kroah_Hartman_on_the_Linux_Kernel.ogg&quot;&gt;here&lt;/a&gt;.  I'll be glad to put up the keynote talk, and some other
videos that I have of talks if I can get them converted.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt;  Lots of people have pointed me to the excellent
&lt;a href=&quot;http://v2v.cc/~j/ffmpeg2theora/&quot;&gt;ffmpeg2theora&lt;/a&gt; tool, which I'm now using to convert the videos.  Thanks
for all of the help, I really appreciate it.  I'll have copies of the videos
up soon...&lt;/p&gt;</description>
	<pubDate>Wed, 24 Sep 2008 15:17:00 +0000</pubDate>
</item>
<item>
	<title>Michael Kerrisk (manpages): man-pages-3.10 is released</title>
	<guid>tag:blogger.com,1999:blog-3174631896317411826.post-631816919414986283</guid>
	<link>http://linux-man-pages.blogspot.com/2008/09/man-pages-310-is-released.html</link>
	<description>&lt;p&gt;I've uploaded &lt;em&gt;man-pages-3.10&lt;/em&gt; into the &lt;a href=&quot;http://www.kernel.org/pub/linux/docs/man-pages/&quot;&gt;release directory&lt;/a&gt; (or view the &lt;a href=&quot;http://www.kernel.org/doc/man-pages/online_pages.html&quot;&gt;online pages&lt;/a&gt;).  This is a fairly light release; conferences, and learning and changing my workflow for &lt;a href=&quot;http://git.or.cz/&quot;&gt;&lt;span&gt;git&lt;/span&gt;&lt;/a&gt; have take a bit of time lately.  Notable &lt;a href=&quot;http://www.kernel.org/doc/man-pages/changelog.html#release_3.10&quot;&gt;changes in man-pages-3.10&lt;/a&gt; are:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;The &lt;a href=&quot;http://www.kernel.org/doc/man-pages/online/pages/man2/clone.2.html&quot;&gt;&lt;span&gt;clone(2)&lt;/span&gt;&lt;/a&gt; and &lt;a href=&quot;http://www.kernel.org/doc/man-pages/online/pages/man2/getpid.2.html&quot;&gt;&lt;span&gt;getpid(2)&lt;/span&gt;&lt;/a&gt; pages add some notes and details of the consequences of the PID caching performed by glibc's &lt;span&gt;getpid()&lt;/span&gt; wrapper function.&lt;/li&gt;&lt;li&gt;Various changes to &lt;a href=&quot;http://www.kernel.org/doc/man-pages/online/pages/man5/services.5.html&quot;&gt;&lt;span&gt;services(5)&lt;/span&gt;&lt;/a&gt;, including removing various out-of-date pieces of text.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;</description>
	<pubDate>Wed, 24 Sep 2008 12:14:46 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: First ipw2100 testing: fatal interrupt.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/networking/ipw2100/2008_09_24</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/networking/ipw2100/2008_09_24</link>
	<description>I managed to compile small enough kernel, which boots on
my laptop (do not know how long it took, since fell asleep),
and managed to bring fatal interrupt error just after several seconds
of &lt;code&gt;ping -f 192.168.1.1 -s 8192&lt;/code&gt; on freshly booted
machine. 192.168.1.1 is my gateway address.&lt;br /&gt;
Here is the result with the patch I posted to the mail lists,
which was not acked, replied and commented though (well, I have to admit,
that if I would send it couple of mails earlier, it could probably find its
way into the tree, but I still believe that it would not result in anything,
since everyone knows about this bug, it just is not fixed by some reasons).
Intel developers (at least those who maintain the driver) continue to keep silence.
&lt;pre&gt;
[  613.960164] ipw2100: exit - failed to send CARD_DISABLE command
[  624.456033] eth1: no IPv6 routers present
[  690.721534] ipw2100: Fatal interrupt. Scheduling firmware restart.
[  690.721554] eth1: Fatal error value: 0x5000C97C, address: 0x100E201C, inta: 0x40000000
[  690.721580] ------------[ cut here ]------------
[  690.721587] WARNING: at drivers/net/wireless/ipw2100.c:3188
	ipw2100_irq_tasklet+0x8fe/0x9b0 [ipw2100]()
[  690.721736] Pid: 0, comm: swapper Not tainted 2.6.27-rc7-mainline #2
[  690.721744]  [] warn_on_slowpath+0x5f/0x90
[  690.721763]  [] up+0x11/0x40
[  690.721773]  [] release_console_sem+0x190/0x1d0
[  690.721786]  [] enqueue_hrtimer+0x72/0xf0
[  690.721795]  [] printk+0x1b/0x20
[  690.721805]  [] ipw2100_irq_tasklet+0x8fe/0x9b0 [ipw2100]
[  690.721831]  [] hrtick_start_fair+0x157/0x170
[  690.721844]  [] enqueue_hrtimer+0x72/0xf0
[  690.721855]  [] snd_intel8x0_interrupt+0x1d7/0x250 [snd_intel8x0]
[  690.721875]  [] tasklet_action+0x46/0xb0
[  690.721886]  [] __do_softirq+0x75/0xf0
[  690.721897]  [] do_softirq+0x37/0x40
[  690.721906]  [] do_IRQ+0x40/0x70
[  690.721917]  [] getnstimeofday+0x37/0xe0
[  690.721927]  [] common_interrupt+0x23/0x28
[  690.721937]  [] sys_setpgid+0xd8/0x190
[  690.721955]  [] acpi_idle_enter_simple+0x15a/0x1c1 [processor]
[  690.721980]  [] cpuidle_idle_call+0x7b/0xc0
[  690.721991]  [] cpu_idle+0x46/0xe0
[  690.722000]  =======================
[  690.722006] ---[ end trace 70268f59a00d957c ]---
[  695.271318] ipw2100: Fatal interrupt. Scheduling firmware restart.
[  695.271337] eth1: Fatal error value: 0x50014148, address: 0x60207E04, inta: 0x40000000

writing this note and starting over

[ 1520.709136] ipw2100: Fatal interrupt. Scheduling firmware restart.
[ 1520.709156] eth1: Fatal error value: 0x5000C96C, address: 0x538E7E40, inta: 0x40000000
[ 1550.954315] ipw2100: Fatal interrupt. Scheduling firmware restart.
[ 1550.954334] eth1: Fatal error value: 0x5000C99C, address: 0x08418004, inta: 0x40000000
[ 1592.175473] ipw2100: Fatal interrupt. Scheduling firmware restart.
[ 1592.175492] eth1: Fatal error value: 0x50018588, address: 0x57E77A00, inta: 0x40000000&lt;/pre&gt;

So, this fatal error value and address numbers do not tell me anything,
but since they are always different on different addresses, I think firmware
just loses its mind and stops responding.&lt;br /&gt;
The first line, where ipw2100 fails to send a command, was obtained during
&lt;code&gt;ifdown&lt;/code&gt; of the interface. I never saw it before, but do not think
it is related though.&lt;br /&gt;&lt;br /&gt;

So, I need to move to the office and want to make some
&lt;a href=&quot;http://tservice.net.ru/~s0mbre/old/?section=projects&amp;item=dst&quot;&gt;distributed storage&lt;/a&gt;
changes, namely fix an issue with name collision (kernel already has a dvb card, which
module is called &lt;code&gt;dst.ko&lt;/code&gt;), and implement better minor number allocation
scheme for the imported devices, since right now after node was created and distroyed,
new one will not get the same number, but continuously increasing one, which looks
confusing and may bring a sysfs initialization error (when system tries to
register kobject with existing name).&lt;br /&gt;&lt;br /&gt;

I will continue ipw2100 experiments today's night if will not fall asleep again
because of jetlag. Stay tuned!

Comments (0)</description>
	<pubDate>Wed, 24 Sep 2008 09:00:19 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: Things I learned about GSM, STK revisited.</title>
	<guid>http://laforge.gnumonks.org/weblog/2008/09/24#20080924-things_i_learned_about_gsm</guid>
	<link>http://laforge.gnumonks.org/weblog/2008/09/24#20080924-things_i_learned_about_gsm</link>
	<description>&lt;p&gt;
During the least couple of days I've had some pretty intense conversations
with a number of people on various aspects of GSM, leading me to [re]reading
some of the interesting bits of its specification.
&lt;/p&gt;
&lt;p&gt;
There are a number of observations that I don't want to talk about right now,
and which will likely be part of my work during the next couple of months.
&lt;/p&gt;
&lt;p&gt;
One thing that ever so often gives me the creeps is STK (Sim Toolkit).  To
those people involved with GSM, it is no news that with STK an operator can
basically remote-control your phone.  He can, among other things
&lt;ul&gt;
&lt;li&gt;make your phone send SMS&lt;/li&gt;
&lt;li&gt;initiate outgoing calls without your interaction&lt;/li&gt;
&lt;li&gt;initiate outgoing calls and terminate any existing call&lt;/li&gt;
&lt;li&gt;open data connections (GPRS/EDGE)&lt;/li&gt;
&lt;li&gt;launch a browser to any URL&lt;/li&gt;
&lt;li&gt;play tones on your speaker&lt;/li&gt;
&lt;li&gt;access and modify any information (contact, SMS, dial history, even IMSI) stored on the SIM&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;
And the worst thing of it all: You don't even know which of those features your
phone implements (most likely all of them).  I'm happy to still use a SIM that
predates the GSM11.14 (STK) specification.
&lt;/p&gt;
&lt;p&gt;
Now in the advent of projects like OpenBTS, where we can emulate a GSM network
side, and in combination with either supplying your own SIM card (or emulating
it using a PC), we will finally see a faint possibility of actually testing
(and demoing) the never-ending security nightmares caused by this evil
monstrosity.
&lt;/p&gt;</description>
	<pubDate>Wed, 24 Sep 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Greg Kroah-Hartman: Linux Plumbers Conference 2008 Keynote</title>
	<guid>http://www.kroah.com/log/linux/lpc_2008_keynote_video.html</guid>
	<link>http://www.kroah.com/log/linux/lpc_2008_keynote_video.html</link>
	<description>&lt;p&gt;The video for my &lt;a href=&quot;http://www.kroah.com/log/linux/lpc_2008_keynote.html&quot;&gt;keynote&lt;/a&gt; has been &lt;a href=&quot;http://video.google.com/videoplay?docid=3385088017824733336&quot;&gt;published on Google Video&lt;/a&gt;,
hopefully the other talks get posted there soon as well.&lt;/p&gt;</description>
	<pubDate>Tue, 23 Sep 2008 21:42:00 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: 2008 Linux Kernel Summit photos.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_23</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_23</link>
	<description>&lt;center&gt;&lt;a href=&quot;http://tservice.net.ru/~s0mbre/gallery2/main.php?g2_itemId=3924&quot;&gt;&lt;img width=&quot;350&quot; src=&quot;http://tservice.net.ru/~s0mbre/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=4016&amp;g2_serialNumber=2&quot; /&gt;&lt;/a&gt;&lt;br /&gt;At kernel summit.&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;

Last couple of photos were made at Linux Plumbers Conference (filesystem bof).
Not all of them got into the gallery though, I need to try to find missing bits.&lt;br /&gt;
I needed to get a real flash instead and do not use build-in one, which sometimes mangled the images...&lt;br /&gt;&lt;br /&gt;

&lt;a href=&quot;http://tservice.net.ru/~s0mbre/gallery2/main.php?g2_itemId=3924&quot;&gt;Got a look?&lt;/a&gt;

Comments (3)</description>
	<pubDate>Tue, 23 Sep 2008 17:00:18 +0000</pubDate>
</item>
<item>
	<title>Harald Welte: Just arrived in Winterthur for OpenExpo Zurich 2008</title>
	<guid>http://laforge.gnumonks.org/weblog/2008/09/23#20080923-openexpo</guid>
	<link>http://laforge.gnumonks.org/weblog/2008/09/23#20080923-openexpo</link>
	<description>&lt;p&gt;
I've just arrived in Winterthur (Switzerland) for &lt;a href=&quot;http://www.openexpo.ch/&quot;&gt;OpenExpo&lt;/a&gt; where I will present on the various
reasons and implications of the fact that 99.9% of the makers of commercial
embedded Linux products have not understood the slightest bit about Embedded
Linux or rather, embedded FOSS in general.
&lt;/p&gt;
&lt;p&gt;
Those people who've ever tried to exercise their freedom to create and run
modified versions of an embedded product with pre-installed Linux will definitely
know what I'm talking about.
&lt;/p&gt;</description>
	<pubDate>Tue, 23 Sep 2008 02:00:00 +0000</pubDate>
</item>
<item>
	<title>Kristen Carlson Accardi: Mission Accomplished</title>
	<guid>http://www.kaccardi.net/blog/?p=22</guid>
	<link>http://www.kaccardi.net/blog/?p=22</link>
	<description>&lt;p&gt;for real.&lt;/p&gt;
&lt;p&gt;I couldn&amp;#8217;t have been happier with how the Linux Plumbers Conference went last week.  I went back and looked at the original proposal that we had Arjan, Greg, and Randy present to the Linux Foundation, and we seem to have hit all our original goals.  From conception we wanted this to be a &amp;#8220;working&amp;#8221; conference - and from the conversations in the hallways that I overheard, to the discussions in the microconfs that went on, I could see that people were indeed getting together, discussing issues and solving problems.  Conferences require a lot of time, effort, and money to do right, and it&amp;#8217;s gratifying to feel that something useful will come out of this.&lt;/p&gt;
&lt;p&gt;I think that now I can go back to blogging about duck poo and vegetables.
&lt;/p&gt;</description>
	<pubDate>Mon, 22 Sep 2008 21:50:09 +0000</pubDate>
</item>
<item>
	<title>Dave Jones: initrd clarifications.</title>
	<guid>http://kernelslacker.livejournal.com/130745.html</guid>
	<link>http://kernelslacker.livejournal.com/130745.html</link>
	<description>After reading some of the comments at &lt;a href=&quot;http://lwn.net/Articles/298593/&quot;&gt;lwn&lt;/a&gt; about my sessions last week at kernel summit/plumbers conf about writing a 'make initrd' target for the kernel that would work on every distro, I feel some clarifications are in order.&lt;br /&gt;&lt;br /&gt;What I am not doing.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Dropping the Fedora mkinitrd script into the kernel.org tree and hoping other distros will make it work for them.&lt;br /&gt;&lt;li&gt;Obsoleting the existing mkinitrd from Fedora for a considerable amount of time. (Think RHEL7 timeframe).&lt;br /&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;What I am doing.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Right now, nothing but decompressing.  Last week was pretty intense, with a lot of feedback to take in.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;What I've done&lt;br /&gt;&lt;ul&gt;&lt;li&gt;I've looked at other distros initrd's &amp;amp; creation tools. They all suck equally. Really. If you disagree, you either haven't looked hard enough, or you have emotional attachment issues.  There is really nothing amazing about your distros tools over any others. (Which is why I'm of the opinion that &quot;do it right, once, upstream&quot; is the right answer.&lt;br /&gt;&lt;li&gt;Written very little code.  A few dozen lines of shell on the planeride home.  I'm not posting anything until it at least is limping[1] along.&lt;br /&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;What I'll do next&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Yes, I'm starting afresh. I'll be borrowing some bits from various distros initrd's as I stumble into &quot;hmm, how _does_ this currently work&quot; territory, but this is going to be done with baby steps, first of all just booting off simple setups with /dev/[hs]da, no root on nfs/iscsi/nbd etc.&lt;br /&gt;&lt;li&gt;At least in part, I'm starting with something completely new for political reasons. It's the only way to get anyone to agree on how to make progress. With everyone so invested in their current working solutions, &quot;just use the debian one&quot; or &quot;just use the fedora one&quot; isn't going to get us anywhere.&lt;br /&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;How is this going to work?&lt;br /&gt;&lt;ul&gt;&lt;li&gt;For Fedora systems, we'll be building an additional initrd.  Currently we only build it at kernel RPM install time, tailored for that system.  Going forward, a one-size-fits-all initrd will be made during the package build process.  Which gets used will depend on an /etc/sysconfig/kernel/ setting.   This way, we can continue to use the crufty mkinitrd until this thing is ready, and the bleeding edge lunatics and people actually wanting to work on this can set the variable and have the new hotness.&lt;br /&gt;&lt;li&gt;The very first step however is recovering from some of the fallout of the boot/init session of plumbersconf.  Reviewing our CONFIG options.  It's likely that use of 'make initrd' will imply that certain options should be set certain ways.&lt;br /&gt;&lt;/li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;Once I'm feeling a little more on my feet[2], I'll make some more posts on what I intend to do, and how.  Until then, continue to speculate wildly.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[1] Trapped sciatic nerves are the _worst_.&lt;br /&gt;[2] Seriously. Screw flying anywhere for a while. I'm staying home.</description>
	<pubDate>Mon, 22 Sep 2008 19:38:43 +0000</pubDate>
</item>
<item>
	<title>Greg Kroah-Hartman: Too much Law and not enough Gospel</title>
	<guid>http://www.kroah.com/log/linux/lpc_2008_law_and_gospel.html</guid>
	<link>http://www.kroah.com/log/linux/lpc_2008_law_and_gospel.html</link>
	<description>&lt;p&gt;It was nice to see the large response from my
&lt;a href=&quot;http://www.kroah.com/log/linux/lpc_2008_keynote.html&quot;&gt;Linux Plumbers Conference talk&lt;/a&gt;, and there seems to be a few
common themes of questions about the talk that I figured I'd clear up
here.&lt;/p&gt;

&lt;p&gt;I have seen the video of the talk, and the video team from the Linux
Plumbers Conference is working to put it up online somewhere, hopefully
soon.  I'll link to it when it is available.&lt;/p&gt;

&lt;p&gt;First off, my numbers for the binutils development was completely
&lt;b&gt;WRONG&lt;/b&gt;.  &lt;a href=&quot;http://www.outflux.net/blog/&quot;&gt;Kees&lt;/a&gt; and I sat down and tried to figure out
exactly why I didn't count his valid contribution, and it turned out
that binutils puts a ChangeLog into each subdirectory, the top-level one
is not the summary of all of the individual parts of the project.  So I
apologize about that one, Canonical really did have one binutils patch
in the past 3 years.  Not that this really affects any of the main
points of my talk though...&lt;/p&gt;

&lt;p&gt;All of the other numbers for the other projects are still correct, from
what I can tell.  If anyone thinks I got them wrong, please let me know
and I will be glad to review them.  Feel free to review the changelog
and svn and git trees of the different projects if want to verify.&lt;/p&gt;

&lt;p&gt;One main question that I saw a lot, and was even asked about during my
talk, was &quot;what about Canonical's work on the desktop/Gnome/KDE&quot;?  I
really don't know if they have contributed a lot of effort back upstream
on these projects, that wasn't my point here.&lt;/p&gt;

&lt;p&gt;Remember, this was given at the &lt;a href=&quot;http://linuxplumbersconf.org/&quot;&gt;Linux Plumbers Conference&lt;/a&gt; a
gathering of developers of the low-level plumbing of Linux.  This wasn't
a group of desktop developers, so remember the audience that this was
addressed to please.&lt;/p&gt;

&lt;p&gt;If Canonical has contributed a lot to Gnome/KDE, that's great, I'm sure
someone will post the numbers soon to verify this.  Either way, please
remember that this was not the audience that I was addressing.&lt;/p&gt;

&lt;p&gt;I sat down with Matt the day after my talk, as he &lt;a href=&quot;http://mdzlog.wordpress.com/2008/09/20/plumbers-conference-retrospective/&quot;&gt;described&lt;/a&gt;, and
hopefully the Canonical kernel developers will work to become more of a
valid part of the community, which is what I am sincerely hopeing will
happen here.&lt;/p&gt;

&lt;p&gt;Oh, and &lt;a href=&quot;http://www.linux-foundation.org/weblogs/amanda/2008/09/19/free-riders-canonical-and-greg-kh/&quot;&gt;Amanda&lt;/a&gt;, I have given this very same kind of talk to Amazon, a
number of months ago, as well as many other companies over the past 1
1/2 years, so it's not like I am ignoring them at all.&lt;/p&gt;

&lt;p&gt;And this response brings me back to my main point of my talk, which most
people seem to have missed as they were upset at me pointing out
Canonical's lack of upstream contributions.  And that point was, and
still is:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;
&lt;img src=&quot;http://www.kernel.org/pub/linux/kernel/people/gregkh/images/lpc_2008_keynote_29.jpg&quot; alt=&quot;Developers who are not allowed to contribute to Linux, should change
jobs&quot; title=&quot;Developers who are not allowed to contribute to Linux, should change jobs &quot; /&gt;
&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;The market right now is just too good for individual developers who have
experience in writing open source software for Linux, especially the
low-level plumbing of Linux, to waste their time working for companies
who do not allow them to contribute back, if they want to.&lt;/p&gt;

&lt;p&gt;This was a developer conference.  I am a developer, talking as myself
only, and not as a representative of any company (note the total lack of
any corporate branding on my slides), to other developers who I totally
respect and want to see be as happy in their day-job as I am in mine.&lt;/p&gt;

&lt;p&gt;I would like to point out that &lt;a href=&quot;http://lwn.net/Articles/298864&quot;&gt;lwn.net's&lt;/a&gt; summary of the talk did
get this correct, which was great to see.&lt;/p&gt;

&lt;p&gt;Hopefully this helps clear things up, if not, &lt;a href=&quot;mailto:greg@kroah.com&quot;&gt;let me know&lt;/a&gt; and I'll be
glad to address it.&lt;/p&gt;</description>
	<pubDate>Mon, 22 Sep 2008 17:11:00 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: Do you know why mammoths are dead?</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_22</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_22</link>
	<description>&lt;blockquote&gt;I'm sorry, I'm not going to waste time on this if you keep acting
this dishonest; welcome to my mail filter...&lt;/blockquote&gt;

If we pretend to not know about the problem, problem comes and hits
us out of stand.

Comments (6)</description>
	<pubDate>Sun, 21 Sep 2008 22:00:22 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: Walking in Portland.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//life/2008_09_21</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//life/2008_09_21</link>
	<description>&lt;center&gt;&lt;a href=&quot;http://tservice.net.ru/~s0mbre/gallery2/main.php?g2_itemId=3444&quot;&gt;&lt;img src=&quot;http://tservice.net.ru/~s0mbre/gallery/american_flag.jpg&quot; /&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;

Actually I think I like this city much more than when just saw it.
It is small, but still alive, it has parks and river as long excellent coast to
walk at (without access to water though, since it is navigable). There are
interesting buildings and lots of places where to take a seat like restaurants,
cafes and pubs. Once heared live jazz music from the street, but was suggested to
visit Ostin: capital of the live music in the USA.&lt;br /&gt;&lt;br /&gt;

So, &lt;a href=&quot;http://tservice.net.ru/~s0mbre/gallery2/main.php?g2_itemId=3444&quot;&gt;couple of photos&lt;/a&gt;
of Portland I made (without any artistical attempts). Several KS and Plumbers photos are pending.

Comments (5)</description>
	<pubDate>Sun, 21 Sep 2008 21:00:19 +0000</pubDate>
</item>
<item>
	<title>Evgeniy Polyakov: Mark IPW2100 driver as broken in linux kernel.</title>
	<guid>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_21</guid>
	<link>http://tservice.net.ru/~s0mbre/blog//devel/other/2008_09_21</link>
	<description>Just &lt;a href=&quot;http://lkml.org/lkml/2008/9/21/51&quot;&gt;sent&lt;/a&gt; a patch to
zillions of maillist (netdev@, linux-kernel@, linux-wireless@) and
to lots of developers because of its &lt;i&gt;Fatal interrupt. Scheduling firmware restart.&lt;/i&gt;
&lt;a href=&quot;http://tservice.net.ru/~s0mbre/blog/devel/other/2009_09_16.html&quot;&gt;problem&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;

Let's see if Intel folks will do anything.&lt;br /&gt;&lt;br /&gt;

Also added couple of jokes about conspiracy theories (like bug fires because Intel
forces us to buy a new adapter by this error) to make it a little bit more flameable
and to bring attention. I really hope Intel does not do it intentionally.

Comments (3)</description>
	<pubDate>Sun, 21 Sep 2008 18:00:16 +0000</pubDate>
</item>
<item>
	<title>Jesse Barnes: back from ks/lpc...</title>
	<guid>http://virtuousgeek.org/blog/34@http://virtuousgeek.org/blog/</guid>
	<link>http://virtuousgeek.org/blog/index.php/jbarnes/2008/09/20/back_from_ks_lpc</link>
	<description>&lt;p&gt;Only to be greeted with a leak in the water main from the street to my house.  Nothing a few trips to the hardware store, some digging, gluing and clamping couldn&amp;#8217;t fix though (my patch has been holding so far at least).  Hopefully next month&amp;#8217;s water bill won&amp;#8217;t include over 20,000 gallons of leaked water&amp;#8230;&lt;/p&gt;

&lt;p&gt;But I digress.  Plumbers turned out to be a great conference.  Kristen &amp;amp; co. had some ambitious plans for the event, but they didn&amp;#8217;t disappoint.  The conference was extraordinarily informative and productive, with many of the &amp;#8220;talks&amp;#8221; being more like working sessions, where everyone shared information and fixed or solved problems on the fly.  The highlights for me were the Audio, Boot and Graphics tracks.&lt;/p&gt;

&lt;p&gt;At the Audio track I learned a lot about how ALSA works from Takashi-san; I think we all agreed that some of the ALSA bits should be pushed upstream a little more aggressively, to support new hardware and fix configuration problems.  Also I got Lennart to promise me that mixer settings would suck at least 100% less in future versions of Pulseaudio, which although better than straight ALSA is still lacking in some areas.   There was also some discussion of adding virtual output devices to the ALSA library plugin API.  I think this makes a lot of sense, since when I associate my bluetooth headset I want to be able to see it in application drop downs immediately.&lt;/p&gt;

&lt;p&gt;The Boot sequence track was interesting because we got to see a demo of Arjan &amp;amp; Auke&amp;#8217;s work to reduce boot time to 5 seconds on an Eee PC running Moblin.  Some of their work was added to Fedora and Ubuntu immediately following the talk, and if nothing else I think they&amp;#8217;ve given the distros something to shoot for.  Dave and Kyle talked a bit about initrd and startup services; hopefully we&amp;#8217;ll see some unification (mkinitrd in the kernel tree basically) sometime soon, assuming Dave makes it home.&lt;/p&gt;

&lt;p&gt;Maybe I&amp;#8217;m biased, but I thought the Graphics track the most interesting.  Dave and I started out with an update on the kernel mode setting work.  I demoed panic under X (and it worked!) and got some applause, which was nice.  Most of our time was taken up with an argument with Linus about our development process, however.  The discussion went something like this (paraphrasing here):&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Linus:&lt;/b&gt; &amp;#8220;You guys are idiots, you should have developed this incrementally and pushed it upstream a long time ago&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Us:&lt;/b&gt; &amp;#8220;No, you&amp;#8217;re a pinhead, we&amp;#8217;ve done the incremental development and this is where it took us.  We&amp;#8217;ll be pushing upstream soon now that we have APIs we can actually support.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Linus:&lt;/b&gt; &amp;#8220;No, you guys don&amp;#8217;t get it, you should have done the development like this, x, y, z&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Us:&lt;/b&gt; &amp;#8220;Oooh, we see what you mean now.  Yeah we tried that, it sucked real bad.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Linus:&lt;/b&gt; &amp;#8220;You&amp;#8217;re dumb.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Us:&lt;/b&gt; &amp;#8220;Well you&amp;#8217;re a pinhead.&amp;#8221;&lt;/p&gt;
&lt;p&gt;And then we agreed.&lt;/p&gt;

&lt;p&gt;Ultimately, after some offline conversations I think we came to the conclusion that yes, developing out of tree for as long as we have sucks, but on the other hand there aren&amp;#8217;t any great alternatives with sane kernel APIs that we can support along the way.  All of this means that we should see kernel mode setting upstream soon; even if it&amp;#8217;s not fully cooked the interfaces are in good shape so all that&amp;#8217;s left is bug fixing.&lt;/p&gt;

&lt;p&gt;The other topics we discussed were interesting too:  Carl went over what happens when you try to draw text to the screen, and all of the ways it can end up being slow (which it has done for a long time now with EXA), then Jaya talked about some of the unique aspects of E-paper graphics support.  It was a really interesting topic, with some unique problems (some of which we found solutions to on the fly during Jaya&amp;#8217;s &amp;#8220;open issues&amp;#8221; time).  Ian concluded with an overview of OpenGL 3.0 features and what it&amp;#8217;s going to take to get Mesa to support them.  All in all, good stuff and a great conference.&lt;/p&gt;

&lt;p&gt;But with all of that out of the way, it&amp;#8217;s back to the hard work of getting GEM, kernel mode setting, and GTT mapping merged, along with fixing bugs in xf86-video-intel prior to release, managing the PCI queues, and doing some power on work for an upcoming mobile platform.  No problem.&lt;/p&gt;</description>
	<pubDate>Sun, 21 Sep 2008 02:47:58 +0000</pubDate>
</item>
<item>
	<title>James Morris: Linux Plumbers Conf Impressions</title>
	<guid>http://james-morris.livejournal.com/34657.html</guid>
	<link>http://james-morris.livejournal.com/34657.html</link>
	<description>Today was the last day of the &lt;a href=&quot;http://linuxplumbersconf.org/&quot;&gt;Linux Plumbers Conference&lt;/a&gt;, which overall seems to have gone really well.  Certainly it exceeded my expectations, which were already pretty high.  In my view, the conference was distinctive in that it was totally developer-focused and collaborative, with no thinly-disguised marketing talks.&lt;br /&gt;&lt;br /&gt;The atmosphere was relaxed, and not overly structured, which allowed for a lot of useful ad-hoc discussions between developers working in different areas of the OS.  An example was Arjan's talk on achieving a &lt;a href=&quot;http://linuxplumbersconf.org/program/speakers/getspeaker.php?speaker=avandeven.txt&quot;&gt;five-second boot&lt;/a&gt;, which itself was very interesting and entertaining, but was also followed by a lunch session with a bunch of distro maintainers to work out various specifics.  It seems that a small arms race has been launched between Fedora &amp;amp; Ubuntu on who can first get the default install to a five second boot.&lt;br /&gt;&lt;br /&gt;I was interested to catch up on the latest file system developments, and caught the updates on &lt;a href=&quot;http://en.wikipedia.org/wiki/Btrfs&quot;&gt;btrfs&lt;/a&gt; and &lt;a href=&quot;http://oss.oracle.com/projects/crfs/&quot;&gt;crfs&lt;/a&gt; by their respective authors, Chris Mason &amp;amp; Zach Brown.  The disk format for btrfs will be locked in before the end of the year, according to Chris, to encourage more developers and users to start playing with it.  crfs is looking increasingly impressive as a small-scale, fast, reliable and &lt;i&gt;sane&lt;/i&gt; networked file system: I grabbed a photo of the slide comparing it with other network filesystems: &lt;br /&gt;&lt;br /&gt;&lt;center&gt;&lt;a href=&quot;http://www.flickr.com/photos/x_jamesmorris/2870741761/&quot; title=&quot;CRFS feature comparison by x_jamesmorris, on Flickr&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://farm4.static.flickr.com/3245/2870741761_c8fb51e30c.jpg&quot; width=&quot;500&quot; height=&quot;375&quot; alt=&quot;CRFS feature comparison&quot; /&gt;&lt;/a&gt;&lt;/center&gt;&lt;br /&gt;&lt;br /&gt;Other photos I took at the conference are &lt;a href=&quot;http://flickr.com/photos/x_jamesmorris/sets/72157607383272355/&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;It was really great to catch up with so many people I work with over the net, and also finally meeting some people I must have known for more than a decade but still never met in person -- possibly due to this being the first Linux conference I've attended in the US.&lt;br /&gt;&lt;br /&gt;During the closing, Kristen Accardi did a brief survey on several aspects of the conference, and it seems that virtually everyone was happy with it.  I think the conference has a bright future, as it seems to have filled a now obvious need for a place where a cross-section of mainline Linux developers can meet up specifically to solve problems.</description>
	<pubDate>Sat, 20 Sep 2008 01:22:45 +0000</pubDate>
</item>
<item>
	<title>Pavel Machek: navit is actually usable</title>
	<guid>http://pavelmachek.livejournal.com/64047.html</guid>
	<link>http://pavelmachek.livejournal.com/64047.html</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.navit-project.org/&quot;&gt;navit&lt;/a&gt; quickly approaches usable state. It can display vector map (for example openstreetmap), it can route, it can provide directions, and it can even search for place.. provided towns are properly marked with is_in=(country name). Not even Prague is marked like that :-(.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Situation with streets is even more interesting... navit assumes city/town/village has certain area (based on if it is city or town or village) and puts nearby streets into that town. I guess is_in should be an improvement there...&lt;/p&gt;&lt;/p&gt;</description>
	<pubDate>Fri, 19 Sep 2008 21:30:25 +0000</pubDate>
</item>
<item>
	<title>Matt Domsch: Use the Source, Luke!</title>
	<guid>e3197daa-ef0d-4a70-8402-29215ff9a0f2:115771</guid>
	<link>http://direct2dell.com/one2one/archive/2008/09/19/use-the-source-luke.aspx</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://fedoraproject.org&quot;&gt;Fedora&lt;/a&gt;, like quite a few Linux distributions, aims for the technical challenge of being self-hosting, that is, one should be able to recompile each of the packages in Fedora 10 using a copy of Fedora 10, and get exactly the same result.&amp;nbsp; For Open Source and Free Software developers, this is a critical feature which ensures that when someone has a program in binary form, they can be assured that the source code purporting to be that of the binary is, in fact, the same corresponding source.&lt;br /&gt;&lt;br /&gt;One challenge to self-hosting a project the size of Fedora (now with about 6200 source packages) is dealing with the interdependencies between packages.&amp;nbsp; When a major component, such as the compiler or an often-used library, upgrades to a new version, you should rebuild all packages that depend upon that major component, to ensure they continue to work.&amp;nbsp; Often, simply re-compiling or re-linking each package using the updated compiler or library is all that is needed. In some cases though, applications which once built, no longer do - bitrot has set in.&lt;br /&gt;&lt;br /&gt;For a couple years now I have been rebuilding all of the packages in the Fedora &amp;quot;rawhide&amp;quot; tree (the code that will make up the next major release), using only the code in rawhide to do so.&amp;nbsp; This tends to find bitrotting code relatively quickly, which I then report to the package owners to resolve.&amp;nbsp; I run these builds roughly monthly, striking a balance between annoying package owners with build failure reports, and timeliness of detecting such failures.&amp;nbsp; At the far end of the spectrum, &lt;a href=&quot;https://build.opensuse.org/&quot;&gt;openSUSE's build service&lt;/a&gt; cleverly rebuilds all packages &amp;quot;higher&amp;quot; in the dependency chain whenever a component &amp;quot;lower&amp;quot; in the chain is modified.&lt;br /&gt;&lt;br /&gt;Borrowing a page from &lt;a href=&quot;http://en.wikipedia.org/wiki/FTBFS&quot;&gt;Debian's playbook&lt;/a&gt;, &amp;quot;Fails To Build From Source&amp;quot; &lt;a href=&quot;http://fedoraproject.org/wiki/FTBFS&quot;&gt;(FTBFS) bugs&lt;/a&gt; are considered serious in Fedora as well.&amp;nbsp; When GCC 4.3 landed in rawhide back in early 2008, about 560 packages no longer built, and needed review and fixups.&amp;nbsp; As of this week, all but 4 have been resolved, the rest are pretty tricky and are being actively worked.&amp;nbsp; Thank you to all the Fedora packagers for fixing these up!&lt;/p&gt;
&lt;p&gt;So, now it's time for the &lt;a href=&quot;http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/i386/00-stats.txt&quot;&gt;next pass&lt;/a&gt;.&amp;nbsp; Several changes to rpmbuild have been made recently, including disallowing patches to be applied with fuzz (126 packages tripped by this), and automatically building python egg-info content which must be included in the package.&lt;/p&gt;
&lt;p&gt;For all packages failing due to patch fuzz, now is a good time to review what the latest version your upstream developers have released, verify that the patch is still necessary, and send the patch upstream ASAP if it hasn't already been applied upstream.&lt;/p&gt;</description>
	<pubDate>Fri, 19 Sep 2008 14:54:00 +0000</pubDate>
</item>
<item>
	<title>Jaya Kumar: Long road home</title>
	<guid>tag:blogger.com,1999:blog-16880836.post-7301402659205190381</guid>
	<link>http://highlycomposite2.blogspot.com/2008/09/long-road-home.html</link>
	<description>Ok, so that was the end of the Linux plumbers conference. Really interesting. I think I've gotten a bunch of info and ideas that'll be key to solving various problems I have encountered. Wow, I can't believe how fast the past 4 days have disappeared. Time to crash because I stayed up all night writing slides...</description>
	<pubDate>Fri, 19 Sep 2008 15:44:34 +0000</pubDate>
</item>
<item>
	<title>Rik van Riel: Banning short sales?</title>
	<guid>http://surriel.com/18 at http://surriel.com</guid>
	<link>http://surriel.com/node/18</link>
	<description>&lt;p&gt;Just when investors and financial journalists are asking themselves &quot;Can't SEC chairman Christopher Cox do anything right?&quot;, he answers the question by proposing &lt;