* problem with gate_vma flags?
@ 2005-12-08 20:36 Christopher Friesen
0 siblings, 0 replies; only message in thread
From: Christopher Friesen @ 2005-12-08 20:36 UTC (permalink / raw)
To: lkml
When viewing /proc/<pid>/maps on i386, the final page shows up as :
ffffe000-fffff000 ---p 00000000 00:00 0
If I'm reading the code correctly, this is the address range controlled
by gate_vma.
The permissions are marked as nothing because when this vma is created
"vm_flags" is set to 0. However, shouldn't it be at least VM_READ and
possibly also VM_EXEC?
Chris
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-12-08 20:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-08 20:36 problem with gate_vma flags? Christopher Friesen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.