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 tapsets/20734] "sleeping function called from invalid context" bogus kernel BUG on s390x


https://sourceware.org/bugzilla/show_bug.cgi?id=20734

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
This one is fixed now. As part of the bpf runtime changes,
_stp_strncpy_from_user() now calls _stp_deref_string_nofault(), which calls
__stp_get_user(). __stp_get_user() is really __get_user() on RHEL6 s390x. Since
__get_user() doesn't call might_fault(), we don't get this bogus BUG.

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