From: Mark Fortescue <mark@mtfhpc.demon.co.uk> Date: Tue, 31 Jul 2007 06:35:29 +0100 (BST)get_user_pages() essentially walks through the requested user address space, faults in pages if necessary, and returns references to those pages. The logic of get_user_pages() you need to be concerned about is this inner loop: while (!(page = follow_page(vma, start, foll_flags))) { int ret; ret = handle_mm_fault(mm, vma, start, foll_flags & FOLL_WRITE); ... } handle_mm_fault() does all the dirty work of a page fault, and is how we get to update_mmu_cache(), the sun4c implementation of which is where you see the crash. -
| Mark Lord | 2.6.25-rc8: FTP transfer errors |
| Kamalesh Babulal | Re: 2.6.23-rc6-mm1 |
| Greg Kroah-Hartman | [PATCH 025/196] paride: Convert from class_device to device for block/paride |
| Stephen Rothwell | Announce: Linux-next (Or Andrew's dream :-)) |
git: | |
| Linus Torvalds | Re: iptables very slow after commit 784544739a25c30637397ace5489eeb6e15d7d49 |
| David Miller | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 18/37] dccp: Support for Mandatory options |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
