[GIT PULL] x86/cleanups for v6.15

From: Ingo Molnar
Date: Sat Mar 22 2025 - 07:50:41 EST


Linus,

Please pull the latest x86/cleanups Git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-cleanups-2025-03-22

# HEAD: ec73859d76db768da97ee799a91eb9c7d28974fe x86/coco: Replace 'static const cc_mask' with the newly introduced cc_get_mask() function

Miscellaneous x86 cleanups by Arnd Bergmann, Charles Han,
Mirsad Todorovac, Randy Dunlap, Thorsten Blum and Zhang Kunbo.

Thanks,

Ingo

------------------>
Arnd Bergmann (1):
x86/coco: Replace 'static const cc_mask' with the newly introduced cc_get_mask() function

Charles Han (1):
x86/delay: Fix inconsistent whitespace

Mirsad Todorovac (1):
selftests/x86/syscall: Fix coccinelle WARNING recommending the use of ARRAY_SIZE()

Randy Dunlap (1):
x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s description

Thorsten Blum (1):
x86/apic: Use str_disabled_enabled() helper in print_ipi_mode()

Zhang Kunbo (2):
x86/irq: Fix missing declaration of 'io_apic_irqs'
x86/platform: Fix missing declaration of 'x86_apple_machine'


arch/x86/include/asm/coco.h | 10 +++++++++-
arch/x86/include/asm/pgtable_types.h | 2 +-
arch/x86/kernel/apic/ipi.c | 3 ++-
arch/x86/kernel/i8259.c | 1 +
arch/x86/kernel/quirks.c | 2 ++
arch/x86/lib/delay.c | 2 +-
arch/x86/lib/usercopy_64.c | 2 +-
tools/testing/selftests/x86/syscall_numbering.c | 3 ++-
8 files changed, 19 insertions(+), 6 deletions(-)