[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <7617c200-a7a1-4957-bf5b-c1cc36487563@app.fastmail.com>
Date: Thu, 02 Oct 2025 00:34:49 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>
Cc: Linux-Arch <linux-arch@...r.kernel.org>, linux-kernel@...r.kernel.org,
"Qi Xi" <xiqi2@...wei.com>, "Varad Gautam" <varadgautam@...gle.com>
Subject: [GIT PULL] asm-generic: updates for 6.18
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(-)
Powered by blists - more mailing lists