Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86/mm: Recompute physical address for every page of per-CPU CEA mapping
Recompute the physical address for each per-CPU page in the CPU entry area, a recent commit inadvertantly modified cea_map_percpu_pages() such that every PTE is mapped to the physical address of the first page. Fixes: 9fd429c ("x86/kasan: Map shadow for percpu pages on demand") Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com> Signed-off-by: Sean Christopherson <seanjc@google.com>
- Loading branch information