Bug 12970 - populate runtime/bad-addr database
Summary: populate runtime/bad-addr database
Status: RESOLVED WONTFIX
Alias: None
Product: systemtap
Classification: Unclassified
Component: runtime (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-07 18:21 UTC by Frank Ch. Eigler
Modified: 2020-05-20 00:50 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2011-07-07 18:21:42 UTC
With bug #1288 done a long time ago, we have unused infrastructure
to record kernel address ranges that are not necessarily safe to
examine with e.g. kernel_long() et al.  We need to actually gather
some (like I/O ranges) and call add_bad_addr_entry() at startup.
For bonus marks, keep them up-to-date based upon hotplug callbacks.
Comment 1 Frank Ch. Eigler 2020-05-20 00:50:14 UTC
we don't appear to need this