-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test/drivers): correct socketcall SYS_ACCEPT failures on s390x
The modern BPF driver maps the SYS_ACCEPT to SYS_ACCEPT4 which is being tested in the socketcall SYS_ACCEPT tests. The kmod and bpf drivers do not switch directly but rather ensure to use the PPM event instead of syscall. The socketcall SYS_ACCEPT tests contain a specific handling for kmod. Enable this handling to also for the bpf driver. Signed-off-by: Hendrik Brueckner <[email protected]>
- Loading branch information
1 parent
1aad982
commit 98410bc
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters