From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 69AAA493646 for ; Sat, 22 Aug 2026 21:27:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787434044; cv=none; b=hW7TW/y/hMW1EXPzQAo7G7Zf6/4X9ilC2Wpfl93Y1bpJO3hDNH2LKlXJ6nmG5sTLiuZUNK8jvrZjMo440h7CfaqmE4+d4pKtfzo8YHFVk1FbJgCl+NWZuhGf1hJf7fDtGJidMIMVMN4ZE+/Us99GPQlxX9WV8nHEoZ0gHsXEUto= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787434044; c=relaxed/simple; bh=dEsOOYOdMHjKNIqZy3fnuAtHIwGaObsJf0NCkE6Qcx0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=GXAfyAYgCMsiXLw6kNcWSDP8Q4uDbLDaokOa+Ty3cbLtdpTMxhNxRNFf+gqjIEUpIg+inFLhv813FupJ69rmhsM5cFNDzl1inxFkaeWkJnC7NftH/rfYOuo5wGK6EXH9yETlsW6LiOCjyhXDetseIMxTombWwz77k1fisP+IqYc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UMwQzzos; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UMwQzzos" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 050AA1F000E9; Sat, 22 Aug 2026 21:27:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1787434043; bh=rvmlZ1I2y3iOmoYYauikUoMPXSTwBKgml8X5Bv4hkBI=; h=Date:From:To:Cc:Subject; b=UMwQzzosIqBSVApnwVQVBbM3C8mgkWWxdA1OEsBDpblj4e+fjvgHUw9BTlCaKf/Xp 4Lmvq6KGzC2W9zeXB6FqPdECm3ZZX6hi1Cfv6XQow283RuWZH6Ect0AH/1Xh6253Dw c83rPlmdYj4Qqv1WEcuIwK487WvkiT4Kgnt1KiY2eVxszcyu9HtCRbR3EndY0mbSWt 26hMvlFv7PMTUltbT5W4ek7YfcBXuovSKUScscchThg9lzESydAy0wRWNpYyX9xn7o wxq0xYa9nI/ze6L9mDJ6/BEtYd7cWOfzGelS5+gN+5qkJNWeAqDwUK78xNqnF+CTwv 1z389rkJEYDug== Date: Sat, 22 Aug 2026 23:27:18 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Thomas Gleixner Subject: [GIT PULL] core/urgent 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 core/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core-urgent-2026-08-22 for you to fetch changes up to c793bbfc4a0a9f5a66978fc91559e9681748dbeb: - Fix timer debugobjects state corruption on CPU offlining (Thomas Gleixner) Thanks, Ingo ------------------> Thomas Gleixner (1): timer: Keep debugobjects state consistent in migrate_timer_list() kernel/time/timer.c | 1 + 1 file changed, 1 insertion(+)