feat!: drop some syscalls enter events gen, testing and parsing code (part 3)#2599
feat!: drop some syscalls enter events gen, testing and parsing code (part 3)#2599
Conversation
As the `fcntl` exit events contain all the information needed, drop `fcntl` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `fcntl` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `mmap`/`mmap2` exit events contain all the information needed, drop `mmap`/`mmap2` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `mmap`/`mmap2` enter evts generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `munmap` exit events contain all the information needed, drop `munmap` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `munmap` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `splice` exit events contain all the information needed, drop `splice` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `splice` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `rename{,at,at2}` exit events contain all the information
needed, drop `rename{,at,at2}` enter events generation from all
drivers, and all related testing and parsing code.
BREAKING CHANGE: drop `rename{,at,at2}` enter evts gen and parsing
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `symlink{,at}` exit events contain all the information needed,
drop `symlink{,at}` enter events generation from all drivers, and all
related testing and parsing code.
BREAKING CHANGE: drop `symlink{,at}` enter evts generation and parsing
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ekoops The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Please double check driver/SCHEMA_VERSION file. See versioning. /hold |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2599 +/- ##
==========================================
- Coverage 78.17% 78.16% -0.01%
==========================================
Files 298 298
Lines 32087 32079 -8
Branches 4691 4691
==========================================
- Hits 25083 25075 -8
Misses 7004 7004
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
X64 kernel testing matrix
ARM64 kernel testing matrix
|
|
LGTM label has been added. DetailsGit tree hash: e52e6e2e52284237606d70143178443475b5ea18 |
What type of PR is this?
/kind cleanup
/kind test
/kind feature
Any specific area of the project related to this PR?
/area driver-kmod
/area driver-bpf
/area driver-modern-bpf
/area libscap-engine-gvisor
/area libpman
/area libsinsp
/area tests
Does this PR require a change in the driver versions?
What this PR does / why we need it:
This PR is part of #2588.
Specifically, this addresses the following system calls:
fcntlmmapmmap2munmaprenamerenameatrenameat2symlinksymlinkatWhich issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Not bumping the driver schema version is currently a practice we are following as we will bump it in a single shot once we are done with the #2068 proposal.
/milestone 0.22.0
Does this PR introduce a user-facing change?: