sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes

This commit is contained in:
Andrew Morton
2023-04-18 14:53:49 -07:00
11 changed files with 247 additions and 102 deletions

View File

@@ -1308,6 +1308,7 @@ static struct mm_struct *mm_init(struct mm_struct *mm, struct task_struct *p,
fail_pcpu:
while (i > 0)
percpu_counter_destroy(&mm->rss_stat[--i]);
destroy_context(mm);
fail_nocontext:
mm_free_pgd(mm);
fail_nopgd: