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
a385c6fa
Commit
a385c6fa
authored
Nov 02, 2012
by
Pavel Emelyanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rst: Print more debug when pre-opening vma-s
Signed-off-by:
Pavel Emelyanov
<
xemul@parallels.com
>
parent
1fe795c5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
cr-restore.c
cr-restore.c
+4
-2
No files found.
cr-restore.c
View file @
a385c6fa
...
...
@@ -213,8 +213,9 @@ static int read_and_open_vmas(int pid, struct list_head *vmas, int *nr_vmas)
if
(
!
(
vma_entry_is
(
&
vma
->
vma
,
VMA_AREA_REGULAR
)))
continue
;
pr_info
(
"Opening 0x%016lx-0x%016lx 0x%016lx vma
\n
"
,
vma
->
vma
.
start
,
vma
->
vma
.
end
,
vma
->
vma
.
pgoff
);
pr_info
(
"Opening 0x%016lx-0x%016lx 0x%016lx (%x) vma
\n
"
,
vma
->
vma
.
start
,
vma
->
vma
.
end
,
vma
->
vma
.
pgoff
,
vma
->
vma
.
status
);
if
(
vma_entry_is
(
&
vma
->
vma
,
VMA_AREA_SYSVIPC
))
ret
=
vma
->
vma
.
shmid
;
...
...
@@ -231,6 +232,7 @@ static int read_and_open_vmas(int pid, struct list_head *vmas, int *nr_vmas)
break
;
}
pr_info
(
"
\t
`- setting %d as mapping fd
\n
"
,
ret
);
vma
->
vma
.
fd
=
ret
;
}
...
...
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