summaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
diff options
context:
space:
mode:
authorBecky Bruce2011-07-26 02:11:49 +0200
committerLinus Torvalds2011-07-26 05:57:07 +0200
commit2b37c35e6552b0d04d5db9728bc7af22d53f731a (patch)
tree5ccccfe90e6bfb472e6000fd4f55c9be66eb795c /mm/hugetlb.c
parentipc/sem.c: fix race with concurrent semtimedop() timeouts and IPC_RMID (diff)
downloadkernel-qcow2-linux-2b37c35e6552b0d04d5db9728bc7af22d53f731a.tar.gz
kernel-qcow2-linux-2b37c35e6552b0d04d5db9728bc7af22d53f731a.tar.xz
kernel-qcow2-linux-2b37c35e6552b0d04d5db9728bc7af22d53f731a.zip
fs/hugetlbfs/inode.c: fix pgoff alignment checking on 32-bit
This: vma->vm_pgoff & ~(huge_page_mask(h) >> PAGE_SHIFT) is incorrect on 32-bit. It causes us to & the pgoff with something that looks like this (for a 4m hugepage): 0xfff003ff. The mask should be flipped and *then* shifted, to give you 0x0000_03fff. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/hugetlb.c')
0 files changed, 0 insertions, 0 deletions