lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aYcPrLN6PV5xr63J@gmail.com>
Date: Sat, 7 Feb 2026 11:10:52 +0100
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Peter Zijlstra <peterz@...radead.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Juri Lelli <juri.lelli@...hat.com>,
	Vincent Guittot <vincent.guittot@...aro.org>,
	Dietmar Eggemann <dietmar.eggemann@....com>,
	Steven Rostedt <rostedt@...dmis.org>, Mel Gorman <mgorman@...e.de>,
	Tejun Heo <tj@...nel.org>, Valentin Schneider <vschneid@...hat.com>,
	Shrikanth Hegde <sshegde@...ux.ibm.com>
Subject: [GIT PULL] scheduler fixes

Linus,

Please pull the latest sched/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-2026-02-07

for you to fetch changes up to 4463c7aa11a6e67169ae48c6804968960c4bffea:

Miscellaneous MMCID fixes to address bugs and
performance regressions in the recent rewrite
of the SCHED_MM_CID management code:

 - Fix livelock triggered by BPF CI testing

 - Fix hard lockup on weakly ordered systems

 - Simplify the dropping of CIDs in the exit path
   by removing an unintended transition phase.

 - Fix performance/scalability regression on a
   thread-pool benchmark by optimizing transitional
   CIDs when scheduling out.

[ MERGE NOTE: these changes are bigger than what would be ideal
              for a late -rc8 merge, but I don't think
              a good case can be made to delay these fixes.
              Feel free to overrule. ]
 Thanks,

	Ingo

------------------>
Thomas Gleixner (4):
      sched/mmcid: Prevent live lock on task to CPU mode transition
      sched/mmcid: Protect transition on weakly ordered systems
      sched/mmcid: Drop per CPU CID immediately when switching to per task mode
      sched/mmcid: Optimize transitional CIDs when scheduling out


 include/linux/rseq_types.h |   6 +-
 kernel/sched/core.c        | 184 +++++++++++++++++++++++++++++++--------------
 kernel/sched/sched.h       |  44 ++++++++---
 3 files changed, 163 insertions(+), 71 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ