-
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/modern_bpf,test/drivers): fixed drivers_test on ppc64le #1739
Conversation
Old bpf situation:
Same except for |
Kmod failures:
|
After #1737 got merged, we are now at:
Last 2 fails with same reason:
only on modern BPF (only driver that does not skips checking parameters). |
Fixed
|
Rebased on top of master. |
/milestone next-driver |
Fixed all the
|
Fixed all tests 🚀 |
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
/milestone 7.1.0+driver |
Broken because of ports.ubuntu.com unreachable:
|
Signed-off-by: Federico Di Pierro <[email protected]>
…l` tests. Signed-off-by: Federico Di Pierro <[email protected]>
Refs #1805 Signed-off-by: Federico Di Pierro <[email protected]> Co-authored-by: Andrea Terzolo <[email protected]>
…ests. Signed-off-by: Federico Di Pierro <[email protected]>
… ppc64, where a pagefault happens. Signed-off-by: Federico Di Pierro <[email protected]> Co-authored-by: Andrea Terzolo <[email protected]>
Rebased on top of master to fix conflicts. |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, FedeDP, LucaGuerra 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 |
What type of PR is this?
/kind bug
Any specific area of the project related to this PR?
/area driver-modern-bpf
/area tests
Does this PR require a change in the driver versions?
What this PR does / why we need it:
This PR tries to address multiple drivers_test failures on ppc64le.
Remaining failures (for modern bpf):
Clone
+fork
related tests fail because of page faultscreatX_success
,openX_success
,openatX_success
,openatX_create_success
fail because of some weird thing happening while encoding/decodingdev
parameter:prlimit64X_success
,getrlimitX_success
are failing because they return ENOSYS; they should be fixed by: fix(test/drivers): fix ENOSYS check and test skipping. #1737socketcall_sendmsgX_fail
yet to be investigated:Huge thanks to @Andreagit97 for helping me debugging these weird issues!
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: