feat!: drop some syscalls enter events gen, testing and parsing code (part 15)#2614
feat!: drop some syscalls enter events gen, testing and parsing code (part 15)#2614
Conversation
As the `preadv` exit events contain all the information needed, drop `preadv` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `preadv` enter evts gen and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `pwritev` exit events contain all the information needed, drop `pwritev` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `pwritev` enter evts gen and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `readv` exit events contain all the information needed, drop `readv` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `readv` enter evts gen and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `writev` exit events contain all the information needed, drop `writev` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `writev` enter evts gen and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `pread` exit events contain all the information needed, drop `pread` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `pread` enter evts gen and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `pwrite` exit events contain all the information needed, drop `pwrite` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `pwrite` enter evts gen and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
|
Please double check driver/SCHEMA_VERSION file. See versioning. /hold |
Perf diff from master - unit testsHeap diff from master - unit testsHeap diff from master - scap fileBenchmarks diff from master |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2614 +/- ##
=======================================
Coverage 78.09% 78.09%
=======================================
Files 298 298
Lines 31979 31976 -3
Branches 4696 4696
=======================================
- Hits 24974 24972 -2
+ Misses 7005 7004 -1
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
|
As the `socket` exit events contain all the information needed, drop `socket` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `socket` enter evts gen and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `bind` exit events contain all the information needed, drop `bind` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `bind` enter evts gen and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
dd15aef to
83fe238
Compare
As the `listen` exit events contain all the information needed, drop `listen` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `listen` enter evts gen and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
83fe238 to
c20c801
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepskyblue86, 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 |
|
/hold cancel |
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:
preadvpwritevreadvwritevpreadpwritesocketbindlistenWhich 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?: