[GIT PULL] RISC-V Fixes for 6.16-rc7

Palmer Dabbelt palmer at dabbelt.com
Fri Jul 18 14:54:02 PDT 2025


The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911:

  Linux 6.16-rc6 (2025-07-13 14:25:58 -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.16-rc7

for you to fetch changes up to b65ca21835ed615907ba231a60db80a2605b94dc:

  riscv: uaccess: Fix -Wuninitialized and -Wshadow in __put_user_nocheck (2025-07-16 10:29:39 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.16-rc7

* Three fixes for unnecessary spew: an ACPI CPPC boot-time debug
  message, the link-time warnings for R_RISCV_NONE in binaries, and some
  compile-time warnings in __put_user_nocheck.
* A fix for a race during text patching.
* Interrupts are no longer disabled during exception handling.
* A fix for a missing sign extension in the misaligned load handler.
* A fix to avoid static ftrace being selected in Kconfig, as we have
  moved to dynamic ftrace.

----------------------------------------------------------------
Alexandre Ghiti (3):
      riscv: Stop considering R_RISCV_NONE as bad relocations
      riscv: ftrace: Properly acquire text_mutex to fix a race condition
      riscv: Stop supporting static ftrace

Andreas Schwab (1):
      riscv: traps_misaligned: properly sign extend value in misaligned load handler

Nam Cao (1):
      riscv: Enable interrupt during exception handling

Nathan Chancellor (1):
      riscv: uaccess: Fix -Wuninitialized and -Wshadow in __put_user_nocheck

Sunil V L (1):
      ACPI: RISC-V: Remove unnecessary CPPC debug message

 arch/riscv/Kconfig                   |  3 ++-
 arch/riscv/include/asm/uaccess.h     |  4 ++--
 arch/riscv/kernel/ftrace.c           | 18 ++++++++++++++----
 arch/riscv/kernel/traps.c            | 10 ++++++----
 arch/riscv/kernel/traps_misaligned.c |  2 +-
 arch/riscv/tools/relocs_check.sh     |  4 +++-
 drivers/acpi/riscv/cppc.c            |  2 --
 7 files changed, 28 insertions(+), 15 deletions(-)



More information about the linux-riscv mailing list