Re: [PATCH] x86/mm/pat: Fix L1TF stable backport for CPA
From: Andi Kleen
Date: Thu Sep 06 2018 - 16:27:53 EST
> And what about populate_pud?
> set_pud(pud, pud_mkhuge(pfn_pud(cpa->pfn,
> canon_pgprot(pud_pgprot))));
>
> start += PUD_SIZE;
> cpa->pfn += PUD_SIZE;
Yes you're right. That case needs to be fixed too.
Are you sending a patch, or should I?
-Andi