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 translator/17041] cast-scope.exp fails on s390x


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

Jonathan Lebon <jlebon at redhat dot com> changed:

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

--- Comment #5 from Jonathan Lebon <jlebon at redhat dot com> ---
This is now fixed in commit 10bada5, which masks appropriately when in
compatibility mode:

    loc2c: make u_fetch_register() respect CONFIG_COMPAT

    If CONFIG_COMPAT is defined, then it is possible to be running 32/31-bit
    tasks on a 64-bit kernel. In such cases, we need to ensure that the
    values returned from u_fetch_register() are 32-bit friendly.

    Thus, we mask whatever pt_regs_fetch_register() returns.

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