Merge tag 'riscv-for-linus-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 May 2021 04:10:10 +0000 (18:10 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 May 2021 04:10:10 +0000 (18:10 -1000)
commit9d68fe84f8c52942c30febfec289c6219fe4f285
tree92e6962e24d43603fa9d5d08ba121b9087adbe56
parent75b9c727afcccff7cbcf1fd14e5e967dd69bab75
parentbab0d47c0ebb50ae0bcfa4e84986a60113bf7d6b
Merge tag 'riscv-for-linus-5.13-rc4' of git://git./linux/kernel/git/riscv/linux

Pull RISC-V fixes from Palmer Dabbelt:
 "A handful of RISC-V related fixes:

   - avoid errors when the stack tracing code is tracing itself.

   - resurrect the memtest= kernel command line argument on RISC-V,
     which was briefly enabled during the merge window before a
     refactoring disabled it.

   - build fix and some warning cleanups"

* tag 'riscv-for-linus-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
  riscv: kexec: Fix W=1 build warnings
  riscv: kprobes: Fix build error when MMU=n
  riscv: Select ARCH_USE_MEMTEST
  riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabled