Re: linux-next: Tree for Nov 28 (arch/x86/mm/kaiser.c)

From: Thomas Gleixner
Date: Tue Nov 28 2017 - 12:08:45 EST


On Tue, 28 Nov 2017, Randy Dunlap wrote:

> On 11/27/2017 07:52 PM, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20171127:
> >
> > New trees: ntb, kvm-master, at24
> >
>
>
> on x86_64:
>
> ../arch/x86/mm/kaiser.c: In function 'kaiser_shadow_pagetable_walk':
> ../arch/x86/mm/kaiser.c:173:28: error: '__GFP_NOTRACK' undeclared (first use in this function)
> gfp_t gfp = (GFP_KERNEL | __GFP_NOTRACK | __GFP_ZERO);

Yes, we need to remove that before merging it into next. The branch is
still based on something which has notrack for various reasons.

Thanks,

tglx