mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
635e3f3e47
The copy_from_kernel_nofault() is broken on riscv because the 'dst' and
'src' are mistakenly reversed in __put_kernel_nofault() macro.
copy_to_kernel_nofault:
...
0xffffffe0003159b8 <+30>: sd a4,0(a1) # a1 aka 'src'
Fixes:
|
||
---|---|---|
.. | ||
asm | ||
uapi/asm |