[GIT PULL] asm-generic updates for 6.12

From: Arnd Bergmann
Date: Thu Sep 26 2024 - 11:55:08 EST


The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:

Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-6.12

for you to fetch changes up to 92a10d3861491d09e73b35db7113dd049659f588:

runtime constants: move list of constants to vmlinux.lds.h (2024-08-19 09:48:14 +0200)

----------------------------------------------------------------
asm-generic updates for 6.12

These are only two small patches, one cleanup for arch/alpha
and a preparation patch cleaning up the handling of runtime
constants in the linker scripts.

----------------------------------------------------------------
Al Viro (1):
alpha: no need to include asm/xchg.h twice

Jann Horn (1):
runtime constants: move list of constants to vmlinux.lds.h

arch/alpha/include/asm/cmpxchg.h | 239 +++++++++++++++++++++++++++++++++---
arch/alpha/include/asm/xchg.h | 246 --------------------------------------
arch/arm64/kernel/vmlinux.lds.S | 3 +-
arch/s390/kernel/vmlinux.lds.S | 3 +-
arch/x86/kernel/vmlinux.lds.S | 3 +-
include/asm-generic/vmlinux.lds.h | 4 +
6 files changed, 230 insertions(+), 268 deletions(-)
delete mode 100644 arch/alpha/include/asm/xchg.h