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: <aTQWYn7trmooyh_y@gmail.com>
Date: Sat, 6 Dec 2025 12:41:22 +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-2025-12-06

   # HEAD: c2ae8b0df2d1bb7a063f9e356e4e9a06cd4afe11 sched/core: Fix psi_dequeue() for Proxy Execution

Miscellaneous scheduler fixes/cleanups:

  - Fix psi_dequeue() for Proxy Execution
  - Fix hrtick() vs. scheduling context bug
  - Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
  - Fix whitespace noise in headers
  - Remove a preempt-disable section in rt_mutex_setprio()

 Thanks,

	Ingo

------------------>
Ingo Molnar (1):
      sched/headers: Remove whitespace noise from kernel/sched/sched.h

John Stultz (1):
      sched/core: Fix psi_dequeue() for Proxy Execution

Peter Zijlstra (1):
      sched/hrtick: Fix hrtick() vs. scheduling context

Sebastian Andrzej Siewior (1):
      sched/rt: Remove a preempt-disable section in rt_mutex_setprio()

xupengbo (1):
      sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out


 kernel/sched/core.c  | 7 ++-----
 kernel/sched/fair.c  | 3 +++
 kernel/sched/sched.h | 2 +-
 kernel/sched/stats.h | 7 ++++++-
 4 files changed, 12 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ