From: Nick Piggin Date: Tue, 29 Nov 2005 07:43:17 +0000 (+1100) Subject: [PATCH] Fix vma argument in get_usr_pages() for gate areas X-Git-Tag: v2.6.15-rc4~4^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa2a455b028f3b6ca4dae129c6337d7edf21f12c;p=pandora-kernel.git [PATCH] Fix vma argument in get_usr_pages() for gate areas The system call gate area handling called vm_normal_page() with the wrong vma (which was always NULL, and caused an oops). Signed-off-by: Nick Piggin Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed