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 F0950269CE7 for ; Sun, 17 May 2026 06:27:24 +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=1778999245; cv=none; b=Z4LlAWK1voZxQPa4W1AcmjHmiTcP3UW7jvkF1cot6tbwSOX19+mBPPGVd3g2RrI/JswlhyB3XK4OFp2G7A4rNPJKhw5zY/cAWFEcsgQYFOu+epbHfRMoKCqvDIERE6p3Gyruig+fSqgVrSDbdmskC8fKFPtBbs052PndvPf1us4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778999245; c=relaxed/simple; bh=2RVVuFqaaFFMRKsMhcqmbfSYuBzTu2bDVpYUyxBwHJM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=tV78DHYPPL3sKQJQAltqhnFc/yutIYt8CFdoAYA1Cs6tdrUM98RcLEQxEjvkOgp1Q/GjfC+N8GkBCRwU5YcVdleQ9B6kxS1oMLM0EbhuuOIu4+ejHCDInZYquu/HnLBR9s+ULmKrxdHXZwKhpPCXO8k/k92LMJILTTnWMfviWLk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GDBcYyPs; 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="GDBcYyPs" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E84B5C2BCB0; Sun, 17 May 2026 06:27:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778999244; bh=2RVVuFqaaFFMRKsMhcqmbfSYuBzTu2bDVpYUyxBwHJM=; h=Date:From:To:Cc:Subject:From; b=GDBcYyPsDsO2c/2dFNKsKbc8H2/O/qW54JjcowJBLLKz7U3BPKSoP8PLs9EgpP+qO W+rFzQWJmWcEOHukiz/uTxqkJLJJnojX0AZvlh8b+pqmU5ZLxkWru9AM6czTmXpgkG AUknrSHqTI8jEZ8zDdvJNkaafgOIptWaCj9dDNzYJaMTmffbMqARCQGHYw5OVOVo8k vDORuxDOGxL8oDbCHpN4Eu9u3loBEPJqr3W0s1n2BhFP38eJa1JDXCQ3keEOYwFqVC f3HgfXm4lGoNwQY+d9++PiUGq8c3b9k8d7YWIEFwVL/GAF+H6VG4mwLKaR6ZS86zI2 5abdehJg8xhYg== Date: Sun, 17 May 2026 08:27:19 +0200 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, the arch/x86 maintainers , Peter Zijlstra , Borislav Petkov , "H. Peter Anvin" Subject: [GIT PULL] x86 MCE 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 ras/urgent Git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git ras-urgent-2026-05-17 for you to fetch changes up to ea324444ece9f301b5c4ff71b258cc68990c4d61: Fix an MCE polling interval adjustment regression, by Borislav Petkov. Thanks, Ingo ------------------> Borislav Petkov (AMD) (1): x86/mce: Restore MCA polling interval halving arch/x86/kernel/cpu/mce/core.c | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-)