ketchup+rt with ktimers added.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Here's another update patch to ketchup based on Michal Schmidts patched
version of Matt Mackall's ketchup at
http://www.uamt.feec.vutbr.cz/rizeni/pom/ketchup-0.9+rt
This patch adds Thomas Gleixner's ktimers (both base kt and HRT versions).

Since the base version of Michal Schmidt's ketchup-0.9+rt didn't include
Esben Nielsen's addition of handling Ingo's older kernels, I again
included it with this patch.

-- Steve

--- ketchup-0.9+rt	2005-08-16 08:25:40.000000000 -0400
+++ ketchup	2005-10-17 03:09:53.000000000 -0400
@@ -311,7 +311,15 @@
     '2.6-rt': (latest_dir,
                 "http://people.redhat.com/mingo/realtime-preempt/patch-%(full)s",
 		r'patch-(2.6.*?)',
-		0, "Ingo Molnar's realtime-preempt kernel")
+		0, "Ingo Molnar's realtime-preempt kernel"),
+    '2.6-kt': (latest_dir,
+                "http://www.tglx.de/projects/ktimers/patch-%(full)s.patch",
+		r'patch-(2.6.*?)',
+		0, "Thomas Gleixner's ktimers."),
+    '2.6-kthrt': (latest_dir,
+                "http://www.tglx.de/projects/ktimers/patch-%(full)s.patch",
+		r'patch-(2.6.*?)',
+		0, "Thomas Gleixner's ktimers and HRT patches.")
     }

 def version_url(ver, sign = 0):
@@ -363,6 +371,7 @@

     # the jgarzik memorial hack
     url2 = re.sub("/snapshots/", "/snapshots/old/", url)
+    url2 = re.sub("/realtime-preempt/", "/realtime-preempt/older/", url2)
     if url2 != url:
         if download(url2, file): return file
         if url2[-4:] == ".bz2":
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux