mbox series

[GIT,PULL] RISC-V Fixes for 6.5-rc7

Message ID mhng-e50f03c7-2a36-48e9-bda4-8f04ff461826@palmer-ri-x1c9 (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.5-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.5-rc7

Checks

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

Message

Palmer Dabbelt Aug. 18, 2023, 1:18 p.m. UTC
The following changes since commit 7e3811521dc3934e2ecae8458676fc4a1f62bf9f:

  riscv: Implement flush_cache_vmap() (2023-08-10 08:54:29 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.5-rc7

for you to fetch changes up to ca09f772cccaeec4cd05a21528c37a260aa2dd2c:

  riscv: Handle zicsr/zifencei issue between gcc and binutils (2023-08-16 07:39:38 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.5-rc7

* A fix to avoid excessive rejections from seccomp RET_ERRNO rules.
* A fix for compressed jal/jalr decoding.
* A pair of fixes for independent irq/softirq stacks on kernels built
  with CONFIG_FRAME_POINTER=n.
* A fix to avoid a hang handling uaccess fixups.
* Another build fix for toolchain ISA strings, this time for Zicsr and
  Zifenci on old GNU toolchains.

----------------------------------------------------------------
Alexandre Ghiti (1):
      riscv: uaccess: Return the number of bytes effectively not copied

Celeste Liu (1):
      riscv: entry: set a0 = -ENOSYS only when syscall != -1

Guo Ren (2):
      riscv: stack: Fixup independent irq stack for CONFIG_FRAME_POINTER=n
      riscv: stack: Fixup independent softirq stack for CONFIG_FRAME_POINTER=n

Mingzheng Xing (1):
      riscv: Handle zicsr/zifencei issue between gcc and binutils

Nam Cao (1):
      riscv: correct riscv_insn_is_c_jr() and riscv_insn_is_c_jalr()

 arch/riscv/Kconfig                     | 32 +++++++++++++++++++-------------
 arch/riscv/include/asm/insn.h          | 15 +++++++++++++--
 arch/riscv/kernel/compat_vdso/Makefile |  8 +++++++-
 arch/riscv/kernel/irq.c                |  3 +++
 arch/riscv/kernel/traps.c              |  9 ++++++---
 arch/riscv/lib/uaccess.S               | 11 +++++++----
 6 files changed, 55 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 18, 2023, 5:48 p.m. UTC | #1
The pull request you sent on Fri, 18 Aug 2023 06:18:46 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-6.5-rc7

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

Thank you!