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.web10.79.1588720931039127121 for ; Tue, 05 May 2020 16:22:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=MjH6ReMs; 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=1588720930; h=from:from:reply-to: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=TJnKSVEEeUv8/rMci9T59w+Ab6wvsVAGS12Fm7FJ3dA=; b=MjH6ReMsSyQsIxT+xMsqU3kz21P6Bsy05EGQKNAqda97ULXLmcnSY2bCf6cYiCIZW3Hity O0Q+usJYkYBr98DHvlK3kX1IYqsJ6g9K1uTAp6p/0WJUpwiHaFBqPrTdCVpC620wWuOvPG m1yFKU7No2kxHCL6Ny7R35XWddVfcVo= 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-437-DN8qh55ZMHmz4Kq1jdv0xw-1; Tue, 05 May 2020 19:22:03 -0400 X-MC-Unique: DN8qh55ZMHmz4Kq1jdv0xw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 32B69800D24; Tue, 5 May 2020 23:22:02 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-134.ams2.redhat.com [10.36.114.134]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2DA996918D; Tue, 5 May 2020 23:22:00 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH] UefiCpuPkg/MpInitLib: Remove Executable attribute from MpLib.h From: "Laszlo Ersek" To: devel@edk2.groups.io, Eric Dong , Ray Ni Cc: Leo Duran Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <1587506704-2232-1-git-send-email-leo.duran@amd.com> <28114eaf-fa05-0c50-4648-3b1b35f850e1@redhat.com> Message-ID: <6be78f19-09d1-0811-2155-d62937680903@redhat.com> Date: Wed, 6 May 2020 01:21:59 +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: <28114eaf-fa05-0c50-4648-3b1b35f850e1@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 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 Eric, Ray, can one of you please approve, and also merge, this patch? It's been on the list for two weeks now (and you were CC'd). I didn't want to go ahead and merge it myself without at least an ACK from one of you. Thanks Laszlo On 04/22/20 18:55, Laszlo Ersek wrote: > On 04/22/20 00:05, Leo Duran wrote: >> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2678 >> >> This patch fixes a file permission issue introduced by accident. >> >> Cc: Eric Dong >> Cc: Ray Ni >> Cc: Laszlo Ersek >> Signed-off-by: Leo Duran >> --- >> UefiCpuPkg/Library/MpInitLib/MpLib.h | 0 >> 1 file changed, 0 insertions(+), 0 deletions(-) >> mode change 100755 => 100644 UefiCpuPkg/Library/MpInitLib/MpLib.h >> >> diff --git a/UefiCpuPkg/Library/MpInitLib/MpLib.h b/UefiCpuPkg/Library/MpInitLib/MpLib.h >> old mode 100755 >> new mode 100644 >> > > Reviewed-by: Laszlo Ersek > > Thanks, Leo! > Laszlo > > > >