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 4DD04286891 for ; Sat, 9 May 2026 02:01:13 +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=1778292073; cv=none; b=RVAb4AyEqExXnbSvPJ2WeD7XP5STw64SO9HUupU2lWxr7dWW2Pnex/eiADV3mChmIFRLSoxZls5YFbKmmcVReaTXeR9qkAln/eZPc/gpy+s5XNS+gIHRM3FY5dP7Y9K9XLTnKftO06v+68KeG4emE5RiZ5JTyFni6z4/6Fu2g7g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778292073; c=relaxed/simple; bh=OXRTWk249sc3KbJRN2Vj3rMbJ1ph5hy72fwDuYp5oSA=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=GccBFYroJekXi4M+gZKGGXiKC9eXpoOHZuU3W2n/Bdmfp8Wz5o5eU8lE90PnsCRSS9Th2bLG+4H8o9phwU5L+bfGOw28eu1GYjioM1zMcIq1FxXFHfmxYAk/WADZov6+Uwk8Fsonfz/4hDTmQJvm0MQgAlV9mHqjG9ehWHIraiM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WgHKEMRs; 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="WgHKEMRs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 19C75C2BCB0; Sat, 9 May 2026 02:01:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778292072; bh=OXRTWk249sc3KbJRN2Vj3rMbJ1ph5hy72fwDuYp5oSA=; h=Date:From:To:Cc:Subject:From; b=WgHKEMRsgZNZpfq7NjwWE8/FM8VZ3gm73kjJHIgta/iYLk3xqaRlwak7jzTr1y7ah KmK6MJUDeLGpqWhvZSdZ8njApWgnS0n40kFW1S4yHCvHyEZUvrzTsLic4lu9EEB2x7 v7Mo5lcxAuPII6cnEd5nCmgFwdYigyNAQcGL9MUjJvC6jp4WIwJU1aIaowQjClj+Vz g28/0hseGDcs2N6/P/tbi4IZ+P0txRwtkTVSX5lakhb2WMCYFUrAqUGXXAPdfRdedd qtwdktIkHhcxiv81suB+x8Z4mI2hbgRB5F15bGbsIzLP99w/Wr1X4dkCd32t3rGQ9q ik08idwDv1EEA== Date: Sat, 9 May 2026 04:01:08 +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-05-09 for you to fetch changes up to bd3c45dd01283ada23b0a388c578dcf5600deb8a: Fix CPU hotplug activation race in the timer migration code, by Frederic Weisbecker. Thanks, Ingo ------------------> Frederic Weisbecker (1): timers/migration: Fix another hotplug activation race kernel/time/timer_migration.c | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-)