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

tools/capable: support new capabilities #1498

Merged
merged 1 commit into from
Sep 2, 2020

Conversation

KentaTada
Copy link
Contributor

@KentaTada KentaTada commented Sep 1, 2020

iovisor/bcc#3083 is the related pull request.

This commit adds the support of below capabilities.

  • CAP_PERFMON
  • CAP_BPF
  • CAP_CHECKPOINT_RESTORE

Signed-off-by: Kenta Tada Kenta.Tada@sony.com

Checklist
  • Language changes are updated in docs/reference_guide.md
  • User-visible and non-trivial changes updated in CHANGELOG.md
  • The new behaviour is covered by tests

@fbs
Copy link
Contributor

fbs commented Sep 1, 2020

Nice! Can you add a changelog entry in the tools section? (details here https://github.com/iovisor/bpftrace/blob/master/docs/developers.md)

This commit adds the support of below capabilities.
* CAP_PERFMON
* CAP_BPF
* CAP_CHECKPOINT_RESTORE

Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
@KentaTada
Copy link
Contributor Author

@fbs

Nice! Can you add a changelog entry in the tools section? (details here https://github.com/iovisor/bpftrace/blob/master/docs/developers.md)

I'm sorry to forget to update CHANGELOG.md.
I added it.
Thanks!

Copy link
Member

@danobi danobi left a comment

Choose a reason for hiding this comment

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

Thanks!

@danobi danobi merged commit 8ff7501 into bpftrace:master Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants