<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>linux kernel monkey log   </title>
    <link>http://www.kroah.com/log</link>
    <description>Greg K-H's stuff.</description>
    <language>en</language>

<item>
<title>Linux Driver Project Status Report as of June 2009</title>
<link>http://www.kroah.com/log/linux/linux_driver_project_status-2009-06.html</link>
<pubDate>Thu, 04 Jun 2009 20:14:00 GMT</pubDate>
<description>&lt;p&gt;This is a status report for the &lt;a href=&quot;http://www.linuxdriverproject.org/&quot;&gt;Linux Driver Project&lt;/a&gt; as of June 2009,
describing what has happened in the past year of work.  It was originally
posted on the Linux Driver Project developer mailing list.&lt;/p&gt;

&lt;p&gt;&lt;p&gt;&lt;a href=&quot;http://www.kroah.com/log/linux/linux_driver_project_status-2009-06.html?seemore=y&quot; class=&quot;seemore&quot;&gt;See more ...&lt;/a&gt;&lt;/p&gt;

</description>
</item>

<item>
<title>Loving the 'droid</title>
<link>http://www.kroah.com/log/linux/android-in-the-kernel-tree.html</link>
<pubDate>Tue, 24 Mar 2009 23:57:00 GMT</pubDate>
<description>&lt;p&gt;The 2.6.29 kernel release &lt;a href=&quot;http://lwn.net/Articles/325047/&quot;&gt;is now out&lt;/a&gt;, and if you look closely,
there are a number of drivers for the Android platform merged in,
starting with &lt;a href=&quot;http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6dc9c9e8b0b51abd9a332f5f4767df729848d579&quot;&gt;this patch&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Yes, there's still a lot to go, like cleaning up the user/kernel
interfaces, and prodding the core Android developers to start working
upstream more, which they have already started to do.  It's a great
start, and one that I hope will succeed overall, as it really is a nice
system to develop for, and one the phone manufacturers have been asking
for from the Linux community, for years.&lt;/p&gt;

&lt;p&gt;And besides, how can you not like such a cute robot:
&lt;center&gt;
&lt;img src=&quot;/log/images/android.jpg&quot; alt=&quot;android and penguins&quot; title=&quot;Android and Penguins&quot; /&gt;
&lt;/center&gt;&lt;/p&gt;
</description>
</item>

<item>
<title>The Linux Staging Tree, what it is and is not</title>
<link>http://www.kroah.com/log/linux/linux-staging-update.html</link>
<pubDate>Wed, 18 Mar 2009 18:42:00 GMT</pubDate>
<description>&lt;p&gt;It's been many months since the Linux Kernel developers conference, where the
linux-staging tree was discussed and role changed.  It turns out that people
are still a bit confused as to what the staging tree is for, and how it works.&lt;/p&gt;

&lt;p&gt;So here's a short summary, I'm not going into the history or background here,
that's a much longer writeup that I'd be glad to do if people are interested.&lt;/p&gt;

&lt;h2&gt;The Linux Staging Tree, what it is and is not.&lt;/h2&gt;

&lt;h3&gt;What the Linux Staging tree is&lt;/h3&gt;

&lt;p&gt;The Linux Staging tree (or just &quot;staging&quot; from now on) is used to hold
stand-alone drivers and filesystems that are not ready to be merged into the
main portion of the Linux kernel tree at this point in time for various
technical reasons.  It is contained within the main Linux kernel tree so that
users can get access to the drivers much easier than before, and to provide a
common place for the development to happen, resolving the &quot;hundreds of
different download sites&quot; problem that most out-of-tree drivers have had in
the past.&lt;/p&gt;

&lt;h3&gt;What the Linux Staging tree is not&lt;/h3&gt;

&lt;p&gt;The staging tree is not a place to dump code and run away, hoping that someone
else will to the cleanup work for you.  While there are developers available
and willing to do this kind of work, you need to get them to agree to
&quot;babysit&quot; the code in order for it to be accepted.&lt;/p&gt;

&lt;h3&gt;Location and Development&lt;/h3&gt;

&lt;p&gt;The staging tree is now contained within the main Linux kernel source tree
at the location drivers/staging/.  All development happens within the main
kernel source tree, like any other subsystem within the kernel.  This means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;a href=&quot;http://linux.f-seidel.de/linux-next/pmwiki/&quot;&gt;linux-next&lt;/a&gt; tree contains the latest version of the staging tree,
with bugfixes that are about to be merged into Linus's tree, as well
as the patches that are to be merged into the next major kernel
release.&lt;/li&gt;
&lt;li&gt;If you wish to do work on the staging tree, checkout the linux-next
tree and send patches based on that.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Runtime&lt;/h3&gt;

&lt;p&gt;When code from the staging tree is loaded in the kernel, a warning message
will be printed to the kernel log saying:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;MODULE_NAME: module is from the staging directory, the quality is unknown, you have been warned.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;and the kernel will be tainted with the TAINT_CRAP flag.  This flag shows up
in any kernel oops that might be produced after the driver has been loaded.&lt;/p&gt;

&lt;p&gt;Note, most kernel developers have expressed the warning that they will not
work on bugs for when this taint flag has happened, so if you run into a
kernel problem after loading such a module, please work to reproduce the
issue without a staging module loaded in order to be able to get help from
the community.&lt;/p&gt;

&lt;p&gt;If anyone has any questions that this summary doesn't answer, please 
&lt;a href=&quot;mailto:greg@kroah.com&quot;&gt;let me know&lt;/a&gt;.&lt;/p&gt;
</description>
</item>

<item>
<title>I write too much email</title>
<link>http://www.kroah.com/log/linux/email_summary_2008.html</link>
<pubDate>Sat, 17 Jan 2009 07:55:00 GMT</pubDate>
<description>&lt;p&gt;A few years ago, when one of my kids was asked what their dad did for work,
they replied, &quot;Sit in the basement and write email.&quot;&lt;/p&gt;

&lt;p&gt;It's not that far from the truth.&lt;/p&gt;

&lt;p&gt;I looked back at my mail server logs for 2008 to see just how much email I did
write.  For 2008, it turned out that I wrote &lt;b&gt;19057&lt;/b&gt; unique emails.&lt;/p&gt;

&lt;p&gt;Yes, that's an average of about 52 emails a day, and no, that is not a number
of individual recipients (one email sent to three people was counted as one
email, not three.)&lt;/p&gt;

&lt;p&gt;I do send out a lot of patches for review (for &lt;a href=&quot;http://lkml.org/lkml/2009/1/15/406&quot;&gt;-stable&lt;/a&gt; trees, and
for when &lt;a href=&quot;http://lkml.org/lkml/2008/1/25/32&quot;&gt;patches get sent to Linus&lt;/a&gt; for inclusion in the main kernel tree), and
I also send out a bunch of &quot;Now that you got a patch into the Linux kernel, we
were wondering who you work for&quot;, type emails to help &lt;a href=&quot;http://lwn.net/Articles/312074/&quot;&gt;lwn.net with their
statistic gathering&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;But that doesn't justify the numbers overall, I just think I have a bad habit.&lt;/p&gt;

&lt;p&gt;Here's a breakdown of emails sent by the time of day for the whole year:&lt;/p&gt;

&lt;p&gt;&lt;center&gt;
&lt;img src=&quot;/log/images/2008_emails_per_hour_small.png&quot; alt=&quot;emails per hour&quot; title=&quot;emails per hour&quot; /&gt;
&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;You can pretty clearly see when I go eat dinner and then switch over to using
my laptop in the evening (time zone is local time of the day.)&lt;/p&gt;

&lt;p&gt;When I tried to graph per day, you can kind of see lower numbers on the
weekends if you squint:
&lt;center&gt;
&lt;img src=&quot;/log/images/2008_emails_per_day_small.png&quot; alt=&quot;emails per hour&quot; title=&quot;emails per hour&quot; /&gt;
&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;I guess it's no wonder that Google thinks my email address is a spam-bot and
refuses to let me sign up for any google groups with it.  I think it is trying
to tell me to cut down on my output or something.&lt;/p&gt;

&lt;p&gt;Clearly I need help...&lt;/p&gt;
</description>
</item>

<item>
<title>bti: tweets from the command line</title>
<link>http://www.kroah.com/log/linux/bti.html</link>
<pubDate>Wed, 22 Oct 2008 18:45:00 GMT</pubDate>
<description>&lt;p&gt;&lt;a href=&quot;http://www.kroah.com/log/diary/2008_04_14.html&quot;&gt;A while ago&lt;/a&gt; I talked about piping all of my bash commands to
twitter.com.  I've kind of stopped doing that now, after I maxed out at over
14000 updates in about 2 weeks, but it was fun while it lasted.&lt;/p&gt;

&lt;p&gt;But in order to do this kind of thing nicely, I ended up writing a command
line program to make it easier.  Some people have noticed it at times, by
poking around in my &lt;a href=&quot;http://www.kernel.org/pub/linux/kernel/people/gregkh/&quot;&gt;kernel.org home directory&lt;/a&gt;, so I might as well
announce the thing publicly.&lt;/p&gt;

&lt;p&gt;So, consider this an announcement of the tool, &lt;b&gt;bti&lt;/b&gt;.  It allows you to
send tweets to twitter.com or &lt;a href=&quot;http://www.identi.ca/&quot;&gt;identi.ca&lt;/a&gt; directly from the command
line from any Linux machine.  It probably works on other systems as well, but
you will have to tweak the Makefile yourself.&lt;/p&gt;

&lt;p&gt;The latest version can always be found &lt;a href=&quot;http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The development for the tool is done in &lt;a href=&quot;http://git.or.cz/&quot;&gt;git&lt;/a&gt;, and the tree can be found
on the ever-awesome &lt;a href=&quot;http://www.github.com/&quot;&gt;github.com&lt;/a&gt; in &lt;a href=&quot;http://github.com/gregkh/bti/&quot;&gt;this repository&lt;/a&gt;.&lt;/p&gt;
</description>
</item>

<item>
<title>avi to ogg?</title>
<link>http://www.kroah.com/log/diary/2008_09_24.html</link>
<pubDate>Wed, 24 Sep 2008 15:17:00 GMT</pubDate>
<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>
</item>

<item>
<title>Linux Plumbers Conference 2008 Keynote</title>
<link>http://www.kroah.com/log/linux/lpc_2008_keynote_video.html</link>
<pubDate>Tue, 23 Sep 2008 21:42:00 GMT</pubDate>
<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>
</item>

<item>
<title>Too much Law and not enough Gospel</title>
<link>http://www.kroah.com/log/linux/lpc_2008_law_and_gospel.html</link>
<pubDate>Mon, 22 Sep 2008 17:11:00 GMT</pubDate>
<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>
</item>

<item>
<title>Linux Plumbers Conference 2008 Keynote</title>
<link>http://www.kroah.com/log/linux/lpc_2008_keynote.html</link>
<pubDate>Thu, 18 Sep 2008 05:44:00 GMT</pubDate>
<description>&lt;p&gt;I was honored to give the opening keynote of the first Linux Plumbers
Conference this year in Portland, Oregon.  Here's the slides and text of
my talk (well, the text is what I intended to say, the actual words that
came out probably sounded a bit different.)&lt;/p&gt;

&lt;p&gt;I'll comment later on a few things that I've noticed people &lt;a href=&quot;http://lwn.net/Articles/298864&quot;&gt;bringing
up&lt;/a&gt;, but I figured it would be good to get the text and slides out
for everyone to be able to see first.&lt;/p&gt;

&lt;p&gt;The talk was recorded, and I'll provide a link to it when it is
available so you can compare it to what I have below.&lt;/p&gt;

&lt;p&gt;If you want to link directly to this talk, please use &lt;a href=&quot;http://www.kroah.com/log/linux/lpc_2008_keynote.html&quot;&gt;this link&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Update&lt;/b&gt;:  I've responded to some of the response about this talk
&lt;a href=&quot;http://www.kroah.com/log/linux/lpc_2008_law_and_gospel.html&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Update 2&lt;/b&gt;: The video has now been &lt;a href=&quot;http://video.google.com/videoplay?docid=3385088017824733336&quot;&gt;published on Google Video&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;p&gt;&lt;a href=&quot;http://www.kroah.com/log/linux/lpc_2008_keynote.html?seemore=y&quot; class=&quot;seemore&quot;&gt;See more ...&lt;/a&gt;&lt;/p&gt;

</description>
</item>

<item>
<title>Position Statement on Linux Kernel Modules</title>
<link>http://www.kroah.com/log/linux/lkm_position_statement.html</link>
<pubDate>Mon, 23 Jun 2008 04:59:00 GMT</pubDate>
<description>&lt;p&gt;As part of the Linux Foundation Technical board, we confront the issue
of closed source Linux kernel modules all the time, and we wanted to do
something that could be seen as a general &quot;public statement&quot; about them
that is easy to understand and point to when people have questions.&lt;/p&gt;

&lt;p&gt;So, after working on this for a while, and asking some of the other
major contributors and maintainers of the kernel, what we have is below.&lt;/p&gt;

&lt;p&gt;There is also a &lt;a href=&quot;http://www.linuxfoundation.org/en/Device_driver_statement&quot;&gt;site&lt;/a&gt; that contains a link to a statement from
the Linux Foundation about this topic, as well as some more descriptions
and background information, and a copy of the full statement as well.&lt;/p&gt;

&lt;p&gt;I've also put a pretty pdf version &lt;a href=&quot;http://www.kernel.org/pub/linux/kernel/people/gregkh/lkm_position_statement/lkm_pos_statement.pdf&quot;&gt;here&lt;/a&gt;
in case people want to print it out.&lt;/p&gt;

&lt;p&gt;If there are any kernel developers who want to add their names to this
statement, please let me know by private email and I will be glad to add
it.&lt;/p&gt;

&lt;p&gt;&lt;p&gt;&lt;a href=&quot;http://www.kroah.com/log/linux/lkm_position_statement.html?seemore=y&quot; class=&quot;seemore&quot;&gt;See more ...&lt;/a&gt;&lt;/p&gt;

</description>
</item>

<item>
<title>Linux Plumbers Conference 2008</title>
<link>http://www.kroah.com/log/diary/2008_06_18.html</link>
<pubDate>Thu, 19 Jun 2008 00:29:00 GMT</pubDate>
<description>&lt;p&gt;The &lt;a href=&quot;http://www.linuxplumbersconf.org/&quot;&gt;Linux Plumbers Conference&lt;/a&gt; has announced that &lt;a href=&quot;http://www.linuxplumbersconf.org/register/&quot;&gt;registration is now
open&lt;/a&gt;, and the &lt;a href=&quot;http://www.linuxplumbersconf.org/cfp/&quot;&gt;call for papers&lt;/a&gt; has also gone out.&lt;/p&gt;

&lt;p&gt;This conference was created by a bunch of Linux people living in Portland,
Oregon with the goal of having a technical conference in the US that deals
with the low-level &quot;plumbing&quot; issues relating to the whole Linux system.  This
includes the kernel, udev, HAL, dbus, xorg, pulse audio, and other related
things.&lt;/p&gt;

&lt;p&gt;It's a non-profit conference, with all of the money raised for it from
registration fees and sponserships going directly into the conference itself
to try to provide a good experience.&lt;/p&gt;

&lt;p&gt;I'm running one of the &lt;a href=&quot;http://www.linuxplumbersconf.org/program/microconfs/&quot;&gt;&quot;microconference&quot; tracks&lt;/a&gt; dealing with the fun
around the Linux kernel/userspace interface issues.  If you are interested in
presenting a talk about this issue, be sure to let me know.&lt;/p&gt;
</description>
</item>

<item>
<title>Linux kernel development talk</title>
<link>http://www.kroah.com/log/linux/googletechtalk.html</link>
<pubDate>Wed, 11 Jun 2008 23:31:00 GMT</pubDate>
<description>&lt;p&gt;Ever since my talk at OLS last year about the &lt;a href=&quot;http://ols.108.redhat.com/2007/Reprints/kroah-hartman-Reprint.pdf&quot;&gt;Linux kernel development
community and the companies involved&lt;/a&gt;, I've been traveling around,
giving the talk in one form or another to lots of different companies and
community groups.&lt;/p&gt;

&lt;p&gt;Last week I gave the talk at Google, and they kindly recorded it and &lt;a href=&quot;http://www.youtube.com/watch?v=L2SED6sewRw&quot;&gt;put it up
for everyone to see&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;So, if you're curious about the current state of the Linux kernel when it
comes to how fast it is going, who is doing the work, who is sponsoring the
work, and why that matters to your company, sit back and enjoy the talk.&lt;/p&gt;

&lt;p&gt;Oh, the slides are &lt;a href=&quot;http://www.kernel.org/pub/linux/kernel/people/gregkh/talks/kernel_devel-google-2008-06-05.pdf&quot;&gt;right here&lt;/a&gt; if you really want to see them.
Without the context of the talk they really don't mean that much, but
people seem to always want to see them.&lt;/p&gt;

&lt;p&gt;I also did an interview for &lt;a href=&quot;http://www.linux-magazin.de/&quot;&gt;linux-magazin.de&lt;/a&gt; a month or so ago, and
that is also &lt;a href=&quot;http://www.linux-magazin.de/news/video_greg_kroah_hartman_ueber_hardwarehersteller_und_rocket_launcher&quot;&gt;online now&lt;/a&gt; as well.&lt;/p&gt;

&lt;p&gt;Maybe now I will no longer have to travel around so much...&lt;/p&gt;
</description>
</item>

<item>
<title>linux-staging kernel tree</title>
<link>http://www.kroah.com/log/linux/linux-staging.html</link>
<pubDate>Tue, 10 Jun 2008 20:16:00 GMT</pubDate>
<description>&lt;p&gt;Yes, yet-another-linux-kernel-patch-set.&lt;/p&gt;

&lt;p&gt;This one is for code that is good enough to build and run, but not good enough
to get merged into the main kernel.org tree just yet.&lt;/p&gt;

&lt;p&gt;See the &lt;a href=&quot;http://lkml.org/lkml/2008/6/10/329&quot;&gt;announcement&lt;/a&gt; for more details if you are interested in
adding patches to this tree, or in finding new kernel projects to work on.&lt;/p&gt;
</description>
</item>

<item>
<title>what I am doing, RIGHT NOW</title>
<link>http://www.kroah.com/log/diary/2008_04_14.html</link>
<pubDate>Wed, 14 May 2008 21:14:00 GMT</pubDate>
<description>&lt;p&gt;I've been watching &lt;a href=&quot;http://twitter.com/&quot;&gt;twitter&lt;/a&gt; for a while now, amused at the
ability for it to keep people appraised of what you are doing at the
moment, if they really care.  I didn't think it was really worth it.&lt;/p&gt;

&lt;p&gt;Until I read &lt;a href=&quot;http://blog.unixdaemon.net/cgi-bin/blosxom.pl/geekstuff/twitter_and_bash_bad_ideas.html&quot;&gt;this post&lt;/a&gt; last night which was linked off of some
site that I forgot (probably &lt;a href=&quot;http://reddit.com&quot;&gt;reddit&lt;/a&gt; but I did think it was
from the every wonderful &lt;a href=&quot;http://anarchaia.org/&quot;&gt;Arachaia&lt;/a&gt;, which if you are a
programmer, you should be paying attention to.)&lt;/p&gt;

&lt;p&gt;I just couldn't resist...&lt;/p&gt;

&lt;p&gt;So, if you want to see what I am doing, RIGHT NOW (well what I just did,
it waits for the command to complete before sending it off to twitter),
you can follow along &lt;a href=&quot;http://twitter.com/gregkh/&quot;&gt;right here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I'm only enabling it on a few of my terminal windows for now, watching
me constantly run mutt and offlineimap would get a bit boring.&lt;/p&gt;

&lt;p&gt;I wonder how long it's going to be before I type in my password
accidentally to this thing.  Or until twitter bans me.  Any odds on
which is going to happen first?&lt;/p&gt;

&lt;p&gt;I pity anyone who subscribes to this twit feed, they are going to start
hating me very quickly, like the &lt;a href=&quot;http://www.twitterlocal.net/show/portland%2C+or/5&quot;&gt;Portland, Oregon local feed&lt;/a&gt; already
has...&lt;/p&gt;
</description>
</item>

<item>
<title>Linux Driver Project Status Report as of April 2008</title>
<link>http://www.kroah.com/log/linux/linux_driver_project_status-2008-04.html</link>
<pubDate>Mon, 07 Apr 2008 21:52:00 GMT</pubDate>
<description>&lt;p&gt;This is a status report for the &lt;a href=&quot;http://www.linuxdriverproject.org/&quot;&gt;Linux Driver Project&lt;/a&gt; as of April 2008,
describing what has happened in the past year of work.  It was originally
posted on the developer mailing list.&lt;/p&gt;

&lt;p&gt;&lt;p&gt;&lt;a href=&quot;http://www.kroah.com/log/linux/linux_driver_project_status-2008-04.html?seemore=y&quot; class=&quot;seemore&quot;&gt;See more ...&lt;/a&gt;&lt;/p&gt;

</description>
</item>

  </channel>
</rss>