]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten names
authorSean Christopherson <seanjc@google.com>
Thu, 10 Nov 2022 20:35:02 +0000 (20:35 +0000)
committerDave Hansen <dave.hansen@linux.intel.com>
Thu, 15 Dec 2022 18:37:28 +0000 (10:37 -0800)
commit7077d2ccb94dafd00b29cc2d601c9f6891648f5b
treefa99ea95f13c45fcacca15485c3d5a630043a8e8
parent97650148a15e0b30099d6175ffe278b9f55ec66a
x86/kasan: Rename local CPU_ENTRY_AREA variables to shorten names

Rename the CPU entry area variables in kasan_init() to shorten their
names, a future fix will reference the beginning of the per-CPU portion
of the CPU entry area, and shadow_cpu_entry_per_cpu_begin is a bit much.

No functional change intended.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Link: https://lkml.kernel.org/r/20221110203504.1985010-4-seanjc@google.com
arch/x86/mm/kasan_init_64.c