Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
6307ce67
Commit
6307ce67
authored
Oct 06, 2011
by
Cyrill Gorcunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel: Update changelog for elf-checkpoint file
Signed-off-by:
Cyrill Gorcunov
<
gorcunov@gmail.com
>
parent
e47408c9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
binfmt-elf-for-cr-5
kernel/binfmt-elf-for-cr-5
+12
-3
No files found.
kernel/binfmt-elf-for-cr-5
View file @
6307ce67
...
...
@@ -5,9 +5,18 @@ Elf file format, which includes
- new Elf file type ET_CKPT
- three additional program header types PT_CKPT_VMA, PT_CKPT_CORE
and PT_CKPT_PAGES. PT_CKPT_VMA holds 'vma_entry' structure,
PT_CKPT_CORE -- 'core_entry' structure and PT_CKPT_PAGES --
a set of all pages which are to be read into process memory.
and PT_CKPT_PAGES.
PT_CKPT_VMA -- holds 'vma_entry' structure, which describes the
memory area kernel should map. It also might contain file descriptor
number so kernel will be mapping file povided. Usually such file get
opened by user-space helper which prepares 'vma_entry' structure
for kernel.
PT_CKPT_CORE -- 'core_entry' structure (registers, tls, etc)
PT_CKPT_PAGES -- a set of all pages which are to be read into
process memory.
v2: (from Andrew Vagin)
- load fs_base and gs_base via do_arch_prctl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment