https://github.com/torvalds/linux
Revision 3b42d28b2a04b3c9830eb865288239d45eccc402 authored by Christoph Lameter on 31 August 2007, 07:12:08 UTC, committed by Linus Torvalds on 31 August 2007, 08:42:23 UTC
Page migration currently does not check if the target of the move contains
nodes that that are invalid (if root attempts to migrate pages)
and may try to allocate from invalid nodes if these are specified
leading to oopses.

Return -EINVAL if an offline node is specified.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Cc: Shaohua Li <shaohua.li@intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent dec4ad8
History
Tip revision: 3b42d28b2a04b3c9830eb865288239d45eccc402 authored by Christoph Lameter on 31 August 2007, 07:12:08 UTC
Page migration: Do not accept invalid nodes in the target nodeset
Tip revision: 3b42d28
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 607 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 89.3 KB
Kbuild -rw-r--r-- 1.5 KB
MAINTAINERS -rw-r--r-- 91.2 KB
Makefile -rw-r--r-- 50.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top