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 B964738B143 for ; Sat, 8 Aug 2026 19:51:48 +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=1786218709; cv=none; b=jPkmhwn3XSm7G0K3YSHFfFRiQb9JNW664PgCb2evyBI2syi0Y75VO4wBLAYvYhEfXNO8ccMgCIhwIVz3tBgNbeGCgceFYC6tqAH2/8SHmpqXseb9e9a8Tm4LutzPDF/Ed2PTOgD8er7Wowe9pIJdLJHbjQV11IY8tUxms7lleL0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786218709; c=relaxed/simple; bh=wEIl8Kk9JCFwsxF53bQjeKK1Jbb5rmW8/LaBytSMBTY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=BHjJKPCePMsSBB95c3GJARh4d5hytxVCBbAfDCwTCshZugts9gt9CfjKioCwfPYMUpehDK7YXQROZJZ8Vb1fMXTKe+NBkukRvdvQlfGizbvwstd80p0COqC3E/txdGPZUlLpEuchhc64WkKe89IgtrK1aYsFjk5guDyzxmr1QSU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QKoODKcf; 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="QKoODKcf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DDD11F000E9; Sat, 8 Aug 2026 19:51:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786218708; bh=wf+Mx+KTDBY2CPTJ4LlhJK5WzJ6iITAiJ/RKrKsuI94=; h=Date:From:To:Cc:Subject; b=QKoODKcfjfZApKP4p/6YLYYwHHRVuOMFzRQvjFb2hWJls2d7R03Qm9f2tw9GOh3v7 NDJKu/nt+qS+q2UygmzgYBO2oDztbZfgwio+16R25N/gPhqdBLAqLzoD32z/1zkBbb CKBF5Vm7FFQVMN08Vu8ee/udST28rmSDAqol6JNI51bPFSjXQoDDrXhE+hQPPlRFEO pbGzVSPNxdVI7VOcUHdyXKet4xSxm7RieA2yF+AfMkoeW0qtBdzraNbOE2/AfBwN5h 0AdutWBFZ2+uviKrdq/qywPrTVIGs9sb7qWfftjbz0q8hf8ADRBXfFHcEYN202tJVW j4z5HEiEfGbGw== Date: Sat, 8 Aug 2026 21:51:43 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra , "H. Peter Anvin" Subject: [GIT PULL] x86 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 x86/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-urgent-2026-08-08 # HEAD: a213dfaa2596c1c0dc4dae91c14fbfa499c03223 x86/mce: Set up the polling timer before CMCI discovery - Fix MCE CMCI discovery initialization ordering bug (Breno Leitao) Thanks, Ingo ------------------> Breno Leitao (1): x86/mce: Set up the polling timer before CMCI discovery arch/x86/kernel/cpu/mce/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)