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 7F7ED1FF7C7 for ; Sat, 15 Nov 2025 09:21:04 +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=1763198464; cv=none; b=VAx6ERhGITcIlZaWr3hVZ3vEXXpbyJAAyrFG3iR7B8601pyxOZBFuHIzo7iO5vlG17zbW/wjKPlbAM59pI/WWUlKeo+LBkZjen+EXCWOToGMkfWkK/DbqxUr4NY83wvlQnutOybXB21SYP+c3oOtQzkG2DTjZsyXb19HHsL+Xu8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763198464; c=relaxed/simple; bh=09oY0jbl6C0esdsiMi3of8bfaphaEmJsd3E87Wn4Qvs=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=VQXWj3AnSf5odCEWIB4ZKNiIM5JDpHXKhV8A3ABa5UKIq8Ekx3WVGCJmx6yzKDr436ZeA3HqtVbiX9oBc+tswUNvwgwIgUqB1jWJdy/KC8vceBYJ3TOZlPPAu2wNIey+CkCzv48wR9uDyNzqgU00Pp+CKPASIdg0gREjm55wDpE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b2tm8BbM; 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="b2tm8BbM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E213FC116B1; Sat, 15 Nov 2025 09:21:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763198464; bh=09oY0jbl6C0esdsiMi3of8bfaphaEmJsd3E87Wn4Qvs=; h=Date:From:To:Cc:Subject:From; b=b2tm8BbMLhxsKWlrfdHXfFFW0Qgli8sFPIc+D85tUNsDXVJWDllDfA+ohmGKNB52E /yzqQ05Zxao3Gcpr3vTTpDlaVqGtO3Q0wSh6+cWJ1vpNSoHglr3MB2fPJJzjkE4sxm 67RHj5Q5v2gIDjps8fp7nuku/3V7CKF4PB7WW0lhhb+uIAw/3UpglV8pHL0CuRXsXR ZXR1kc+UCri29TOMQdjjJHnxKOqssKzwtRechhybZ1vsGGU7Ak7LareHYwD0llhxxa yiLW121Tzz+4pRtLRhqjd9C6t+zz7FusH/cUmC+8KlR+CGO68Q1peLxqmJwIUhYjWK ojPGZvFPHYDEA== Date: Sat, 15 Nov 2025 10:20:59 +0100 From: Ingo Molnar To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Thomas Gleixner , Borislav Petkov , Dave Hansen , Peter Zijlstra , Andrew Morton , "H. Peter Anvin" , x86@kernel.org Subject: [GIT PULL] x86 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=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-2025-11-15 # HEAD: dd14022a7ce96963aa923e35cf4bcc8c32f95840 x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev Miscellaneous fixes: - Update the list of AMD microcode minimum Entrysign revisions - Add additional fixed AMD RDSEED microcode revisions - Update the language transliteration for Kiryl Shutsemau's name in the MAINTAINERS entry Thanks, Ingo ------------------> Borislav Petkov (AMD) (1): x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev Kiryl Shutsemau (1): MAINTAINERS: Update name spelling Mario Limonciello (1): x86/CPU/AMD: Add additional fixed RDSEED microcode revisions .mailmap | 2 +- MAINTAINERS | 2 +- arch/x86/kernel/cpu/amd.c | 7 +++++++ arch/x86/kernel/cpu/microcode/amd.c | 1 + 4 files changed, 10 insertions(+), 2 deletions(-)