Hello:
This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt palmer@rivosinc.com:
On Wed, 9 Aug 2023 16:22:00 -0700 you wrote:
Make sv48 the default address space for mmap as some applications currently depend on this assumption. Users can now select a desired address space using a non-zero hint address to mmap. Previously, requesting the default address space from mmap by passing zero as the hint address would result in using the largest address space possible. Some applications depend on empty bits in the virtual address space, like Go and Java, so this patch provides more flexibility for application developers.
[...]
Here is the summary with links: - [v10,1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57 https://git.kernel.org/riscv/c/add2cc6b6515 - [v10,2/4] RISC-V: mm: Add tests for RISC-V mm https://git.kernel.org/riscv/c/4d0c04eac0c2 - [v10,3/4] RISC-V: mm: Update pgtable comment documentation https://git.kernel.org/riscv/c/26eee2bfc477 - [v10,4/4] RISC-V: mm: Document mmap changes https://git.kernel.org/riscv/c/7998abe69d3c
You are awesome, thank you!