From: Oleg Nesterov Date: Fri, 15 Jun 2012 15:43:22 +0000 (+0200) Subject: uprobes: Valid_vma() should reject VM_HUGETLB X-Git-Tag: v3.6-rc1~167^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea131377148cdfe90641b42ae9aa5a6b3a4fa327;p=pandora-kernel.git uprobes: Valid_vma() should reject VM_HUGETLB __replace_page() obviously can't work with the hugetlbfs mappings, uprobe_register() will likely crash the kernel. Change valid_vma() to check VM_HUGETLB as well. As for PageTransHuge() no need to worry, vma->vm_file != NULL. Signed-off-by: Oleg Nesterov Acked-by: Srikar Dronamraju Cc: Ananth N Mavinakayanahalli Cc: Anton Arapov Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20120615154322.GA9561@redhat.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed