Commit 0e15c3c75a28 for kernel

commit 0e15c3c75a28b10bac7b3ad7627fd6b458623283
Merge: 2df2adc3e69d 39cefc5f6cd2
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Dec 2 16:04:53 2022 -0800

    Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux

    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