-
Notifications
You must be signed in to change notification settings - Fork 165
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
new(driver): support for prctl syscall #1015
new(driver): support for prctl syscall #1015
Conversation
Please double check driver/SCHEMA_VERSION file. See versioning. |
a7f6d1f
to
134146c
Compare
c075a30
to
172b592
Compare
a73cced
to
714a0d8
Compare
@therealbobo since we discussed that this is important for keeping the state in the thread table up to date, I am assuming you would do that in the libsinsp parser after we merge this? Once we get there could you add |
a647e2a
to
acbde7e
Compare
Signed-off-by: Roberto Scolaro <[email protected]>
acbde7e
to
e98ad3a
Compare
Signed-off-by: Roberto Scolaro <[email protected]>
Signed-off-by: Roberto Scolaro <[email protected]>
Signed-off-by: Roberto Scolaro <[email protected]>
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.
really just 2 minor things and we are ready!
i will investigate more on the verifier issue 🤔
and you need to bump this to Line 4 in 169c4d9
|
Signed-off-by: Roberto Scolaro <[email protected]>
Signed-off-by: Roberto Scolaro <[email protected]>
Signed-off-by: Roberto Scolaro <[email protected]>
/milestone next-driver |
54320a3
to
bc228ce
Compare
Co-authored-by: Federico Di Pierro <[email protected]> Signed-off-by: Roberto Scolaro <[email protected]>
bc228ce
to
7515045
Compare
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
Great job!
LGTM label has been added. Git tree hash: c0e41b3643542df13ed27109a6ff7379de402c4c
|
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.
Thank you for this!
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, FedeDP, therealbobo 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 feature
Any specific area of the project related to this PR?
/area driver-kmod
/area driver-bpf
/area driver-modern-bpf
/area libscap
/area libpman
/area tests
Does this PR require a change in the driver versions?
/version driver-API-version-minor
What this PR does / why we need it:
This adds the support for the
prctl
sys call.Which issue(s) this PR fixes:
Fixes #1013
Special notes for your reviewer:
This is still a WIP.
Does this PR introduce a user-facing change?: