-
Notifications
You must be signed in to change notification settings - Fork 62
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
cgroupfs: Add Pids controller #8215
cgroupfs: Add Pids controller #8215
Conversation
Hi @ton31337! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
f184eed
to
c2287b9
Compare
Hi @ton31337 thanks for this, but before proceeding, can you please sign the CLA? Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
c2287b9
to
814f192
Compare
@brianc118 thanks for a quick review. |
814f192
to
fbdb202
Compare
fbdb202
to
06c21b7
Compare
@brianc118 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
You will also need to fix the tests |
477f507
to
da3859c
Compare
Should be fine now, sorry. |
@brianc118 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Can I see what is missing from Linter? |
``` [ { "Name": "<root>", "Tids Current": "?", "Tids Max": "?", "children": [ { "Name": "dev-hugepages.mount", "Tids Current": "0", "Tids Max": "308848", "children": [] }, { "Name": "dev-mqueue.mount", "Tids Current": "0", "Tids Max": "308848", "children": [] }, { "Name": "init.scope", "Tids Current": "1", "Tids Max": "308848", "children": [] }, { "Name": "mysql", "Tids Current": "0", "Tids Max": "-1", "children": [ { "Name": "u000000002_a", "Tids Current": "?", "Tids Max": "?", "children": [] }, ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
da3859c
to
2c7dd03
Compare
Don't worry about the lints, when I merge, I'll apply the lint changes |
@brianc118 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@brianc118 merged this pull request in 1654f18. |
No description provided.