* [GIT PULL] asm-generic: updates for 6.18
@ 2025-10-01 22:34 Arnd Bergmann
2025-10-02 1:10 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2025-10-01 22:34 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux-Arch, linux-kernel, Qi Xi, Varad Gautam
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-02 1:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-01 22:34 [GIT PULL] asm-generic: updates for 6.18 Arnd Bergmann
2025-10-02 1:10 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).