mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] LKMM changes for v6.11
@ 2024-07-14 16:28 Paul E. McKenney
  2024-07-15 23:56 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Paul E. McKenney @ 2024-07-14 16:28 UTC (permalink / raw)
  To: torvalds
  Cc: linux-kernel, linux-arch, lkmm, stern, parri.andrea, will,
	peterz, boqun.feng, npiggin, dhowells, j.alglave, luc.maranget,
	akiyks, dlustig, joel

Hello, Linux,

When the merge window opens, please pull this LKMM update from:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tags/lkmm.2024.07.12a
  # HEAD: ea6ee1bac6034cb4e91bcc229ed1354ca1a024d5: tools/memory-model: Code reorganization in lock.cat (2024-06-06 11:24:58 -0700)

----------------------------------------------------------------
lkmm: Fix corner-case locking bug and improve documentation

A simple but odd single-process litmus test acquires and immediately
releases a lock, then calls spin_is_locked().  LKMM acts if it was
a deadlock due to an assumption that spin_is_locked() will follow a
spin_lock() or some other process's spin_unlock().  This litmus test
manages to violate this assumption because the spin_is_locked() follows
the same process's spin_unlock().

This series fixes this bug, reorganizes and optimizes the lock.cat model,
and updates documentation.

----------------------------------------------------------------
Alan Stern (2):
      tools/memory-model: Fix bug in lock.cat
      tools/memory-model: Code reorganization in lock.cat

Paul E. McKenney (2):
      tools/memory-model: Add KCSAN LF mentorship session citation
      tools/memory-model: Add access-marking.txt to README

 tools/memory-model/Documentation/README            |  4 ++
 .../memory-model/Documentation/access-marking.txt  | 10 ++--
 tools/memory-model/lock.cat                        | 62 +++++++++++++---------
 3 files changed, 49 insertions(+), 27 deletions(-)

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

* Re: [GIT PULL] LKMM changes for v6.11
  2024-07-14 16:28 [GIT PULL] LKMM changes for v6.11 Paul E. McKenney
@ 2024-07-15 23:56 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-07-15 23:56 UTC (permalink / raw)
  To: Paul E. McKenney
  Cc: torvalds, linux-kernel, linux-arch, lkmm, stern, parri.andrea,
	will, peterz, boqun.feng, npiggin, dhowells, j.alglave,
	luc.maranget, akiyks, dlustig, joel

The pull request you sent on Sun, 14 Jul 2024 09:28:43 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tags/lkmm.2024.07.12a

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

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-07-15 23:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-14 16:28 [GIT PULL] LKMM changes for v6.11 Paul E. McKenney
2024-07-15 23:56 ` 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

all inboxes | Powered by JetHome®