This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src runtime/ChangeLog runtime/loc2c-runtime.h ...


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  <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.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]