[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <mhng-96b62708-327b-4721-a0ef-49ef52a1b3c2@palmer-ri-x1c9>
Date: Fri, 06 Jan 2023 10:13:09 -0800 (PST)
From: Palmer Dabbelt <palmer@...osinc.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org
Subject: [GIT PULL] RISC-V Fixes for 6.2-rc3
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(-)
Powered by blists - more mailing lists