Re: [PATCH] fix bogon in /dev/mem mmap'ing on nommu

2007-04-12 Thread David Howells
Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > While digging through my MAP_FIXED changes, I found that rather obvious > bug in /dev/mem mmap implementation for nommu archs. get_unmapped_area() > is expected to return an address, not a pfn. Acked-By: David Howells <[EMAIL PROTECTED]> - To

Re: [PATCH] fix bogon in /dev/mem mmap'ing on nommu

2007-04-12 Thread David Howells
Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: While digging through my MAP_FIXED changes, I found that rather obvious bug in /dev/mem mmap implementation for nommu archs. get_unmapped_area() is expected to return an address, not a pfn. Acked-By: David Howells [EMAIL PROTECTED] - To

[PATCH] fix bogon in /dev/mem mmap'ing on nommu

2007-04-11 Thread Benjamin Herrenschmidt
While digging through my MAP_FIXED changes, I found that rather obvious bug in /dev/mem mmap implementation for nommu archs. get_unmapped_area() is expected to return an address, not a pfn. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> --- I suppose that can go in anytime, and

[PATCH] fix bogon in /dev/mem mmap'ing on nommu

2007-04-11 Thread Benjamin Herrenschmidt
While digging through my MAP_FIXED changes, I found that rather obvious bug in /dev/mem mmap implementation for nommu archs. get_unmapped_area() is expected to return an address, not a pfn. Signed-off-by: Benjamin Herrenschmidt [EMAIL PROTECTED] --- I suppose that can go in anytime, and probably