-
Notifications
You must be signed in to change notification settings - Fork 592
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
A set of assorted fixes in logging and error propagation. #2194
Conversation
b00fb0f
to
7b5df31
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## criu-dev #2194 +/- ##
============================================
- Coverage 70.33% 70.31% -0.02%
============================================
Files 134 134
Lines 34026 34025 -1
============================================
- Hits 23932 23925 -7
- Misses 10094 10100 +6 ☔ View full report in Codecov by Sentry. |
98eeed7
to
3565e4d
Compare
One general note here, in criu there is a requirement to prefix subjects with component name. See https://github.com/checkpoint-restore/criu/blob/criu-dev/CONTRIBUTING.md#describe-your-changes |
In this case right prefix would be ps: don't forget to fix CI =) |
eea7802
to
8712e40
Compare
I've split the build parts into a separate PR. |
c3110e9
to
18f3922
Compare
f00d071
to
5551201
Compare
You don't submit those to linux/kernel, neither you do to criu. We hold the same rule, see: |
Include the file descriptor and error code in the debug message to make it more useful. Fixes: e7ba909 (2016-03-14 "cr-check: Inspect errno on syscall failures") Signed-off-by: Michał Mirosław <[email protected]>
The changes in this series are mostly independent and could be applied individually. If there are change requests I'll shuffle relevant commits to the back when addressing them.