From 458a107b4b78803973245909f1f3ab19081ca63b Mon Sep 17 00:00:00 2001 From: Dylan Yudaken Date: Tue, 25 Jul 2023 20:29:44 +0100 Subject: sys/linux/io_uring, executor/common_linux: fix io_uring segfault In Linux 6.4+ it is not allowed to provide a vma to mmap(2) [1]. Change the API to request the address from the Kernel. Note I do not know why this was done in the first place, but it seems not to be useful. [1]: https://github.com/torvalds/linux/commit/d808459b2e31bd5123a14258a7a529995db974c8 --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1f78fd42b..49b48d104 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -120,3 +120,4 @@ George Kennedy Arm Ltd Andrew Turner h0wdy +Dylan Yudaken \ No newline at end of file -- cgit mrf-deployment