commit | f96efd585b8d847181f81bf16721f96ded18d9fe | [log] [tgz] |
---|---|---|
author | Joe Jin <joe.jin@oracle.com> | Sun Jul 15 23:38:12 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jul 16 09:05:35 2007 -0700 |
tree | 10821321b4f501e3126606ef2b54eb356ec8ef77 | |
parent | 2706a1b89b1a3e7434a668d4a9d15f616da96685 [diff] |
hugetlb: fix race in alloc_fresh_huge_page() That static `nid' index needs locking. Without it we can end up calling alloc_pages_node() with an illegal node ID and the kernel crashes. Acked-by: gurudas pai <gurudas.pai@oracle.com> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>