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 6EC641E7660 for ; Sat, 24 Jan 2026 09:38:31 +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=1769247511; cv=none; b=tJh6KkLtZf6n11/3A3Qb1i/evS9PUKTGeK+y82RAQIh72Zu0AFo1GdSdqfrWer/XqCpbQ07A51GQBW9OAxWbM7ZgjacUf3J7m75aZNj0miJrkZMkujfilmcHmYM1AqtsbqxrYCUaHRggB01yexRUt8+Gy0bIu2JYiuY2cDd300Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769247511; c=relaxed/simple; bh=IonrpCH8BxhvkRRdwGpaV8FQloXdrzeMKPfvFwdOD18=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=oeFiynwYlcNZM/Wb/KY74FYZvw2MFvpnTPlhVPG6/kp0CiFVmy7Dp4NRPbERkD7lJrnhEGex+F+9DgqjN/aKAjjku/EVCp+TmaLpUx5aT4yPpMRBUnU+VydjuyQ4YSrqtGwuSW0lRUeeWngLOVGN+PsVs8QVPtF4FF1CGB7RgZo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sRTB3tU3; 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="sRTB3tU3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2404EC116D0; Sat, 24 Jan 2026 09:38:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769247511; bh=IonrpCH8BxhvkRRdwGpaV8FQloXdrzeMKPfvFwdOD18=; h=Date:From:To:Cc:Subject:From; b=sRTB3tU36nXrdykp0VSyRPhAUwOr38VjZbo/FolPve3E9kzDxSYl6+Azsrd6p6JkA mJxNqAIqOT5SMtIM4ddnYG0vJ+DcOJllCCqs9ZUAuFF1GxzrA/wY8CHylHLq4U77Zv LmAyyN98tBuDGNm4U06PwAFEYxD5OtMSB4L1fbdt/X+WeVh69hqjrG1257QfUo4Aj+ 9I/aAXY2nkEoo5/AI++wzdDfDyzaRPSTFUZooU2vYwoTdLbRgyHY+HDreJitjM9clE 11ctGJG10qqL+oSJyPd9W/aKYaO9HAz4cmvSerSawIWGB+bZLixS5ITNpR7PPhMxfB iAKJfoNrepY6Q== Date: Sat, 24 Jan 2026 10:38:26 +0100 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 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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-01-24 # HEAD: c06343be0b4e03fe319910dd7a5d5b9929e1c0cb clocksource: Reduce watchdog readout delay limit to prevent false positives Misc fixes: - Fix auxiliary timekeeper update & locking bug - Reduce the sensitivity of the clocksource watchdog, to fix false positive measurements that marked the TSC clocksource unstable. Thanks, Ingo ------------------> Thomas Gleixner (1): clocksource: Reduce watchdog readout delay limit to prevent false positives Thomas Weißschuh (1): timekeeping: Adjust the leap state for the correct auxiliary timekeeper kernel/time/clocksource.c | 2 +- kernel/time/timekeeping.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)