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 1E3EBC43334 for ; Thu, 16 Jun 2022 11:36:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376782AbiFPLg3 (ORCPT ); Thu, 16 Jun 2022 07:36:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1376845AbiFPLg2 (ORCPT ); Thu, 16 Jun 2022 07:36:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0C0C35EBE9; Thu, 16 Jun 2022 04:36:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 852FC6189D; Thu, 16 Jun 2022 11:36:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 92AB9C34114; Thu, 16 Jun 2022 11:36:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655379383; bh=3qsFVwIc0Gy1VCD4X6biku6J5RePEgIZI5JxShfzdOg=; h=From:To:Cc:Subject:Date:From; b=dD4BtBWr+cKwUaO5miSymPB0AszClMOTYl2QhFp8gbogCqdi27V5KLVOYKepvL+Jv czrM2yDuUPKlK/vGv1DwPJwiJKn6UkLzy7XKVkZEiMIIJ8L2+jHavRU3tZv6dAsT9a BBMBwhWO31WnHIRs9vmCUJ5b8Eg4ZM+soR93b04c= 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 4.19.248 Date: Thu, 16 Jun 2022 13:36:12 +0200 Message-Id: <1655379372103189@kroah.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org I'm announcing the release of the 4.19.248 kernel. All users of the 4.19 kernel series must upgrade. The updated 4.19.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.19.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 ------------ Documentation/ABI/testing/sysfs-devices-system-cpu | 1 Documentation/admin-guide/hw-vuln/index.rst | 1 Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst | 246 ++++++++++ Documentation/admin-guide/kernel-parameters.txt | 36 + Makefile | 2 arch/x86/include/asm/cpufeatures.h | 1 arch/x86/include/asm/intel-family.h | 11 arch/x86/include/asm/msr-index.h | 25 + arch/x86/include/asm/nospec-branch.h | 2 arch/x86/kernel/cpu/bugs.c | 235 ++++++++- arch/x86/kernel/cpu/common.c | 52 +- arch/x86/kvm/vmx.c | 77 +++ arch/x86/kvm/x86.c | 4 drivers/base/cpu.c | 8 include/linux/cpu.h | 4 15 files changed, 664 insertions(+), 41 deletions(-) Gayatri Kammela (2): x86/cpu: Add Elkhart Lake to Intel family x86/cpu: Add another Alder Lake CPU to the Intel family Greg Kroah-Hartman (1): Linux 4.19.248 Guenter Roeck (1): cpu/speculation: Add prototype for cpu_show_srbds() Josh Poimboeuf (1): x86/speculation/mmio: Print SMT warning Pawan Gupta (10): Documentation: Add documentation for Processor MMIO Stale Data x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug x86/speculation: Add a common function for MD_CLEAR mitigation update x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations x86/speculation/mmio: Enable CPU Fill buffer clearing on idle x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data x86/speculation/srbds: Update SRBDS mitigation selection x86/speculation/mmio: Reuse SRBDS mitigation for SBDS KVM: x86/speculation: Disable Fill buffer clear within guests Tony Luck (1): x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU family Zhang Rui (1): x86/cpu: Add Jasper Lake to Intel family