[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <3ae425d4-1cc5-43f8-84f0-501d31938a6f@app.fastmail.com>
Date: Thu, 26 Sep 2024 15:54:33 +0000
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: "Jann Horn" <jannh@...gle.com>, "Al Viro" <viro@...iv.linux.org.uk>,
linux-kernel@...r.kernel.org, Linux-Arch <linux-arch@...r.kernel.org>
Subject: [GIT PULL] asm-generic updates for 6.12
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
Powered by blists - more mailing lists