|
Bugzilla – Full Text Bug Listing |
| Summary: | workload-libmicro-file mmap operations test declines >50% between 6.0 and 6.3 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Gabriel Krisman Bertazi <gabriel.bertazi> |
| Component: | Kernel | Assignee: | Gabriel Krisman Bertazi <gabriel.bertazi> |
| Status: | CONFIRMED --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | gabriel.bertazi, jack, kernel-performance-bugs, mgorman |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Gabriel Krisman Bertazi
2023-07-04 18:23:14 UTC
Given this happens on many machines, I think it is a valid issue. If I should guess, I'd think this may be caused by commit d4af56c5c7c6 ("mm: start tracking VMAs with maple tree"). Mel was looking into various consequences this commit has AFAIR. It was definitely bisected down as a reason for gitsource benchmark regression as well.
(In reply to Jan Kara from comment #2) > Given this happens on many machines, I think it is a valid issue. If I > should guess, I'd think this may be caused by commit d4af56c5c7c6 ("mm: > start tracking VMAs with maple tree"). Mel was looking into various > consequences this commit has AFAIR. It was definitely bisected down as a > reason for gitsource benchmark regression as well. you called it, Jan :). I bisected it to: commit d4af56c5c7c6781ca6ca8075e2cf5bc119ed33d1 Author: Liam R. Howlett <Liam.Howlett@Oracle.com> Date: Tue Sep 6 19:48:45 2022 +0000 mm: start tracking VMAs with maple tree CCing Mel. |