mbox series

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

Message ID mhng-96b62708-327b-4721-a0ef-49ef52a1b3c2@palmer-ri-x1c9 (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.2-rc3 | expand

Pull-request

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

Checks

Context Check Description
conchuod/apply fail Pull to for-next failed
conchuod/tree_selection success Pull request for for-next

Message

Palmer Dabbelt Jan. 6, 2023, 6:13 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 6, 2023, 9:19 p.m. UTC | #1
The pull request you sent on Fri, 06 Jan 2023 10:13:09 -0800 (PST):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a389e54642a86c91d683b2f0b248f1d2f4e52611

Thank you!