]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "riscv: mm: Do not restrict mmap address based on hint"
authorPalmer Dabbelt <palmer@rivosinc.com>
Thu, 29 Aug 2024 13:03:32 +0000 (06:03 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 29 Aug 2024 13:22:51 +0000 (06:22 -0700)
commit84cfab9a1805f8e300e945f26e3fdff6d125bc20
tree1602481c9159dfc8e797cc1d6ed5292368b2e4cd
parent32d5f7add080a936e28ab4142bfeea6b06999789
parent2116988d5372aec51f8c4fb85bf8e305ecda47a0
Merge patch series "riscv: mm: Do not restrict mmap address based on hint"

Charlie Jenkins <charlie@rivosinc.com> says:

There have been a couple of reports that using the hint address to
restrict the address returned by mmap hint address has caused issues in
applications. A different solution for restricting addresses returned by
mmap is necessary to avoid breakages.

[Palmer: This also just wasn't doing the right thing in the first place,
as it didn't handle the sv39 cases we were trying to deal with.]

* b4-shazam-merge:
  riscv: mm: Do not restrict mmap address based on hint
  riscv: selftests: Remove mmap hint address checks
  Revert "RISC-V: mm: Document mmap changes"

Link: https://lore.kernel.org/r/20240826-riscv_mmap-v1-0-cd8962afe47f@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>