[CRIU] [PATCH RFC 00/30] Rework file opening scheme to make it asynchronous

Kirill Tkhai ktkhai at virtuozzo.com
Wed Nov 2 03:39:32 PDT 2016


On 02.11.2016 02:19, Pavel Emelyanov wrote:
> Is it v3?
 
Previous patch sets were about transport socket only. But here is full support for async open,
so I changed the name of cover letter.

Patches 1-15 is similar to v1 and v2. The only changes are:

1)Patch "[PATCH RFC 03/30] files: Wait transport_fd before sending a fd to peer" has new enum included:

enum { 
	TSK_ALLOCATED = 0, 
	TFD_INSTALLED = 1 << 0, 
};

2)New cleanup patch is added: "[PATCH RFC 08/30] files: Add fle_init() for initialization new fdinfo_list_entry".

3)In patch "[PATCH RFC 09/30] files: Allow to receive further fds"

changed type struct fdinfo_list_entry::received from bool to u8:1


There are no changes in other patches. Patches 16/30 -- 30/30 are new.


More information about the CRIU mailing list