+3
−1
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9S5SX CVE: NA ------------------------------------------------------------------ commit 50afa875("mm: prepare to support weighted interleaving mempolicy") kabi reservation for structures task_struct, vm_operations_struct, for support of weighted L/R-based memory interleaving Allocation, the above patch failed to add MPOL_WEIGHTED_INTERLEAVE to the policy_modes array, resulting in out-of-bounds accesses when accessing the policy_modes array in mpol_parse_str. Fixes: 50afa875 ("mm: prepare to support weighted interleaving mempolicy") Signed-off-by:Ze Zuo <zuoze1@huawei.com>