Skip to content
Commit 4609a179 authored by Russell King's avatar Russell King
Browse files

ARM: Fix csum_partial_copy_from_user()



Using the parent functions frame pointer to access our arguments is
completely wrong, whether or not we're building with frame pointers
or not.  What we should be using is the stack pointer to get at the
word above the registers we stacked ourselves.

Reported-by: default avatarBosko Radivojevic <bosko.radivojevic@gmail.com>
Tested-by: default avatarBosko Radivojevic <bosko.radivojevic@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f9578fc0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment