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 3F75821C9EA for ; Mon, 20 Apr 2026 07:39:47 +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=1776670787; cv=none; b=oXg6qSsy73/9jZGBK/wQkzsWHMDciVsTvfsy7zZnnfSFEI0JZDhIZwE67e0QrWqHr8wTUkZ1+PaCUOFO6CigWLfXv2bBtJgx6irriFKMvyJ65KbWKqbDVCIpd/vWLXPH6SliWL/XutuCI+1CfVIezh5DWx4Q0RCPo5p7c/7KK3k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776670787; c=relaxed/simple; bh=cpubT4Nr/Uwyw0JD4Od6vj0z6uNoZgE3rrDlvZe9CeE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=FB3kjmMwPnD3cYSHdtm0Ii4a8yCLXR5FljLxFgUl05kfYWCag3Xi6uZIskdZYfYr8vmyMBSdOb1uugxWtNzVPau5MkBezQp4di4Uibw5SIRam7ajgck4mu5Em6B8gqUfa7ofOJPvNVL9B4ZFaQmJw4De0Wtt6DiPMbGopoRqE7U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oX0P5Cpv; 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="oX0P5Cpv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47048C19425; Mon, 20 Apr 2026 07:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776670787; bh=cpubT4Nr/Uwyw0JD4Od6vj0z6uNoZgE3rrDlvZe9CeE=; h=Date:From:To:Cc:Subject:From; b=oX0P5CpvBF/vseVk2gBYenuBYqTb+rOXjeZpSdsno05LFGUdjlusHYp0z0u6yGnsf HqyUix0NMellzzmoTkHdWDWuoVwC7ubQeFaVsODrawLuuFyuxzbGaiphyedR/R9V3p oGTx3x1qW1RfhUrBej/XC9vEZMR3Z6jaC4A3Csi8IdwAf9SpCVXRg/GEv2v9bw71QE wpirBbR4/YF7TxCN4qB1K5FKru+IaK+P7r0iU7HFBrznzpHWiuPQBQ6Jl/P/DF98RZ XaPEuPvpxuSdp+/5k4bg0H3KzN3INYtRBWy/LF4M+nr6VAyhexlK1Fw3pGNxXj6/Cx I7OJRIS2adj6g== Date: Mon, 20 Apr 2026 09:39:42 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Daniel Lezcano , Peter Zijlstra , Anna-Maria Behnsen , Frederic Weisbecker Subject: [GIT PULL] timer subsystem 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 timers/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-2026-04-20 for you to fetch changes up to 4096fd0e8eaea13ebe5206700b33f49635ae18e5: Fix timer stalls caused by incorrect handling of the dev->next_event_forced flag. Thanks, Ingo ------------------> Thomas Gleixner (1): clockevents: Add missing resets of the next_event_forced flag kernel/time/clockevents.c | 7 ++++++- kernel/time/tick-broadcast.c | 1 + 2 files changed, 7 insertions(+), 1 deletion(-)