From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Sat, 20 Jun 2020 19:14:29 +0000 (-0700)
Subject: Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel... 
X-Git-Tag: v5.8-rc2~11
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7fdfbe08a2b3e2bf776e2f2b341768ba93c2e158;p=users%2Fwilly%2Flinux.git

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

Pull RISC-V fixes from Palmer Dabbelt:

 - a workaround for a compiler surprise related to the "r" inline
   assembly that allows LLVM to boot.

 - a fix to avoid WX-only mappings, which the ISA does not allow. While
   this probably manifests in many ways, the bug was found in stress-ng.

 - a missing lock in set_direct_map_*(), which due to a recent lockdep
   change started asserting.

* tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
  RISC-V: Acquire mmap lock before invoking walk_page_range
  RISC-V: Don't allow write+exec only page mapping request in mmap
  riscv/atomic: Fix sign extension for RV64I
---

7fdfbe08a2b3e2bf776e2f2b341768ba93c2e158