public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ketchup+rt with ktimers added.
@ 2005-10-17  7:38 Steven Rostedt
  2005-10-17 21:39 ` Matt Mackall
  0 siblings, 1 reply; 20+ messages in thread
From: Steven Rostedt @ 2005-10-17  7:38 UTC (permalink / raw)
  To: linux-kernel
  Cc: Michal Schmidt, Esben Nielsen, Ingo Molnar, Thomas Gleixner,
	Matt Mackall


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":

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2005-10-30 19:58 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-17  7:38 ketchup+rt with ktimers added Steven Rostedt
2005-10-17 21:39 ` Matt Mackall
2005-10-18  6:20   ` Steven Rostedt
2005-10-18  6:30     ` Matt Mackall
2005-10-18  6:45       ` Steven Rostedt
2005-10-18  7:29         ` Matt Mackall
2005-10-28 12:54           ` [ketchup] patch to allow for moving of .gitignore in 2.6.14 Steven Rostedt
2005-10-28 13:35             ` [ketchup] patch to alt urls for local trees Steven Rostedt
2005-10-28 17:00               ` Matt Mackall
2005-10-28 20:46                 ` Steven Rostedt
2005-10-30 19:53                   ` Matt Mackall
2005-10-28 14:49             ` [ketchup] patch to allow for moving of .gitignore in 2.6.14 Steven Rostedt
2005-10-29 21:06             ` Steven Rostedt
2005-10-29 21:06               ` Matt Mackall
2005-10-29 23:56                 ` Steven Rostedt
2005-10-30  1:19               ` David Weinehall
2005-10-30  2:10                 ` Steven Rostedt
2005-10-30  3:48                 ` Steven Rostedt
2005-10-30  6:56                   ` Patrick McFarland
2005-10-30 17:59                   ` Matt Mackall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox