]> www.infradead.org Git - users/willy/xarray.git/commit
mm/memory_hotplug: prevent accessing by index=-1
authorAnastasia Belova <abelova@astralinux.ru>
Thu, 6 Jun 2024 08:06:59 +0000 (11:06 +0300)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 4 Jul 2024 02:30:09 +0000 (19:30 -0700)
commit5958d35917e1296f46dfc8b8c959732efd6d8d5d
tree7f400b60c0d7e4464eb1d19fdbd1bd2efb304ca4
parentf742829d32e242b542f8b6628d75141c2dd2dc2d
mm/memory_hotplug: prevent accessing by index=-1

nid may be equal to NUMA_NO_NODE=-1.  Prevent accessing node_data array by
invalid index with check for nid.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Link: https://lkml.kernel.org/r/20240606080659.18525-1-abelova@astralinux.ru
Fixes: e83a437faa62 ("mm/memory_hotplug: introduce "auto-movable" online policy")
Signed-off-by: Anastasia Belova <abelova@astralinux.ru>
Acked-by: David Hildenbrand <david@redhat.com>
Acked-by: Oscar Salvador <osalvador@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory_hotplug.c