feat!: drop some syscalls enter events gen, testing and parsing code (part 2)#2591
feat!: drop some syscalls enter events gen, testing and parsing code (part 2)#2591
Conversation
As the `fstat` exit events contain all the information needed, drop `fstat` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `fstat` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `stat64` exit events contain all the information needed, drop `stat64` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `stat64` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `lstat64` exit events contain all the information needed, drop `lstat64` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `lstat64` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `fstat64` exit events contain all the information needed, drop `fstat64` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `fstat64` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `epoll_wait` exit events contain all the information needed, drop `epoll_wait` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `epoll_wait` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `poll` exit events contain all the information needed, drop `poll` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `poll` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `select` exit events contain all the information needed, drop `select` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `select` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `lseek` exit events contain all the information needed, drop `lseek` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `lseek` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
As the `llseek` exit events contain all the information needed, drop `llseek` enter events generation from all drivers, and all related testing and parsing code. BREAKING CHANGE: drop `llseek` enter events generation and parsing Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
|
Please double check driver/SCHEMA_VERSION file. See versioning. /hold |
|
[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 |
|
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. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2591 +/- ##
==========================================
- Coverage 78.17% 78.17% -0.01%
==========================================
Files 298 298
Lines 32088 32087 -1
Branches 4691 4691
==========================================
- Hits 25084 25083 -1
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:
|
576d549 to
5ce7df4
Compare
X64 kernel testing matrix
ARM64 kernel testing matrix
|
Perf diff from master - unit testsHeap diff from master - unit testsHeap diff from master - scap fileBenchmarks diff from master |
|
LGTM label has been added. DetailsGit tree hash: 5407de3cffcb59e4d2331c6db2aee0d52d53cd26 |
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 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:
fstatstat64lstat64fstat64epoll_waitpollselectlseekllseekWhich issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/milestone 0.22.0
Does this PR introduce a user-facing change?: