summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-02-11 09:29:22 -0600
committerDavid Smith <dsmith@redhat.com>2009-02-11 09:29:22 -0600
commitf02fa988a4f37292d0da10f086901246d65013c0 (patch)
tree90c74c290df9aa00ebbc3f0c130cb32c8a40ff31 /runtime/ChangeLog
parent3a66ad568254853a195035bd8deca3d38dde27d2 (diff)
downloadsystemtap-steved-f02fa988a4f37292d0da10f086901246d65013c0.tar.gz
systemtap-steved-f02fa988a4f37292d0da10f086901246d65013c0.tar.xz
systemtap-steved-f02fa988a4f37292d0da10f086901246d65013c0.zip
Fixed __stp_utrace_attach by always checking for mm.
2009-02-11 David Smith <dsmith@redhat.com> * task_finder.c (__stp_utrace_attach): Still checks for mm after checking task's flags for PF_KTHREAD.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index df765169..2eb1cdaf 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-11 David Smith <dsmith@redhat.com>
+
+ * task_finder.c (__stp_utrace_attach): Still checks for mm after
+ checking task's flags for PF_KTHREAD.
+
2009-02-10 David Smith <dsmith@redhat.com>
* task_finder.c (stap_utrace_detach_ops): Fixed typo.