This is the mail archive of the systemtap@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]

[Bug runtime/21726] on rawhide, the backtrace.exp test case causes a kernel panic


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.

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