public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] locking changes for v6.9
@ 2024-03-11 11:20 Ingo Molnar
  2024-03-12  3:32 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2024-03-11 11:20 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Thomas Gleixner, Will Deacon,
	Waiman Long, Boqun Feng, Borislav Petkov

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] locking changes for v6.9
  2024-03-11 11:20 [GIT PULL] locking changes for v6.9 Ingo Molnar
@ 2024-03-12  3:32 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-03-12  3:32 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Peter Zijlstra, Thomas Gleixner,
	Will Deacon, Waiman Long, Boqun Feng, Borislav Petkov

The pull request you sent on Mon, 11 Mar 2024 12:20:12 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a5b1a017cb76e4898dd62fcb97e8aee6a63b33b5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-12  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-11 11:20 [GIT PULL] locking changes for v6.9 Ingo Molnar
2024-03-12  3:32 ` 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