-
Notifications
You must be signed in to change notification settings - Fork 617
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
criu: move sigact dump/restore code into sigact.c #2361
Conversation
dc6854f
to
986ebfe
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## criu-dev #2361 +/- ##
============================================
+ Coverage 70.21% 70.76% +0.54%
============================================
Files 132 136 +4
Lines 34372 32963 -1409
============================================
- Hits 24134 23325 -809
+ Misses 10238 9638 -600 ☔ View full report in Codecov by Sentry. |
|
Please delete #include "images/sa.pb-c.h" from criu/parasite-syscall.c as it becomes unused AFAICS after this PR. |
Seperate sigact dump/restore code from cr-restore.c and parasite-syscall.c into sigact.c Signed-off-by: Arnav Bhatt <[email protected]>
Test errors:
It seems that there is no more of this cgroup.clone_children file in cgroup-v2:
This is not related to this PR.
This one I'm not sure. |
LGTM |
Move sigact dump/restore code into sigact.c
Resolves: #336