+9
−2
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAD6H2 ---------------------------------------- Since bf14ed81f571 ("mm/page_alloc: Separate THP PCP into movable and non-movable categories"), NR_PCP_LISTS increases by 1 when CONFIG_TRANSPARENT_HUGEPAGE is enabled and leads to kabi breakage of struct per_cpu_pages. Since struct per_cpu_pages contains hole at the end, we can directly add one list without breaking KABI. Fixes: bf14ed81f571 ("mm/page_alloc: Separate THP PCP into movable and non-movable categories") Signed-off-by:Jinjiang Tu <tujinjiang@huawei.com>