parisc/unwind: use copy_from_kernel_nofault()
authorSven Schnelle <svens@stackframe.org>
Thu, 30 Sep 2021 17:26:03 +0000 (19:26 +0200)
committerHelge Deller <deller@gmx.de>
Sat, 30 Oct 2021 21:11:00 +0000 (23:11 +0200)
commitcf2ec7893f876f4c30aed8a76bb4ebacdce74dd3
tree89d77b8af1ce9c037a54793bba0a6611f7b0ddcd
parent3a4347d82efdfcc5465b3ed37616426989182915
parisc/unwind: use copy_from_kernel_nofault()

I have no idea why get_user() is used there, but we're unwinding the
kernel stack, so we should use copy_from_kernel_nofault().

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/unwind.c