linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: Linux-Arch <linux-arch@vger.kernel.org>,
	linux-kernel@vger.kernel.org, "Qi Xi" <xiqi2@huawei.com>,
	"Varad Gautam" <varadgautam@google.com>
Subject: [GIT PULL] asm-generic: updates for 6.18
Date: Thu, 02 Oct 2025 00:34:49 +0200	[thread overview]
Message-ID: <7617c200-a7a1-4957-bf5b-c1cc36487563@app.fastmail.com> (raw)

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(-)

             reply	other threads:[~2025-10-01 22:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-01 22:34 Arnd Bergmann [this message]
2025-10-02  1:10 ` [GIT PULL] asm-generic: updates for 6.18 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7617c200-a7a1-4957-bf5b-c1cc36487563@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=varadgautam@google.com \
    --cc=xiqi2@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).