Merge tag 'riscv-for-linus-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Pull RISC-V fixes from Palmer Dabbelt: - A fix to avoid undefined behavior when stack backtracing, which manifests in GCC as incorrect stack addresses - A few fixes for the XIP kernels - A fix to tracking NUMA state on CPU hotplug - Support for the recently relesaed binutils-2.38, which changed the default ISA version to one without CSRs or fence.i in 'I' extension * tag 'riscv-for-linus-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: riscv: fix build with binutils 2.38 riscv: cpu-hotplug: clear cpu from numa map when teardown riscv: extable: fix err reg writing in dedicated uaccess handler riscv/mm: Add XIP_FIXUP for riscv_pfn_base riscv/mm: Add XIP_FIXUP for phys_ram_base riscv: Fix XIP_FIXUP_FLASH_OFFSET riscv: eliminate unreliable __builtin_frame_address(1)
Showing
- arch/riscv/Makefile 6 additions, 0 deletionsarch/riscv/Makefile
- arch/riscv/kernel/cpu-hotplug.c 2 additions, 0 deletionsarch/riscv/kernel/cpu-hotplug.c
- arch/riscv/kernel/head.S 5 additions, 6 deletionsarch/riscv/kernel/head.S
- arch/riscv/kernel/stacktrace.c 5 additions, 4 deletionsarch/riscv/kernel/stacktrace.c
- arch/riscv/mm/extable.c 3 additions, 3 deletionsarch/riscv/mm/extable.c
- arch/riscv/mm/init.c 2 additions, 0 deletionsarch/riscv/mm/init.c
Please register or sign in to comment