From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 472BDC001DF for ; Mon, 24 Jul 2023 17:24:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229710AbjGXRY3 (ORCPT ); Mon, 24 Jul 2023 13:24:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59962 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230178AbjGXRYZ (ORCPT ); Mon, 24 Jul 2023 13:24:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9E3CE56; Mon, 24 Jul 2023 10:24:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 55CED611BD; Mon, 24 Jul 2023 17:24:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 56AE5C433C7; Mon, 24 Jul 2023 17:24:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1690219463; bh=tan4ND6S6m0cfUXU/QhRXaTp4SxCgy1jIL36PYzNdaE=; h=From:To:Cc:Subject:Date:From; b=jC99dm1ig0onJ79/xMeWSI/6hxyJyNV3ukAnu8ZGskF6+qXgzenppV4/5t/HofW1N WUE1L/97T9tVok+NC/JQ9BNp76/LKNZ+5SrwHyztf9XSVwQVanojzGKx/mObo2APSN LMVFXW8ZjlvAvN/UbEpyGmGEIvGUm+tRSgAhrOYM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org Cc: lwn@lwn.net, jslaby@suse.cz, Greg Kroah-Hartman Subject: Linux 6.4.6 Date: Mon, 24 Jul 2023 19:24:08 +0200 Message-ID: <2023072445-clad-bouncy-0628@gregkh> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I'm announcing the release of the 6.4.6 kernel. All AMD processor users of the 6.4 kernel series who have not updated their microcode to the latest version, must upgrade. The updated 6.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.4.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 arch/x86/include/asm/microcode.h | 1 arch/x86/include/asm/microcode_amd.h | 2 arch/x86/include/asm/msr-index.h | 1 arch/x86/kernel/cpu/amd.c | 199 ++++++++++++++++++++++------------- arch/x86/kernel/cpu/common.c | 2 6 files changed, 134 insertions(+), 73 deletions(-) Borislav Petkov (AMD) (2): x86/cpu/amd: Move the errata checking functionality up x86/cpu/amd: Add a Zenbleed fix Greg Kroah-Hartman (1): Linux 6.4.6