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/18213] on arm, the runtime doesn't return correct syscall numbers


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

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> ---
Fixed in commit 07cecda.

It appears that the arm kernel's syscall_get_nr() function is designed to only
be used with ftrace syscall tracing. So, on arm, we'll use our own function.

With this patch, the number of syscall/nd_syscall passes almost doubles:

====
# of expected passes            129
# of unexpected failures        137
====

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