public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/3] riscv: mm: Do not restrict mmap address based on hint
@ 2024-08-26 16:36 Charlie Jenkins
  2024-08-26 16:36 ` [PATCH 1/3] Revert "RISC-V: mm: Document mmap changes" Charlie Jenkins
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Charlie Jenkins @ 2024-08-26 16:36 UTC (permalink / raw)
  To: Jonathan Corbet, Paul Walmsley, Palmer Dabbelt, Albert Ou,
	Shuah Khan, Yangyu Chen, Levi Zim, Alexandre Ghiti
  Cc: linux-doc, linux-riscv, linux-kernel, Palmer Dabbelt,
	linux-kselftest, Charlie Jenkins

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.

Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
---
Charlie Jenkins (3):
      Revert "RISC-V: mm: Document mmap changes"
      riscv: selftests: Remove mmap hint address checks
      riscv: mm: Do not restrict mmap address based on hint

 Documentation/arch/riscv/vm-layout.rst           | 16 ------
 arch/riscv/include/asm/processor.h               | 26 +--------
 tools/testing/selftests/riscv/mm/mmap_bottomup.c |  2 -
 tools/testing/selftests/riscv/mm/mmap_default.c  |  2 -
 tools/testing/selftests/riscv/mm/mmap_test.h     | 67 ------------------------
 5 files changed, 2 insertions(+), 111 deletions(-)
---
base-commit: 7c626ce4bae1ac14f60076d00eafe71af30450ba
change-id: 20240820-riscv_mmap-055efd23f19c
-- 
- Charlie


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-09-05 17:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 16:36 [PATCH 0/3] riscv: mm: Do not restrict mmap address based on hint Charlie Jenkins
2024-08-26 16:36 ` [PATCH 1/3] Revert "RISC-V: mm: Document mmap changes" Charlie Jenkins
2024-08-26 16:36 ` [PATCH 2/3] riscv: selftests: Remove mmap hint address checks Charlie Jenkins
2024-08-26 16:36 ` [PATCH 3/3] riscv: mm: Do not restrict mmap address based on hint Charlie Jenkins
2024-08-27  2:24   ` Yangyu Chen
2024-09-03 14:27     ` Palmer Dabbelt
2024-09-05 17:15       ` Yangyu Chen
2024-08-31  3:33   ` Levi Zim
2024-09-03 14:30 ` [PATCH 0/3] " patchwork-bot+linux-riscv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox