]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/numa: document topology_updates_enabled, disable by default
authorNathan Lynch <nathanl@linux.ibm.com>
Thu, 18 Apr 2019 18:56:58 +0000 (13:56 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 20 Apr 2019 12:03:59 +0000 (22:03 +1000)
commit95199f65e759727024b1e0ad17e62362c5957691
tree7875a04e55f4cb93e2f67f062026a7113ca0775f
parentd44fa3e02ed547a4b38f1d58292c362bd57fae69
powerpc/numa: document topology_updates_enabled, disable by default

Changing the NUMA associations for CPUs and memory at runtime is
basically unsupported by the core mm, scheduler etc. We see all manner
of crashes, warnings and instability when the pseries code tries to do
this. Disable this behavior by default, and document the switch a bit.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/numa.c