]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/percpu/64: Remove fixed_percpu_data
authorBrian Gerst <brgerst@gmail.com>
Thu, 23 Jan 2025 19:07:41 +0000 (14:07 -0500)
committerIngo Molnar <mingo@kernel.org>
Tue, 18 Feb 2025 09:15:43 +0000 (10:15 +0100)
commitb5c4f95351a097a635c1a7fc8d9efa18308491b5
treebfeab17550fdb95fb054590cf8a66abba2db2795
parent9d7de2aa8b41407bc96d89a80dc1fd637d389d42
x86/percpu/64: Remove fixed_percpu_data

Now that the stack protector canary value is a normal percpu variable,
fixed_percpu_data is unused and can be removed.

Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Uros Bizjak <ubizjak@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lore.kernel.org/r/20250123190747.745588-10-brgerst@gmail.com
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/vmlinux.lds.S
arch/x86/tools/relocs.c