[GIT PULL] asm-generic: updates for 6.18
From: Arnd Bergmann
Date: Wed Oct 01 2025 - 18:35:24 EST
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-6.18
for you to fetch changes up to edcc8a38b5ac1a3dbd05e113a38a25b937ebefe5:
once: fix race by moving DO_ONCE to separate section (2025-09-25 08:01:16 +0200)
----------------------------------------------------------------
asm-generic: updates for 6.18
Two small patches for the asm-generic header files: Varad Gautam improves
the MMIO tracing to be faster when the tracepoints are built into the
kernel but disabled, while Qi Xi updates the DO_ONCE logic so that
clearing the WARN_ONCE() flags does not change the other DO_ONCE users.
----------------------------------------------------------------
Qi Xi (1):
once: fix race by moving DO_ONCE to separate section
Varad Gautam (1):
asm-generic/io.h: Skip trace helpers if rwmmio events are disabled
include/asm-generic/io.h | 98 ++++++++++++++++++++++++++-------------
include/asm-generic/vmlinux.lds.h | 1 +
include/linux/once.h | 4 +-
3 files changed, 69 insertions(+), 34 deletions(-)