ANDROID: mm: disable speculative page faults for CONFIG_NUMA
do_numa_page() uses pte_offset_map() directly and needs to implement additional mechanisms to ensure the mempolicy object used in numa_migrate_prep() is not destroyed from under it when speculating. Rather than fixing this, just disable speculation for CONFIG_NUMA for now and fix it if it's ever needed in Android. Bug: 257443051 Change-Id: Ib5750b9809979a69a42ebfa6c130e123f416f1aa Signed-off-by:Suren Baghdasaryan <surenb@google.com> Signed-off-by:
Lee Jones <joneslee@google.com>
Loading
Please sign in to comment