Skip to content
Commit da808890 authored by Kevin Hao's avatar Kevin Hao Committed by Bruce Ashfield
Browse files

arm64: Restore the init of srcin for __arch_copy_{from,to}_user()



When we were trying to merge the v5.10.77 stable kernel, the commit
d4d9c065 ("arm64: Avoid premature usercopy failure") conflicts with
the changes in the Marvell specific workaround commit 8b8b3bc1
("arm64: Use nops between LDs and STs"). In the fixup of these
conflicts, the init of srcin was missed in the function
__arch_copy_{from,to}_user(). Restore these codes back to fix the kernel
hang when running the fio testcase.

Signed-off-by: default avatarKevin Hao <kexin.hao@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent bfe9dc36
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