+18
−15
Loading
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAU4UZ CVE: NA -------------------------------- Like commit db71ef79 ("hugetlb: make free_huge_page irq safe") said, the spinlock may be interrupt by hugetlb freeing path, which will results deadlock. This patch fix such deadlock scenarios by changing spin_lock to spin_lock_irq in every path. Fixes: 0bc0d0d5 ("dhugetlb: backport dynamic hugetlb feature") Signed-off-by:Liu Shixin <liushixin2@huawei.com>