commit | ada770b1e74a77fff2d5f539bf6c42c25f4784db | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Apr 04 11:08:40 2019 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Apr 04 11:18:55 2019 -0700 |
tree | d16d2233df136a01200e44892352b6c3aa023be2 | |
parent | 2663147dc7465cb29040a05cc4286fdd839978b5 [diff] |
xtensa: fix return_address return_address returns the address that is one level higher in the call stack than requested in its argument, because level 0 corresponds to its caller's return address. Use requested level as the number of stack frames to skip. This fixes the address reported by might_sleep and friends. Cc: stable@vger.kernel.org Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>