Difference between revisions of "Todo"

From CRIU
Jump to navigation Jump to search
(path resolutions are more or less ready)
Line 20: Line 20:
 
|-
 
|-
 
| crtools || paranoid dumping and restoring || - || - || make paranoiad checks for what we dump. E.g. pgid being valid (withing session) and fds drained from parasite are valid
 
| crtools || paranoid dumping and restoring || - || - || make paranoiad checks for what we dump. E.g. pgid being valid (withing session) and fds drained from parasite are valid
|-
 
| crtools || paths resolution relative to mnt ns root, chroot, etc. || avagin@ || in progress || -
 
 
|-
 
|-
 
| kernel || fdinfo extension || gorcunov@ || in progress || Need to rework and resubmit the patches
 
| kernel || fdinfo extension || gorcunov@ || in progress || Need to rework and resubmit the patches

Revision as of 14:42, 15 August 2012

component task assignee status comments
crtools partially unlinked files xemul@ - files whose fd's name is unlinked, but link count is !0
crtools Shared objects (mm/fs/fdtable) support avagin@ not implemented depends on "object IDs"
kernel Provide own defconfig gorcunov@ not implemented suggested by avagin@
crtools Rework dump_one_reg_file to use fhandles - - This is required to work with overmounted files and not to store the long file path (will not work with rsync-ed private :( )
crtools terminals gorcunov@ in progress -
crtools parasite-markers gorcunov@ in progress parasite code should be marked to not dump it twice on subsequent c/r (uuid based solution, I've a draft version of uuid gens and such)
crtools paranoid dumping and restoring - - make paranoiad checks for what we dump. E.g. pgid being valid (withing session) and fds drained from parasite are valid
kernel fdinfo extension gorcunov@ in progress Need to rework and resubmit the patches
kernel/crtools posix timers - - Need new kernel API for a) listing existing timers and b) fetching timer notify configuration.