Re: make PROT_WRITE imply PROT_READ

From: Arjan van de Ven
Date: Fri Jun 23 2006 - 10:05:00 EST



>
> hi,
>
> So if i create a PROT_WRITE only mapping and then read from first and then
> writte to it a get a SEGV. However, if i write to it first and then read
> from it, i don't get a SEGV...Why should the read/write ordering matter?

it matters only on those cpus that don't have explicit/separate read
permissions (just like PROT_EXEC is implied on cpus that don't have a
special permission bit for that)...



-
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/