summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
Diffstat (limited to 'tapset')
-rw-r--r--tapset/DEVGUIDE3
1 files changed, 2 insertions, 1 deletions
diff --git a/tapset/DEVGUIDE b/tapset/DEVGUIDE
index 5d7c8658..718fadc4 100644
--- a/tapset/DEVGUIDE
+++ b/tapset/DEVGUIDE
@@ -242,7 +242,8 @@ built into SystemTap. Be especially careful when dereferencing
pointers. Use the kread() macro to dereference any pointers that could
potentially be invalid. If you're not sure, err on the side of caution.
The cost of using kread() is small compared to the cost of your tapset
-inadvertently crashing a system!
+inadvertently crashing a system! It is necessary to rigorously test
+embedded-C functions in the testsuite.
Add the string
/* pure */