diff options
author | jistone <jistone> | 2007-01-20 03:03:42 +0000 |
---|---|---|
committer | jistone <jistone> | 2007-01-20 03:03:42 +0000 |
commit | c4ae8cfe0247e025df7184390db3dec36dcf9263 (patch) | |
tree | 7a0cec5b515183ab807f892981de7adcc32c2175 /runtime/ChangeLog | |
parent | 5212330de73ed43224b1fa3c5aaaf567da2ecd93 (diff) | |
download | systemtap-steved-c4ae8cfe0247e025df7184390db3dec36dcf9263.tar.gz systemtap-steved-c4ae8cfe0247e025df7184390db3dec36dcf9263.tar.xz systemtap-steved-c4ae8cfe0247e025df7184390db3dec36dcf9263.zip |
2007-01-19 Josh Stone <joshua.i.stone@intel.com>
PR 3079
runtime/
* loc2c-runtime.h (kread, kwrite): New macros to safely read/write
values from kernel pointers. This includes a workaround for 64-bit
numbers on i386 platforms.
testsuite/
* systemtap.base/deref.stp: Use the new kread macro that should work
fine with 64-bit numbers on i386 platforms. Also expand the test to
include writes with kwrite.
* systemtap.base/deref.exp: Remove the setup_kfail.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 500dd25b..d14c5b8f 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,10 @@ +2007-01-19 Josh Stone <joshua.i.stone@intel.com> + + PR 3079 + * loc2c-runtime.h (kread, kwrite): New macros to safely read/write + values from kernel pointers. This includes a workaround for 64-bit + numbers on i386 platforms. + 2007-01-10 Martin Hunt <hunt@redhat.com> PR 3708 * map.c (str_copy): Check for NULL pointers. |