From 6bd95e402dcb542d69ec1ccd40e57d0618e9f22b Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Fri, 30 Sep 2011 14:26:24 +0400 Subject: [PATCH] Add TODO Signed-off-by: Cyrill Gorcunov --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 000000000..ae40bdcc0 --- /dev/null +++ b/TODO @@ -0,0 +1,14 @@ +Some things which are to be done +-------------------------------- + +- cgroups should be used instead of explicit task stops by signals +- dump/restore of network connections +- dump/restore of IPC +- on restore the former process name should be restored as well (use prctl with PR_SET_NAME) +- consider dropping VMA data from Elf contents but to use program header instead +- (by Pekka Enberg) add a 'make check' or tools/test script that people can run to + do a full fork/dump/restore/kill cycle +- (by Pekka Enberg) convert kernel patches into a proper kernel git tree people can pull +- cr-restore.c should be significantly refactored +- 'crtools show' should support showing only a subset of resources dumped such as + pipes/vma/ and etc...