summaryrefslogtreecommitdiffstats
path: root/lib/genalloc.c
diff options
context:
space:
mode:
authorWei Yang2015-09-05 00:47:38 +0200
committerLinus Torvalds2015-09-05 01:54:41 +0200
commitc0a294988322a804901fe24222027fe8a34defcb (patch)
tree19ba1165faa4f8c5892c65cb0efb3e497c2205da /lib/genalloc.c
parentDocumentation/features/vm: add feature description and arch support status fo... (diff)
downloadkernel-qcow2-linux-c0a294988322a804901fe24222027fe8a34defcb.tar.gz
kernel-qcow2-linux-c0a294988322a804901fe24222027fe8a34defcb.tar.xz
kernel-qcow2-linux-c0a294988322a804901fe24222027fe8a34defcb.zip
mm/memblock: WARN_ON when nid differs from overlap region
Each memblock_region has nid to indicates the Node ID of this range. For the overlap case, memblock_add_range() inserts the lower part and leave the upper part as indicated in the overlapped region. If the nid of the new range differs from the overlapped region, the information recorded is not correct. This patch adds a WARN_ON when the nid of the new range differs from the overlapped region. Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com> Acked-by: David Rientjes <rientjes@google.com> Cc: Tejun Heo <tj@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/genalloc.c')
0 files changed, 0 insertions, 0 deletions