commit 767049cead76cf699707290d5aeefb3e4d0d5b43 Author: Greg Kroah-Hartman Date: Mon Jul 24 19:11:51 2023 +0200 Linux 4.19.289 Signed-off-by: Greg Kroah-Hartman commit cfef7bbf0dca27209ea5d82d7060d4fc2c0d72ea Author: Borislav Petkov (AMD) Date: Sat Jul 15 13:41:28 2023 +0200 x86/cpu/amd: Add a Zenbleed fix Upstream commit: 522b1d69219d8f083173819fde04f994aa051a98 Add a fix for the Zen2 VZEROUPPER data corruption bug where under certain circumstances executing VZEROUPPER can cause register corruption or leak data. The optimal fix is through microcode but in the case the proper microcode revision has not been applied, enable a fallback fix using a chicken bit. Signed-off-by: Borislav Petkov (AMD) Signed-off-by: Greg Kroah-Hartman commit 5bb1e29bf5d27f6b52fe4ec6951d7f06b5ee61ea Author: Borislav Petkov (AMD) Date: Sat Jul 15 13:31:32 2023 +0200 x86/cpu/amd: Move the errata checking functionality up Upstream commit: 8b6f687743dacce83dbb0c7cfacf88bab00f808a Avoid new and remove old forward declarations. No functional changes. Signed-off-by: Borislav Petkov (AMD) Signed-off-by: Greg Kroah-Hartman commit 17a67740cb1f4b72e6621a31cb2a0c095dd160ed Author: Borislav Petkov (AMD) Date: Tue May 2 19:53:50 2023 +0200 x86/microcode/AMD: Load late on both threads too commit a32b0f0db3f396f1c9be2fe621e77c09ec3d8e7d upstream. Do the same as early loading - load on both threads. Signed-off-by: Borislav Petkov (AMD) Cc: Link: https://lore.kernel.org/r/20230605141332.25948-1-bp@alien8.de Signed-off-by: Greg Kroah-Hartman