Bugzilla – Bug 1212773
liburing tests fail with 6.4 kernel on i586
Last modified: 2024-06-25 17:44:37 UTC
For example, self.t results in: ring setup failed It's due to: commit d808459b2e31bd5123a14258a7a529995db974c8 Author: Helge Deller <deller@gmx.de> Date: Thu Feb 16 09:09:38 2023 +0100 io_uring: Adjust mapping wrt architecture aliasing requirements
See upstream report: https://lore.kernel.org/all/818c95bc-50f8-4b2e-d5ca-2511310de47c@kernel.org/
The revert of the above was replaced by: commit 32832a407a7178eec3215fad9b1a3298c14b0d69 Author: Helge Deller <deller@gmx.de> Date: Fri Jul 21 17:24:31 2023 +0200 io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()