[GIT PULL] RISC-V Fixes for 6.2-rc3

From: Palmer Dabbelt
Date: Fri Jan 06 2023 - 13:13:19 EST


The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.2-rc3

for you to fetch changes up to b9b916aee6715cd7f3318af6dc360c4729417b94:

riscv: uaccess: fix type of 0 variable on error in get_user() (2023-01-05 12:30:41 -0800)

----------------------------------------------------------------
RISC-V Fixes for 6.2-rc3

* A fix to use the correct mask for c.jr/c.jalr when decoding
instructions.
* A compile-time fix for get_user(), to avoid an sparse warning.

----------------------------------------------------------------
Ben Dooks (1):
riscv: uaccess: fix type of 0 variable on error in get_user()

Björn Töpel (1):
riscv, kprobes: Stricter c.jr/c.jalr decoding

arch/riscv/include/asm/uaccess.h | 2 +-
arch/riscv/kernel/probes/simulate-insn.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)