[Bug runtime/21726] on rawhide, the backtrace.exp test case causes a kernel panic
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Jul 14 14:15:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21726
--- Comment #5 from David Smith <dsmith at redhat dot com> ---
Commit 109e4e7 adds a workaround that avoids the kernel panic (by not calling
access_ok() in hard IRQ context).
For a longer term fix, we should remove uses of access_ok() in favor of our
uderef() / kderef() macros. There are other access_ok() uses in
runtime/linux/addr-map.c and tapset/linux/nfs.stp. These should all be replaced
if possible.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list