From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.18155.1678452537429705318 for ; Fri, 10 Mar 2023 04:48:57 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=DkLFpw/y; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678452536; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=jY99HOi13T7KcV+vo42kpxUkcFK6sjpKApR2E9Gt0dE=; b=DkLFpw/yqMMU9KukD+BugrstrMxwK6ItdlOPQEQ/ltsrRdlQU6/wT5DTQs14GRorLfP5lQ 3fVrN9TDWvcvCQeEvy+bQK86BPD0jntNDzZA0rXUA+0ZldYxg2duiEytU4etHPie5y1wmP gEdPwcF/RcQwMjiUOgpGyC7vUCVF7Ic= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-226-SUFl7G0yOrWZZxuuhQyMHg-1; Fri, 10 Mar 2023 07:48:52 -0500 X-MC-Unique: SUFl7G0yOrWZZxuuhQyMHg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1AF48101B44F; Fri, 10 Mar 2023 12:48:51 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.56]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D88452026D4B; Fri, 10 Mar 2023 12:48:50 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 7C1561800982; Fri, 10 Mar 2023 13:48:49 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Ray Ni , Oliver Steffen , Gerd Hoffmann , Rahul Kumar , Pawel Polawski , Eric Dong Subject: [PATCH 0/2] UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processors, fix error handling Date: Fri, 10 Mar 2023 13:48:47 +0100 Message-Id: <20230310124849.831839-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Gerd Hoffmann (2): UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processors UefiCpuPkg/PiSmmCpuDxeSmm: fix error handling UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) -- 2.39.2