Re: [PATCH] mm/hugeltb: fix renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN

2021-04-01 Thread Pavel Tatashin
> > Andrew, since "mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN" is > > not yet in the mainline, should I send a new version of this patch so > > we won't have bisecting problems in the future? > > I've already added Mike's fix, as > mm-cma-rename-pf_memalloc_nocma-to-pf_memalloc_pin-fix.pat

Re: [PATCH] mm/hugeltb: fix renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN

2021-04-01 Thread Andrew Morton
On Thu, 1 Apr 2021 10:26:36 -0400 Pavel Tatashin wrote: > On Wed, Mar 31, 2021 at 12:38 PM Mike Rapoport wrote: > > > > From: Mike Rapoport > > > > The renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN missed one occurrence > > in mm/hugetlb.c which causes build error: > > > > CC mm/huge

Re: [PATCH] mm/hugeltb: fix renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN

2021-04-01 Thread Pavel Tatashin
On Wed, Mar 31, 2021 at 12:38 PM Mike Rapoport wrote: > > From: Mike Rapoport > > The renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN missed one occurrence > in mm/hugetlb.c which causes build error: > > CC mm/hugetlb.o > mm/hugetlb.c: In function ‘dequeue_huge_page_node_exact’: > mm/huge

[PATCH] mm/hugeltb: fix renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN

2021-03-31 Thread Mike Rapoport
From: Mike Rapoport The renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN missed one occurrence in mm/hugetlb.c which causes build error: CC mm/hugetlb.o mm/hugetlb.c: In function ‘dequeue_huge_page_node_exact’: mm/hugetlb.c:1081:33: error: ‘PF_MEMALLOC_NOCMA’ undeclared (first use in this