-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(driver): use configure system to check for mnt_idmap for fs #2247
Conversation
Please double check driver/SCHEMA_VERSION file. See versioning. /hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this, thanks!
/approve
/milestone next-driver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh CI is not happy; looking into it.
LGTM label has been added. Git tree hash: 5dfe7bb845271bdd976daa10453713fe29cfdfdf
|
Perf diff from master - unit tests
Heap diff from master - unit tests
Heap diff from master - scap file
Benchmarks diff from master
|
Kernel 6.3 changed fs functions to `struct mnt_idmap`. Use the configure system in place of the version check to support driver build on RHEL 9 (namely 5.14.0-547.el9.x86_64) Signed-off-by: Angelo Puglisi <[email protected]>
18b3044
to
95a0ce9
Compare
Looks like CentOS Stream 9 has |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: d80fe92ecd12f425f2fe456a34e54d8bc7c9ecf0
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepskyblue86, FedeDP The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
False positive. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2247 +/- ##
=======================================
Coverage 75.12% 75.12%
=======================================
Files 276 276
Lines 34399 34399
Branches 5922 5922
=======================================
Hits 25841 25841
Misses 8558 8558
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area driver-kmod
Does this PR require a change in the driver versions?
What this PR does / why we need it:
Kernel 6.3 changed fs functions to
struct mnt_idmap
.Use the configure system in place of the version check to support driver build on RHEL 9 (namely 5.14.0-547.el9.x86_64).
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
It's possible to reproduce the issue with a CentOS Stream 9. I use vagrant with
boxomatic/centos-stream-9
image.Does this PR introduce a user-facing change?: