* Mon Aug 26 2024 Miroslav Rezanina <mrezanin@redhat.com> - 9.0.0-8
- kvm-x86-cpu-update-deprecation-string-to-match-lowest-un.patch [RHEL-54260] - Resolves: RHEL-54260 ([RHEL10] Need to update the deprecated CPU model warning message)
This commit is contained in:
parent
73f2d6f723
commit
2e02c9c5da
@ -0,0 +1,38 @@
|
|||||||
|
From 03615078bc2e2f238e3eb00b11f697a7e68477df Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ani Sinha <anisinha@redhat.com>
|
||||||
|
Date: Tue, 20 Aug 2024 13:32:49 +0530
|
||||||
|
Subject: [PATCH] x86/cpu: update deprecation string to match lowest
|
||||||
|
undeprecated model
|
||||||
|
|
||||||
|
RH-Author: Ani Sinha <anisinha@redhat.com>
|
||||||
|
RH-MergeRequest: 264: x86/cpu: update deprecation string to match lowest undeprecated model
|
||||||
|
RH-Jira: RHEL-54260
|
||||||
|
RH-Commit: [1/1] 834ef2694b441431c3da48fefde307eea96d90e4 (anisinha/centos-qemu-kvm)
|
||||||
|
|
||||||
|
Commit a581f2824dce64 ("x86/cpu: deprecate cpu models that do not support x86-64-v3")
|
||||||
|
deprecated a bunch of cpu models in RHEL-10 that do not support x86-64-v3. The
|
||||||
|
deprecation string was not updated to match what was the lowest model that was
|
||||||
|
still available and not deprecated. Update the string to reflect the new
|
||||||
|
reality.
|
||||||
|
|
||||||
|
Signed-off-by: Ani Sinha <anisinha@redhat.com>
|
||||||
|
---
|
||||||
|
target/i386/cpu.c | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
|
||||||
|
index 3eac3135a6..46f82974fb 100644
|
||||||
|
--- a/target/i386/cpu.c
|
||||||
|
+++ b/target/i386/cpu.c
|
||||||
|
@@ -2191,7 +2191,7 @@ static const CPUCaches epyc_genoa_cache_info = {
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define RHEL_CPU_DEPRECATION \
|
||||||
|
- "use at least 'Nehalem' / 'Opteron_G4', or 'host' / 'max'"
|
||||||
|
+ "use at least 'Haswell' / 'EPYC', or 'host' / 'max'"
|
||||||
|
|
||||||
|
static const X86CPUDefinition builtin_x86_defs[] = {
|
||||||
|
{
|
||||||
|
--
|
||||||
|
2.39.3
|
||||||
|
|
@ -143,7 +143,7 @@ Obsoletes: %{name}-block-ssh <= %{epoch}:%{version} \
|
|||||||
Summary: QEMU is a machine emulator and virtualizer
|
Summary: QEMU is a machine emulator and virtualizer
|
||||||
Name: qemu-kvm
|
Name: qemu-kvm
|
||||||
Version: 9.0.0
|
Version: 9.0.0
|
||||||
Release: 7%{?rcrel}%{?dist}%{?cc_suffix}
|
Release: 8%{?rcrel}%{?dist}%{?cc_suffix}
|
||||||
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
|
# Epoch because we pushed a qemu-1.0 package. AIUI this can't ever be dropped
|
||||||
# Epoch 15 used for RHEL 8
|
# Epoch 15 used for RHEL 8
|
||||||
# Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5)
|
# Epoch 17 used for RHEL 9 (due to release versioning offset in RHEL 8.5)
|
||||||
@ -242,6 +242,8 @@ Patch44: kvm-nbd-server-CVE-2024-7409-Cap-default-max-connections.patch
|
|||||||
Patch45: kvm-nbd-server-CVE-2024-7409-Drop-non-negotiating-client.patch
|
Patch45: kvm-nbd-server-CVE-2024-7409-Drop-non-negotiating-client.patch
|
||||||
# For RHEL-52599 - CVE-2024-7409 qemu-kvm: Denial of Service via Improper Synchronization in QEMU NBD Server During Socket Closure [rhel-10.0]
|
# For RHEL-52599 - CVE-2024-7409 qemu-kvm: Denial of Service via Improper Synchronization in QEMU NBD Server During Socket Closure [rhel-10.0]
|
||||||
Patch46: kvm-nbd-server-CVE-2024-7409-Close-stray-clients-at-serv.patch
|
Patch46: kvm-nbd-server-CVE-2024-7409-Close-stray-clients-at-serv.patch
|
||||||
|
# For RHEL-54260 - [RHEL10] Need to update the deprecated CPU model warning message
|
||||||
|
Patch47: kvm-x86-cpu-update-deprecation-string-to-match-lowest-un.patch
|
||||||
|
|
||||||
%if %{have_clang}
|
%if %{have_clang}
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
@ -1307,6 +1309,11 @@ useradd -r -u 107 -g qemu -G kvm -d / -s /sbin/nologin \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 26 2024 Miroslav Rezanina <mrezanin@redhat.com> - 9.0.0-8
|
||||||
|
- kvm-x86-cpu-update-deprecation-string-to-match-lowest-un.patch [RHEL-54260]
|
||||||
|
- Resolves: RHEL-54260
|
||||||
|
([RHEL10] Need to update the deprecated CPU model warning message)
|
||||||
|
|
||||||
* Thu Aug 15 2024 Miroslav Rezanina <mrezanin@redhat.com> - 9.0.0-7
|
* Thu Aug 15 2024 Miroslav Rezanina <mrezanin@redhat.com> - 9.0.0-7
|
||||||
- kvm-linux-aio-add-IO_CMD_FDSYNC-command-support.patch [RHEL-51901]
|
- kvm-linux-aio-add-IO_CMD_FDSYNC-command-support.patch [RHEL-51901]
|
||||||
- kvm-nbd-server-Plumb-in-new-args-to-nbd_client_add.patch [RHEL-52599]
|
- kvm-nbd-server-Plumb-in-new-args-to-nbd_client_add.patch [RHEL-52599]
|
||||||
|
Loading…
Reference in New Issue
Block a user