linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] locking fixes
@ 2025-12-06 11:32 Ingo Molnar
  2025-12-06 20:42 ` pr-tracker-bot
  2025-12-10  7:59 ` [GIT PULL] futex updates for v6.19 Ingo Molnar
  0 siblings, 2 replies; 4+ messages in thread
From: Ingo Molnar @ 2025-12-06 11:32 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Peter Zijlstra, Thomas Gleixner, Will Deacon,
	Waiman Long, Boqun Feng, Borislav Petkov, Uros Bizjak,
	Sebastian Andrzej Siewior, Gary Guo, Oleg Nesterov

Linus,

Please pull the latest locking/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking-urgent-2025-12-06

   # HEAD: 90dfeef1cd38dff19f8b3a752d13bfd79f0f7694 seqlock: Cure some more scoped_seqlock() optimization fails

Two fixes related to recent introduction of scoped_seqlock_read():

 - Fix compiler build failures when a particular .config and
   compiler build options variant doesn't result in the
   expected removal of unused, catch-bugs portions of
   scoped_seqlock_read() by the inliner at build time,
   and cause a linker fail even in correct code.

 - Match read-locking order in do_task_stat() and
   do_io_accounting(). The inconsistency here was harmless
   but unnecessary.

 Thanks,

	Ingo

------------------>
Ingo Molnar (1):
      seqlock, procfs: Match scoped_seqlock_read() critical section vs. RCU ordering in do_task_stat() to do_io_accounting()

Peter Zijlstra (1):
      seqlock: Cure some more scoped_seqlock() optimization fails


 fs/proc/array.c         | 40 ++++++++++++++++++++--------------------
 include/linux/seqlock.h |  4 ++--
 2 files changed, 22 insertions(+), 22 deletions(-)

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

end of thread, other threads:[~2025-12-10  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-06 11:32 [GIT PULL] locking fixes Ingo Molnar
2025-12-06 20:42 ` pr-tracker-bot
2025-12-10  7:59 ` [GIT PULL] futex updates for v6.19 Ingo Molnar
2025-12-10  8:44   ` 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).