Difference between revisions of "What's bad with V1 images"

From CRIU
Jump to navigation Jump to search
(Created)
 
(+ blk_sigset problem)
Line 4: Line 4:
 
* ipc-msg.proto ipc_msg/ipc_msg_entry names mess
 
* ipc-msg.proto ipc_msg/ipc_msg_entry names mess
 
* sk-packet.proto vs packet-sock.proto names mess (all sockets .proto files are sk-<something>)
 
* sk-packet.proto vs packet-sock.proto names mess (all sockets .proto files are sk-<something>)
 +
* core.proto blk_sigset for master thread is on task_core_entry, but should be in respective thread_core_entry

Revision as of 11:01, 6 December 2012

Current images format is great, but sometimes we find problems with it. This page collects all we don't like about them and would like to change some time in the future (once we change this, image format version will be changed as well).

  • vma.proto vma_entry->fd is unused
  • ipc-msg.proto ipc_msg/ipc_msg_entry names mess
  • sk-packet.proto vs packet-sock.proto names mess (all sockets .proto files are sk-<something>)
  • core.proto blk_sigset for master thread is on task_core_entry, but should be in respective thread_core_entry