summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2011-06-10 11:05:44 +0200
committerManuel Traut <manut@mecka.net>2011-06-10 11:05:44 +0200
commit00d0e84b11b78e4753c6683cd2fc5de4a5f59373 (patch)
tree7c528a474a42e9987f096792acaa221b046ed7eb
parent11996582f3b4189e071025a92c0264d57a3cd526 (diff)
lwn.net update
Signed-off-by: Manuel Traut <manut@mecka.net>
-rw-r--r--index.txt63
1 files changed, 63 insertions, 0 deletions
diff --git a/index.txt b/index.txt
index 89b4f98..2af3f45 100644
--- a/index.txt
+++ b/index.txt
@@ -3,6 +3,69 @@ Linux Kernelprogrammierung
LWN - summary:
==============
+09.06.2011:
+^^^^^^^^^^^
+
+The current development kernel is 3.0-rc1, released on May 29. Linus said:
+
+So what are the big changes? NOTHING. Absolutely nothing. Sure, we have the
+usual two thirds driver changes, and a lot of random fixes, but the point is
+that 3.0 is *just* about renumbering, we are very much *not* doing a KDE-4 or a
+Gnome-3 here. No breakage, no special scary new features, nothing at all like
+that. We've been doing time-based releases for many years now, this is in no way
+about features. If you want an excuse for the renumbering, you really should
+look at the time-based one ('20 years') instead.
+
+--
+
+With the -rc1 release, Linus tagged the kernel "3.0.0" (with a new name of
+"Sneaky Weasel"). His stated intent is to drop the last digit during the
+stabilization period so that the final kernel would be just "3.0", but that
+depends on getting various user-space scripts fixed. Either way, the stable
+updates that most people will actually run will start with 3.0.1.
+
+--
+
+The current development kernel is 3.0-rc2, released on June 6. "It's been
+reasonably quiet, although the btrfs update is bigger than I was hoping for.
+Other than that, it's mostly driver fixes, some ubifs updates too, and a few
+reverts for the early regressions." The short changelog is in the announcement,
+or see the full changelog for the details.
+
+
+Quotes of the week
+^^^^^^^^^^^^^^^^^^
+Bugs are like mushrooms - found one, look around for more...
+-- Al Viro
+
+Some of the changes:
+^^^^^^^^^^^^^^^^^^^^
+- It is now possible to move all threads in a group into a control group at once
+using the cgroup.procs control file.
+
+- The Blackfin architecture has gained perf events support.
+
+- Network: GPIO-controlled RF-kill switches.
+
+- at91-isi support:
+
+ This patch is to enable Atmel Image Sensor Interface (ISI) driver support.
+ - Using soc-camera framework with videobuf2 dma-contig allocator
+ - Supporting video streaming of YUV packed format
+ - Tested on AT91SAM9M10G45-EK with OV2640
+
+Around the kernel:
+^^^^^^^^^^^^^^^^^^
+- The Linux Test Project has been released for MAY 2011.
+ http://ltp.sourceforge.net
+
+- new version of module-init-tools
+
+ Amongst other things, this release includes documentation cleanups, and a new
+ release process automation driven by git, gpg, and scp (thanks to Mike
+ Frysinger for the suggestion that this get cleaned up).
+
+
27.05.2011:
^^^^^^^^^^^