contigmalloc & access protection failure

Ray Kinsella raykinsella78 at gmail.com
Sun May 10 16:58:13 UTC 2009


ah I specified VM_PROT_ALL because I though that was "protecting"
against reads/writes and executes.
I had it the wrong way around, it was that VM_PROT that confused me,
my kernel panic works perfectly now thanks.

Regards

Ray Kinsella

On Sun, May 10, 2009 at 5:22 PM, Ryan Stone <rysto32 at gmail.com> wrote:
> Oh, and you're passing VM_PROT_ALL -- that says "map this
> read/write/execute".  You want VM_PROT_READ
>
> Ryan Stone
>


More information about the freebsd-hackers mailing list