From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31189 invoked by alias); 20 Jan 2007 03:03:43 -0000 Received: (qmail 31175 invoked by uid 9586); 20 Jan 2007 03:03:42 -0000 Date: Sat, 20 Jan 2007 03:03:00 -0000 Message-ID: <20070120030342.31173.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: src runtime/ChangeLog runtime/loc2c-runtime.h ... Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2007-q1/txt/msg00026.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: jistone@sourceware.org 2007-01-20 03:03:42 Modified files: runtime : ChangeLog loc2c-runtime.h testsuite : ChangeLog testsuite/systemtap.base: deref.exp deref.stp Log message: 2007-01-19 Josh Stone 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. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.174&r2=1.175 http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/loc2c-runtime.h.diff?cvsroot=systemtap&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/ChangeLog.diff?cvsroot=systemtap&r1=1.44&r2=1.45 http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.base/deref.exp.diff?cvsroot=systemtap&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/src/testsuite/systemtap.base/deref.stp.diff?cvsroot=systemtap&r1=1.1&r2=1.2