public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Peter Zijlstra <peterz@infradead.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Will Deacon <will@kernel.org>, Waiman Long <longman@redhat.com>,
	Boqun Feng <boqun.feng@gmail.com>, Borislav Petkov <bp@alien8.de>
Subject: [GIT PULL] locking changes for v6.9
Date: Mon, 11 Mar 2024 12:20:12 +0100	[thread overview]
Message-ID: <Ze7o7FAK8QkRLg7o@gmail.com> (raw)

Linus,

Please pull the latest locking/core git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking-core-2024-03-11

   # HEAD: ce3576ebd62d99f79c1dc98824e2ef6d6ab68434 locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters()

Locking changes for v6.9:

- Micro-optimize local_xchg() and the rtmutex code on x86

- Fix percpu-rwsem contention tracepoints

- Simplify debugging Kconfig dependencies

- Update/clarify the documentation of atomic primitives

- Misc cleanups

Thanks,

	Ingo

------------------>
Mark Rutland (1):
      locking/atomic: scripts: Clarify ordering of conditional atomics

Namhyung Kim (1):
      locking/percpu-rwsem: Trigger contention tracepoints only if contended

Uros Bizjak (2):
      locking/x86: Implement local_xchg() using CMPXCHG without the LOCK prefix
      locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters()

Waiman Long (4):
      locking/qspinlock: Fix 'wait_early' set but not used warning
      locking/mutex: Simplify <linux/mutex.h>
      locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hint
      locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive


 arch/x86/include/asm/local.h                 | 16 ++++++-
 include/linux/atomic/atomic-arch-fallback.h  | 46 +++++++++++++++----
 include/linux/atomic/atomic-instrumented.h   | 68 ++++++++++++++++++++++------
 include/linux/atomic/atomic-long.h           | 24 ++++++++--
 include/linux/mutex.h                        |  8 +---
 kernel/locking/percpu-rwsem.c                | 11 +++--
 kernel/locking/qspinlock_paravirt.h          |  2 +-
 kernel/locking/rtmutex.c                     |  9 ++--
 kernel/locking/rwsem.c                       |  6 +--
 lib/Kconfig.debug                            |  4 +-
 scripts/atomic/kerneldoc/add_unless          |  1 +
 scripts/atomic/kerneldoc/cmpxchg             |  1 +
 scripts/atomic/kerneldoc/dec_if_positive     |  1 +
 scripts/atomic/kerneldoc/dec_unless_positive |  1 +
 scripts/atomic/kerneldoc/inc_not_zero        |  1 +
 scripts/atomic/kerneldoc/inc_unless_negative |  1 +
 scripts/atomic/kerneldoc/try_cmpxchg         |  3 +-
 17 files changed, 154 insertions(+), 49 deletions(-)

             reply	other threads:[~2024-03-11 11:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-11 11:20 Ingo Molnar [this message]
2024-03-12  3:32 ` [GIT PULL] locking changes for v6.9 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=Ze7o7FAK8QkRLg7o@gmail.com \
    --to=mingo@kernel.org \
    --cc=boqun.feng@gmail.com \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=longman@redhat.com \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=will@kernel.org \
    /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