[CRIU] [PATCH 0/8] Prepare multiarch support - upd3
Alexander Kartashov
alekskartashov at parallels.com
Fri Jan 18 02:08:31 EST 2013
Dear colleagues,
This is the final patch series introducing multiarch support
into the CRIU suite.
Major differences between this and previous versions are:
* Fixed format strings in the file file-lock.c.
* Prevented infection of a VMA above the TASK_SIZE boundary
by dropping the check in_vma_area() in the function get_vma_by_ip().
* Got rid of the macro P() --- the functions decode_pointer() and
encode_pointer() are used where appropriate as proposed by Pavel.
* Introduced the macro BITS_PER_ULONG to specify the size
of the machine pointer.
* Casted the result of macro pb_repeated_size() to size_t.
* Use the length modifier %z to print a size_t integer
as proposed by Cyrill.
--
Sincerely yours
Alexander Kartashov
More information about the CRIU
mailing list