From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web11.2513.1588793503793068704 for ; Wed, 06 May 2020 12:31:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hWKAh6J1; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588793502; 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: in-reply-to:in-reply-to:references:references; bh=CnKb+1zWD8lpjMoQC0pMDwxv0qRBmw2xhZUG6Bp/96o=; b=hWKAh6J1j2N4vt58fRD2OiibneU3Z1M72ctLZuqDVOXRO0587B3qZdqGHDSobTN+0gORg7 SLTmbJwHrzBTlfUFkMhkglDxE7hqLS1jUhrrBKrby1GFLlY7FKJWeSxrCRzWNVePYa/y2d UdMpjNC9j1m7NHRsM8WsX8tO9fO0M+I= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-151-y9nXw2R_MeOUoTGUMhGpWA-1; Wed, 06 May 2020 15:31:25 -0400 X-MC-Unique: y9nXw2R_MeOUoTGUMhGpWA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CE89D1B2C99C; Wed, 6 May 2020 19:31:23 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-227.ams2.redhat.com [10.36.112.227]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1B78C26548; Wed, 6 May 2020 19:31:20 +0000 (UTC) Subject: Re: [PATCH v2 3/3] UefiCpuPkg/CpuExceptionHandler: Revert CpuExceptionHandler binary patching To: Tom Lendacky , devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel , Liming Gao , Eric Dong , Ray Ni , Anthony Perard , Julien Grall , Brijesh Singh , Andrew Fish References: <04d228920c68068ab367e298a943ad26718bb029.1588782781.git.thomas.lendacky@amd.com> From: "Laszlo Ersek" Message-ID: <440a563f-d11d-6a4b-46c0-26eee2affe3d@redhat.com> Date: Wed, 6 May 2020 21:31:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <04d228920c68068ab367e298a943ad26718bb029.1588782781.git.thomas.lendacky@amd.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 05/06/20 18:33, Tom Lendacky wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2340 > > Now that an XCODE5 specific CpuExceptionHandlerLib library is in place, > revert the changes made to the ExceptionHandlerAsm.nasm in commit > 2db0ccc2d7fe ("UefiCpuPkg: Update CpuExceptionHandlerLib pass XCODE5 tool > chain") so that binary patching of flash code is not performed. > > Cc: Eric Dong > Cc: Ray Ni > Cc: Laszlo Ersek > Cc: Liming Gao > Signed-off-by: Tom Lendacky > --- > .../X64/ExceptionHandlerAsm.nasm | 25 +++++-------------- > 1 file changed, 6 insertions(+), 19 deletions(-) Apart from the subject update, this patch is identical to the last patch in the v1 series -- for which I gave R-b: http://mid.mail-archive.com/df31ace8-ea40-332f-e6a7-1dc40c0e9b5f@redhat.com https://edk2.groups.io/g/devel/message/58666 So I think my R-b should have been picked up. Anyway: Reviewed-by: Laszlo Ersek Thanks Laszlo