]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06b68e9cd758abbfea3f5eec2f1feef1496f192f
tree92e6962e24d43603fa9d5d08ba121b9087adbe56
parent338568b718c3f99b24af91326ad564efb07616e1
parentc4ad518d23ebb21a31d26e2d6eb63788cf8eca91
Merge tag 'riscv-for-linus-5.13-rc4' of git://git.kernel.org/pub/scm/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