diff options
author | Guo Ren <guoren@linux.alibaba.com> | 2021-09-24 15:33:38 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-20 11:40:12 +0200 |
commit | e9f457f056c55aaa3ef15f4ad0fbbf6ef99c0520 (patch) | |
tree | 7f467d8185829b37d33d0daf83276c836dfb851a /fs | |
parent | a6f4ea748aa803565ed37d1f5ed8dea422fd027b (diff) | |
download | linux-stable-e9f457f056c55aaa3ef15f4ad0fbbf6ef99c0520.tar.gz linux-stable-e9f457f056c55aaa3ef15f4ad0fbbf6ef99c0520.tar.bz2 linux-stable-e9f457f056c55aaa3ef15f4ad0fbbf6ef99c0520.zip |
csky: Fixup regs.sr broken in ptrace
commit af89ebaa64de726ca0a39bbb0bf0c81a1f43ad50 upstream.
gpr_get() return the entire pt_regs (include sr) to userspace, if we
don't restore the C bit in gpr_set, it may break the ALU result in
that context. So the C flag bit is part of gpr context, that's why
riscv totally remove the C bit in the ISA. That makes sr reg clear
from userspace to supervisor privilege.
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions