summaryrefslogtreecommitdiffstats
path: root/kprobes-status.html
blob: 8dd15ea480aff03c4833155119c06c4ca4650749 (plain) (blame)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>SystemTap Page</title> <style type="text/css"> body { font-family : Helvetica, Arial, sans-serif ; margin : 0em; } a { color : #000000; } a:hover { text-decoration : underline; background : #eeeeee;} h1 { font-size: 18px; } pre { margin-left: 20px; } div#footer {position: absolute; width: 100%; top: 0; left: 0; top: auto; bottom: 0; font-size: 10pt; background: #eee; color: #111; text-align: center; line-height:150%;} td#missing {text-align: center; background: red;} td#designing {text-align: center; background: yellow;} td#mm {text-align: center; background: #0f0;} td#mainlined {text-align: center; background: #0a0;} </style> </head> <body> <div style="background-color:#cc0000; color: #f5f5f5; width: 100%; font-size: 25px; padding: 10px 0px 10px 0px; font-weight: bold; ">kprobes status </div> <div style="margin: 10px;"> <table border="1"> <tr><td colspan="6"><br><center><i>present needs</i></center><br></td></tr> <tr><th>feature</th> <th>x86</th> <th>x86-64</th> <th>ia64</th> <th>sparc64</th> <th>ppc64</th> <!-- If adding new architectures, check/update colspan= attributes below --> </tr> <!-- In each cell indicate the current state of the feature (like if it is  mainlined, baking in mm, being actively worked, or basically missing  in action. Also include a link to the bugzilla entry for the feature.  If the feature has been mainlined (i.e. it has been accepted into Linus' tree, then use <td id="mainlined"> ... </td>, and indicate which release the feature landed in.  If the feature is currently being reviewed/tested in the mm tree, then  use <td id="mm"> ... </td>, and indicate which mm patch the feature is current.  If the features is actively being worked on, but has not made it into an MM tree yet, use <td id="designing"> ... </td> and give a hint on the state of the work.  If there is no known work happening for the feature, then use <td id="missing"> No active work</td> --> <tr><td>kprobes/jprobes</td> <td id="mainlined">Main-lined in <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.10.tar.bz2">2.6.10</a></td> <td id="mainlined">Main-lined in <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.bz2">2.6.11</a></td> <td id="mm">Baking in <a href="http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc6/2.6.12-rc6-mm1/">2.6.12-rc6-mm1</a><br>(medium well done)</td> <td id="mainlined">Main-lined in <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.bz2">2.6.11</a></td> <td id="mainlined">Main-lined in <a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.tar.bz2">2.6.11</a></td> </tr> <tr><td>return probes</td> <td id="mm">Baking in <a href="http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc6/2.6.12-rc6-mm1/">2.6.12-rc6-mm1</a>(<a href="/bugzilla/show_bug.cgi?id=891">bz 891</a>)<br>(rare)</td> <td id="mm">Baking in <a href="http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc6/2.6.12-rc6-mm1/">2.6.12-rc6-mm1</a>(<a href="/bugzilla/show_bug.cgi?id=928">bz 928</a>)<br>(rare)</td> <td id="designing">Patches submitted to LKML for 2.6.12-rc6-mm1</td> <td id="missing">No active work</td> <td id="designing">Patches submitted to LKML for 2.6.12-rc6-mm1 (<a href="http://sources.redhat.com/bugzilla/show_bug.cgi?id=1011">bz 1011</a>)</td> </tr> <tr><td>reentrancy</td> <td colspan="5" id="mm">Baking in <a href="http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc6/2.6.12-rc6-mm1/">2.6.12-rc6-mm1</a><br>(well done)<br>(<a href="/bugzilla/show_bug.cgi?id=929">bz 929</a>)</td> </tr> <tr><td>colocated (multiple)</td> <td id="mainlined">Main-lined in <a href="http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.12-rc4.tar.bz2">2.6.12-rc4</a></td> <td id="mainlined">Main-lined in <a href="http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.12-rc4.tar.bz2">2.6.12-rc4</a></td> <td id="mm">Baking in <a href="http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc6/2.6.12-rc6-mm1/">2.6.12-rc6-mm1</a><br>(medium well done)</td> <td id="mainlined">Main-lined in <a href="http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.12-rc4.tar.bz2">2.6.12-rc4</a></td> <td id="mainlined">Main-lined in <a href="http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.12-rc4.tar.bz2">2.6.12-rc4</a><br>(lingering bug in <a href="/bugzilla/show_bug.cgi?id=892">bz 892</a>)</td> </tr> <tr><td>relayfs</td> <td colspan="5" id="mm">Baking in <a href="http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc6/2.6.12-rc6-mm1/">2.6.12-rc6-mm1</a><br>(well done)</td> </tr> <tr><td colspan="6"><br><center><i>future needs</i></center><br></td></tr> <tr><td>scalability (unlocked)</td> <td colspan="5" id="designing">Early design work (<a href="/bugzilla/show_bug.cgi?id=893">bz 893</a>)</td> </tr> <tr><td>user level</td> <td colspan="5" id="missing">No active work</td> </tr> <tr><td>separate stacks</td> <td colspan="5" id="missing">No active work</td> </tr> <tr><td>perfmon2</td> <td colspan="5" id="designing">Ports starting</td> </tr> </table> <br><br> <table border="1"> <tr><td id="mainlined">Available in Linus&rsquo; Tree</td></tr> <tr><td id="mm">Available in one of the MM patchsets</td></tr> <tr><td id="designing">Active design/implementation work (not in MM yet)</td></tr> <tr><td id="missing">Feature not available, with no active development effort</td></tr> </table> <tt>$Id: kprobes-status.html,v 1.11 2005/06/16 20:57:46 fche Exp $</tt> <br clear="all"> <div id="footer"><a href="http://sources.redhat.com/systemtap/">systemtap</a> </div> </body> </html>