[Lunar-commits] r26211 - moonbase/trunk/kernel/linux-2.6

Auke Kok sofar at lunar-linux.org
Mon Oct 15 19:11:57 CEST 2007


Author: sofar
Date: 2007-10-15 19:11:57 +0200 (Mon, 15 Oct 2007)
New Revision: 26211

Modified:
   moonbase/trunk/kernel/linux-2.6/DETAILS
Log:
This version includes the new and shiny CFS process scheduler, a simpler
read-ahead mechanism, the lguest Linux-on-Linux paravirtualization
hypervisor, XEN guest support, KVM smp guest support, and variable
process argument length. SLUB is now the default slab allocator, there
is SELinux protection for exploiting null dereferences using mmap, XFS
and ext4 improvements, PPP over L2TP support. Also the lumpy reclaim
algorithm, a userspace driver framework, the O_CLOEXEC file descriptor
flag, splice improvements, a new fallocate() syscall, lock statistics,
support for multiqueue network devices, various new drivers, and many
other minor features and fixes.


From:  jkirsher at tarbal.com


Modified: moonbase/trunk/kernel/linux-2.6/DETAILS
===================================================================
--- moonbase/trunk/kernel/linux-2.6/DETAILS	2007-10-15 11:57:41 UTC (rev 26210)
+++ moonbase/trunk/kernel/linux-2.6/DETAILS	2007-10-15 17:11:57 UTC (rev 26211)
@@ -1,18 +1,18 @@
           MODULE=linux-2.6
-         VERSION=2.6.22.10
+         VERSION=2.6.23
             BASE=$(echo $VERSION | cut -d. -f1,2,3)
           SOURCE=linux-${BASE}.tar.bz2
-         SOURCE2=patch-${VERSION}.bz2
+#         SOURCE2=patch-${VERSION}.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/linux-$VERSION
    SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
    SOURCE_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
-  SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
-  SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
-      SOURCE_VFY=sha1:39401f195a618f397312d6d84ff9aebe28d99381
-     SOURCE2_VFY=sha1:3fe850b1e78375c7a3158a874b7f9d5288dafa05
+#  SOURCE2_URL[0]=$KERNEL_URL/pub/linux/kernel/v2.6/
+#  SOURCE2_URL[1]=http://www.kernel.org/pub/linux/kernel/v2.6/
+      SOURCE_VFY=sha1:3a186adf13e44415796ab6381aa8979b16a5d5ca
+#     SOURCE2_VFY=sha1:3fe850b1e78375c7a3158a874b7f9d5288dafa05
         WEB_SITE=http://www.kernel.org
          ENTERED=20041019
-         UPDATED=20070928
+         UPDATED=20071012
            SHORT="The core of a Linux GNU Operating System"
      KEEP_SOURCE=on
            TMPFS=off



More information about the Lunar-commits mailing list