From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2913E1632DD for ; Fri, 26 Sep 2025 13:56:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758894964; cv=none; b=BkYxTb7cEHvF+w/AjPplcH6cNUYkV+LEEY+ecsLmDsp1Id2flkeGcA+hgvZXekg+Q19khKPq50Q5ZZYj30nPyeoMtGecuPZpToY/5ATTTaCUes+qmOG7FnjrVfhBtNrvFCVN1ABjbvSF+pGtmFDp5e/sBT9hs7IrCvLuMesepW4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758894964; c=relaxed/simple; bh=ZJcOJe738J82333S+UWzutJXwsSL4xfYN0o3jB0o+No=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=Rwe2GcgY+9KYU92Nh7LxatAKiyx0DiBwSsM5Pe6/4I57NeTPHEHJS9FmK8f6D4Wr0usb3fVKWTuiXVq13z5jFQX8C1y7QocZkYhBXd/+mxf5vQfhOPD0/Wo1mV5xkSyuIRdJhkDuKOLCwJJcduH8mtMND8pT4YXyTBfaSSv8tWY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=knFawx6J; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="knFawx6J" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1C5EC4CEF7; Fri, 26 Sep 2025 13:56:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758894963; bh=ZJcOJe738J82333S+UWzutJXwsSL4xfYN0o3jB0o+No=; h=Date:From:To:Cc:Subject:From; b=knFawx6JlC6oKWFBQczvdB+7NTIR9wd2rPd4e77YiojIvr5AuH01tMiBJIHbgtkAS or4F48suxfsl91+IojUPTa0JLpojmqhqb1Vf6G7+/U/oShhoxAqANhJENEe8StbUP0 HnGVnHswO4rMdfwWmfvPFc2uFzWyley7HUFda7M33KM8OSF3uiK7C7bwp2Bk7vb61s QAolnbCLSAWxtXAzgLUhh3nyVuD2YGuKuQ2+sOpub6PYamZoLG7nhmq/kb9gCYsh4C WsOO4wHnJ4YubWbpiFLIDGbNLSow/rgKJGAyTnbKmFb7XYtoniidUje08Vz4MBWuOG 9E+btCbrtmOmA== Date: Fri, 26 Sep 2025 15:55:56 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , Thomas Gleixner , Andrew Morton , Mathieu Desnoyers Subject: [GIT PULL] scheduler fixes Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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-09-26 # HEAD: a3a70caf7906708bf9bbc80018752a6b36543808 sched/deadline: Fix dl_server behaviour Fix two dl_server regressions: a race that can end up leaving the dl_server stuck, and a dl_server throttling bug causing lag to fair tasks. Thanks, Ingo ------------------> Peter Zijlstra (2): sched/deadline: Fix dl_server getting stuck sched/deadline: Fix dl_server behaviour include/linux/sched.h | 2 -- kernel/sched/deadline.c | 35 +++-------------------------------- kernel/sched/fair.c | 7 +------ kernel/sched/sched.h | 37 +++++++++++++++++++++++++++++++------ 4 files changed, 35 insertions(+), 46 deletions(-)