Difference between revisions of "Todo"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
! status | ! status | ||
! comments | ! comments | ||
− | |- | + | |- style="background: green; color: white" |
| kernel || prctl codes || gorcunov@ || done || -mm tree | | kernel || prctl codes || gorcunov@ || done || -mm tree | ||
|- | |- | ||
| kernel || children entry in procfs || gorcunov@ || in-progress || - | | kernel || children entry in procfs || gorcunov@ || in-progress || - | ||
− | |- | + | |- style="background: green; color: white" |
| kernel || mm-struct fields || gorcunov@ || done || -mm tree | | kernel || mm-struct fields || gorcunov@ || done || -mm tree | ||
|- | |- | ||
Line 18: | Line 18: | ||
|- | |- | ||
| crtools || UDP sockets support || gorcunov@ || need to utilize the udp diag subsys || - | | crtools || UDP sockets support || gorcunov@ || need to utilize the udp diag subsys || - | ||
− | |- | + | |- style="background: green; color: white" |
− | | crtools || Unix datagram sockets support || gorcunov@ || | + | | crtools || Unix datagram sockets support || gorcunov@ || done || - |
|- | |- | ||
| kernel/crtools || Sockets backlog value dump || xemul@ || patch sent to Dave || - | | kernel/crtools || Sockets backlog value dump || xemul@ || patch sent to Dave || - | ||
Line 50: | Line 50: | ||
|- | |- | ||
| crtools || Dump restoration logs to per-pid log file || avagin@/gorcunov@ || - || Otherwise there's a mess with on-screen flood | | crtools || Dump restoration logs to per-pid log file || avagin@/gorcunov@ || - || Otherwise there's a mess with on-screen flood | ||
− | |- | + | |- style="background: green; color: white" |
− | | crtools || On fd dup2-ing when restoring need to add "this fd is used" protection || avagin@ || | + | | crtools || On fd dup2-ing when restoring need to add "this fd is used" protection || avagin@ || done || - |
|- | |- | ||
| crtools || Fix mess with image fd-s || xemul@ || - || - | | crtools || Fix mess with image fd-s || xemul@ || - || - |
Revision as of 13:50, 10 January 2012
component | task | assignee | status | comments |
---|---|---|---|---|
kernel | prctl codes | gorcunov@ | done | -mm tree |
kernel | children entry in procfs | gorcunov@ | in-progress | - |
kernel | mm-struct fields | gorcunov@ | done | -mm tree |
crtools | Sockets dump/restore | xemul@/gorcunov@ | partially implemented | Sockets |
kernel/crtools | socket queues dump | xemul@ | prototype exists, need to send | - |
crtools | UDP sockets support | gorcunov@ | need to utilize the udp diag subsys | - |
crtools | Unix datagram sockets support | gorcunov@ | done | - |
kernel/crtools | Sockets backlog value dump | xemul@ | patch sent to Dave | - |
kernel/crtools | TCP sockets support | xemul@ | have no idea :( | - |
crtools | Unix in-flight connections support | gorcunov@ | need to use the ICONS diag field | - |
kernel | kernel object IDs | gorcunov@ | sent-for-review | - |
crtools | Fix memory checkpointing | - | not implemented | Memory dumping and restoring |
kernel/crtools | Fix mincore bits | xemul@ | sent-for-review | - |
kernel/crtools | Rework and submit MINCORE_ANON | xemul@ | sent-for-review | - |
kernel/crtools | Implement MINCORE_SWAP - swapped pages are skipped by us currently | xemul@ | sent-for-review | - |
kernel/crtools | Fix shared regions migration | gorcunov@ | - | - |
crtools | Learn to work with shared struct file-s | avagin@ | not implemented | depends on "object IDs". Need to send file via unix socket |
kernel/crtools | Learn to work with namespaces (ipc and net are of the most interest) | gorcunov@ | not implemented | depends on "object IDs" |
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 | Get rid of shmem_update_real_pid() | gorcunov@ | - | this one was required when we restored tasks without pids. Nowadays this can be removed. |
crtools | Dump restoration logs to per-pid log file | avagin@/gorcunov@ | - | Otherwise there's a mess with on-screen flood |
crtools | On fd dup2-ing when restoring need to add "this fd is used" protection | avagin@ | done | - |
crtools | Fix mess with image fd-s | xemul@ | - | - |
crtools | Task IDs -- gid/suid/sid/fsid/etc. | gorcunov@ | - | - |
crtools | Task's ignored signals mask | gorcunov@ | - | - |
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 | - | - | - |