Bug 1212773 - liburing tests fail with 6.4 kernel on i586
Summary: liburing tests fail with 6.4 kernel on i586
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Jiri Slaby
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-27 13:47 UTC by Jiri Slaby
Modified: 2024-06-25 17:44 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Slaby 2023-06-27 13:47:14 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
Comment 1 Jiri Slaby 2023-06-27 14:17:59 UTC
See upstream report:
https://lore.kernel.org/all/818c95bc-50f8-4b2e-d5ca-2511310de47c@kernel.org/
Comment 4 Jiri Slaby 2023-07-24 08:44:58 UTC
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()