Skip to content
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

cleanup(driver): params inconsistencies #1512

Merged
merged 1 commit into from Nov 29, 2023

Conversation

ecbadeaux
Copy link
Contributor

@ecbadeaux ecbadeaux commented Nov 25, 2023

What type of PR is this?

/kind bug

/kind cleanup

Any specific area of the project related to this PR?

/area driver-bpf

Does this PR require a change in the driver versions?

I am not sure about this.

What this PR does / why we need it:

I am trying to address the issue where flock, unshare, and setns is handling the flag params as an unsigned integer when it should be handling it as in int.

Which issue(s) this PR fixes:

part of #515
(partial fix other issues still remain in 515)

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

Copy link

Please double check driver/API_VERSION file. See versioning.

/hold

Signed-off-by: Everett Badeaux <everettc1810@gmail.com>
@poiana
Copy link
Contributor

poiana commented Nov 28, 2023

LGTM label has been added.

Git tree hash: 05d5a1ed0c59d7fcefe4050e9653f304a55143f5

Copy link
Contributor

@incertum incertum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

/milestone next-driver

@poiana poiana added this to the next-driver milestone Nov 29, 2023
@poiana
Copy link
Contributor

poiana commented Nov 29, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ecbadeaux, incertum, LucaGuerra

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:
  • OWNERS [LucaGuerra,incertum]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@FedeDP
Copy link
Contributor

FedeDP commented Nov 29, 2023

/unhold

@poiana poiana merged commit 89ec22f into falcosecurity:master Nov 29, 2023
36 checks passed
@Andreagit97 Andreagit97 changed the title cleanup: params inconsistencies cleanup(driver): params inconsistencies Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants