]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 25 Feb 2020 18:14:39 +0000 (10:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 25 Feb 2020 18:14:39 +0000 (10:14 -0800)
commit7cf3044d8b15506d441621cd21f2d98bbe29fc2e
treea92fad3fb81f6bd971e0226e23567fa7e7233236
parent8dcd149532483c9477c68b4ea1a0008aeea3a64f
parent1eb3a6d557e65edfb2b1c64c18e6d1656593ee6c
Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux

Pull RISC-V fixes from Palmer Dabbelt:
 "This contains a handful of RISC-V related fixes that I've collected
  and would like to target for 5.6-rc4:

   - A fix to set up the PMPs on boot, which allows the kernel to access
     memory on systems that don't set up permissive PMPs before getting
     to Linux. This only effects machine-mode kernels, which currently
     means only NOMMU kernels.

   - A fix to avoid enabling supervisor-mode interrupts when running in
     machine-mode, also only for NOMMU kernels.

   - A pair of fixes to our KASAN support to avoid corrupting memory.

   - A gitignore fix.

  This boots on QEMU's virt board for me"

* tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
  riscv: adjust the indent
  riscv: allocate a complete page size for each page table
  riscv: Fix gitignore
  RISC-V: Don't enable all interrupts in trap_init()
  riscv: set pmp configuration if kernel is running in M-mode