[CRIU] [PATCH 2/3] Issue #360: Anonymize image files
Pavel Emelianov
xemul at virtuozzo.com
Thu Jun 27 13:07:41 MSK 2019
>>> @@ -541,6 +541,9 @@ def load(f, pretty = False, no_payload = False):
>>> image['magic'] = m
>>> image['entries'] = handler.load(f, pretty, no_payload)
>>>
>>> + if anon_info:
>>> + return m, image
>>> +
>>> return image
>>>
>>> def info(f):
> I should send a version 2 patch right? Or a new set as I will combine
> this and the previous one?
The new set, please. And when preparing e-mails, make "Subject"-s of them contain
summary of the patch, not an abstract "issue #360: Anonymize image files" phrase :)
This phrase is OK for the series cover letter.
Like this
[PATCH 0/3] Issue 360: Anonymize image files
`- [PATCH 1/3] crit: Add 'anonymize' action
`- [PATCH 2/3] crit: Anonymization skeleton
`- [PATCH 3/3] crit: Anonymize file paths in reg-files.img
-- Pavel
More information about the CRIU
mailing list