Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <60f9c0b4396956ce70499ae180cb548720b25c7e.1675956146.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
+ Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
- .../admin-guide/hw-vuln/cross-thread-rsb.rst | 92 +++++++++++++++++++
- Documentation/admin-guide/hw-vuln/index.rst | 1 +
+ Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst | 92 +++++++++++++++++
+ Documentation/admin-guide/hw-vuln/index.rst | 1
2 files changed, 93 insertions(+)
create mode 100644 Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <4019348b5e07148eb4d593380a5f6713b93c9a16.1675956146.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
+ Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
- arch/x86/kvm/x86.c | 43 ++++++++++++++++++++++++++++++++-----------
+ arch/x86/kvm/x86.c | 43 ++++++++++++++++++++++++++++++++-----------
1 file changed, 32 insertions(+), 11 deletions(-)
-diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
-index fcfa3fedf84f1..45a3d11bb70d9 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
-@@ -184,6 +184,10 @@ module_param(force_emulation_prefix, bool, S_IRUGO);
+@@ -184,6 +184,10 @@ module_param(force_emulation_prefix, boo
int __read_mostly pi_inject_timer = -1;
module_param(pi_inject_timer, bint, S_IRUGO | S_IWUSR);
drm-amdgpu-fence-fix-oops-due-to-non-matching-drm_sched-init-fini.patch
drm-i915-initialize-the-obj-flags-for-shmem-objects.patch
drm-i915-fix-vbt-dsi-dvo-port-handling.patch
- nvmem-core-fix-return-value.patch
-x86-speculation-identify-processors-vulnerable-to-sm.patch
-kvm-x86-mitigate-the-cross-thread-return-address-pre.patch
-documentation-hw-vuln-add-documentation-for-cross-th.patch
+x86-speculation-identify-processors-vulnerable-to-smt-rsb-predictions.patch
+kvm-x86-mitigate-the-cross-thread-return-address-predictions-bug.patch
+documentation-hw-vuln-add-documentation-for-cross-thread-return-predictions.patch
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <91cec885656ca1fcd4f0185ce403a53dd9edecb7.1675956146.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
+ Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
- arch/x86/include/asm/cpufeatures.h | 1 +
- arch/x86/kernel/cpu/common.c | 9 +++++++--
+ arch/x86/include/asm/cpufeatures.h | 1 +
+ arch/x86/kernel/cpu/common.c | 9 +++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
-diff --git a/arch/x86/include/asm/cpufeatures.h b/arch/x86/include/asm/cpufeatures.h
-index f3cb8c8bf8d9c..e31c7e75d6b02 100644
--- a/arch/x86/include/asm/cpufeatures.h
+++ b/arch/x86/include/asm/cpufeatures.h
@@ -452,5 +452,6 @@
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <60f9c0b4396956ce70499ae180cb548720b25c7e.1675956146.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
+ Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
- .../admin-guide/hw-vuln/cross-thread-rsb.rst | 92 +++++++++++++++++++
- Documentation/admin-guide/hw-vuln/index.rst | 1 +
+ Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst | 92 +++++++++++++++++
+ Documentation/admin-guide/hw-vuln/index.rst | 1
2 files changed, 93 insertions(+)
create mode 100644 Documentation/admin-guide/hw-vuln/cross-thread-rsb.rst
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <4019348b5e07148eb4d593380a5f6713b93c9a16.1675956146.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
+ Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
- arch/x86/kvm/x86.c | 43 ++++++++++++++++++++++++++++++++-----------
+ arch/x86/kvm/x86.c | 43 ++++++++++++++++++++++++++++++++-----------
1 file changed, 32 insertions(+), 11 deletions(-)
-diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
-index 69227f77b201d..a0c35b948c30b 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -192,6 +192,10 @@ module_param(enable_pmu, bool, 0444);
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Message-Id: <91cec885656ca1fcd4f0185ce403a53dd9edecb7.1675956146.git.thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
+ Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
- arch/x86/include/asm/cpufeatures.h | 1 +
- arch/x86/kernel/cpu/common.c | 9 +++++++--
+ arch/x86/include/asm/cpufeatures.h | 1 +
+ arch/x86/kernel/cpu/common.c | 9 +++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
-diff --git a/arch/x86/include/asm/cpufeatures.h b/arch/x86/include/asm/cpufeatures.h
-index b2da7cb64b317..92729c38853d1 100644
--- a/arch/x86/include/asm/cpufeatures.h
+++ b/arch/x86/include/asm/cpufeatures.h
@@ -463,5 +463,6 @@