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 B49581487F6 for ; Sun, 1 Feb 2026 08:54:45 +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=1769936085; cv=none; b=RCdj5vnnvNTPxbImpcT9BtTHWN94esHlS9YFe2HHVMJb2lK6/2CCZgDqX7TWRD5DHGBeGRK820bnPmTOGX6WyMBGVZ7aGj0wT0MfVasQJWY/JNXV9yD3PI8plCVfb6J7yw/WWV8dnUao8ovflpsg2zEGJZ5dRfJPrtQ8vAZsfiM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769936085; c=relaxed/simple; bh=3B6uFCOUxXBjVw+thp/JxgiHTW9UWVZ4iTJuFi38EyY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=pOy/R2K58ssplfrGfUcds5W7sQKPcInHhxz9ZNnKh0lL1eDCePJNwYOHL4kfDlS+v5mq2SZ1W2meB0xg1Hk8QNQdWdpsVYUObshSS5Ck+e//GCOM8QcvAdis4FLcNVkRrgKZR8SC7IjAoV7jX5h4HCCNMKomZs42sHow1kN1XpI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=olUJeCaG; 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="olUJeCaG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D23B3C4CEF7; Sun, 1 Feb 2026 08:54:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769936085; bh=3B6uFCOUxXBjVw+thp/JxgiHTW9UWVZ4iTJuFi38EyY=; h=Date:From:To:Cc:Subject:From; b=olUJeCaGA9i/36H1kHGtAAwRqQYHnl6s4jMHjeI+XtE14pipwOnzUcYyYmpAKm9/E e5o0otDHBCxvD0LdOVoT5ByOdFLKDUD/09J/cunc3I8Q8eMITRKw3pe+ZpR1eTtdnG SNpR2CEILjfMHZnOaitiK3ljIVRiBofY3XKjJiR4tPCZifRYc4qapRa9b5JI+TGX2u 4clKHarBsX0fIpEXuMnMryqOYF1AL4cnHBpuFIU69AfQI2B+U1HNWTXvkNh2oSLWsJ AyyjhwxqeW/KuJYX2WZmXUy4Dyy7MlE3WvC8ULv7wpmOxHDPtTLxAjSFwPtWtCSYw1 oUOxGB37B1dEg== Date: Sun, 1 Feb 2026 09:54:40 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Mel Gorman , Tejun Heo , Valentin Schneider , Shrikanth Hegde Subject: [GIT PULL] scheduler fix 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-2026-02-01 for you to fetch changes up to 115135422562e2f791e98a6f55ec57b2da3b3a95: Fix a regression in the deferrable dl_server code that can cause the dl_server to be stuck. Thanks, Ingo ------------------> Peter Zijlstra (1): sched/deadline: Fix 'stuck' dl_server kernel/sched/deadline.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)