Pull RISC-V fixes from Palmer Dabbelt:
 - build fix for the NR_CPUS Kconfig SBI version dependency
 - fixes to early memory initialization, to fix page permissions in EFI
   and post-initmem-free
 - build fix for the VDSO, to avoid trying to profile the VDSO functions
 - fixes for kexec crash handling, to fix multi-core and interrupt
   related initialization inside the crash kernel
 - fix for a race condition when handling multiple concurrect kernel
   stack overflows
* tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
  riscv: kexec: Fixup crash_smp_send_stop without multi cores
  riscv: kexec: Fixup irq controller broken in kexec crash path
  riscv: mm: Proper page permissions after initmem free
  riscv: vdso: fix section overlapping under some conditions
  riscv: fix race when vmap stack overflow
  riscv: Sync efi page table's kernel mappings before switching
  riscv: Fix NR_CPUS range conditions