+10
−0
+1
−1
+2
−2
+2
−2
+2
−2
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAF8L3 -------------------------------- To skip unexpected migration on dynamic pool, we should also check whether the page is allocated from dynamic pool, add page_from_dynamic_pool(). Add page_from_or_in_dynamic_pool() helper to simplify the check. Fixes: 9532dabe ("mm/dynamic_pool: skip unexpected migration") Signed-off-by:Liu Shixin <liushixin2@huawei.com>