summaryrefslogtreecommitdiffstats
path: root/testsuite/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ChangeLog')
-rw-r--r--testsuite/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 852e6bac..2e7f454c 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+2007-07-25 Mike Mason <mmlnx@us.ibm.com>
+
+ PR 4836
+ * buildok/twentytwo.stp, buildok/twentythree.stp:
+ Changed free_task() probes to deactivate_super() probes. Changed
+ references to timestamp in task_struct to s_maxbytes in super_block.
+ timestamp was removed from task_struct in 2.6.23. s_maxbytes is an
+ unsigned long long in every kernel I checked back to 2.4.18.
+
2007-07-12 David Smith <dsmith@redhat.com>
* systemtap.maps/pmap_agg_overflow.exp: On single processor
@@ -180,7 +189,7 @@
* systemtap.samples/profile.exp Increased timeout from 30 to 60 sec
to fix intermittent failures on s390x.
-2007-0-2 Mike Mason <mmlnx@us.ibm.com>
+2007-04-25 Mike Mason <mmlnx@us.ibm.com>
* buildok/socket.stp: Adapted to changes in 2.6.19 socket routines.