problem with gate_vma flags?

From: Christopher Friesen
Date: Thu Dec 08 2005 - 15:36:23 EST



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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/